Search Issue Tracker
Not Reproducible
Votes
0
Found in [Package]
1.4.9
Issue ID
UVSB-698
Regression
No
Ambiguous AOT stubbing C# code generated for implicit operators of third party "Mixpanel" library
[Original Issue|https://support.ludiq.io/communities/5/topics/4966-ambiguous-aot-stubbing-c-code-generated-for-implicit-operators-of-third-party-mixpanel-library] - Needs more information.
----
Hi,
I use Mixpanel (game analytics) and added the Mixpanel Assembly and the Value Type (Mixpanel) in the Unit Option Wizard. When I do a AOT Pre-Build, it gives me an error :
{code:java}
Assets/Ludiq/Ludiq.Core/Generated/AotStubs.cs(12596,27): error CS0457: Ambiguous user defined conversions 'Value.implicit operator string[](Value)' and 'Value.implicit operator Uri[](Value)' when converting from 'Value' to 'object[]'{code}
If I comment the line 12596 in AotStubs.cs, everything works fine.
No idea if the error is Mixpanel or Bolt related. And I don't understand the error :-).
Thank you,
Vincent
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Camera prefab shows up in overrides after upgrade when game view is changed to Simulator
- Prefab Override context menu does not appear when changing attributes on a Terrain Component
- Particles are visible through Mesh when Sprite-Lit-Default Material is used
- Only the left screen is rendering when using Render Graph Fullscreen Blit in Meta Quest 2
- Context menu with the "Revert" option doesn't appear when pressing the right mouse button on a "Vector2" or "Vector3" property in the Inspector of a custom shader
Resolution Note:
Cannot reproduce with 1.5.0-pre.3 when installing the latest MixPanel with the provided instructions (https://developer.mixpanel.com/docs/unity)