Search Issue Tracker
Not Reproducible
Votes
0
Found in [Package]
1.4.9
Issue ID
UVSB-1
Regression
No
Ambiguous AOT stubbing C# code generated for implicit operators of third party "Mixpanel" library
Original Issue: [https://tinyurl.com/qotvkdf]
Hi,
I use Mixpanel game analytics and added the Mixpanel Assembly and the Mix Panel Value Type in the Unit Option Wizard. When I do an AOT Pre-Build, it gives me the following 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
Bolt Version:
1.4.9
Unity Version:
2019.3.6f1
Platform(s):
iOS
Scripting Backend:
IL2CPP
.NET Version (API Compatibility Level):
.NET 4.x
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
- Assigned font's bold/font-weight styles render using Default Font's assets when Default Font has corresponding style assets defined in TMP Settings
- "Modifying the parent of a VisualElement while it’s already being modified is not allowed" error is thrown when entering text and pressing tab in the Search window
- Mesh colliders are not updating their positions of bounds correctly
- Images are missing from the "Open the sprite editor" documentation for 6.0, 6.1 and 6.2
- The previous element in the array is modified when assigning an Asset to a new element of AssetReferenceT
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)