Search Issue Tracker
Fixed
Votes
8
Found in [Package]
2.0.6
Issue ID
1152392
Regression
Yes
DLL Errors in IAP occur when upgrading project to 2019.2 or 2019.3
When opening a project that has the IAP tools imported in 2019.2.0b1, there are a lot of DLL errors. These errors prevents the user from entering play mode.
Example:
Assembly 'Library/ScriptAssemblies/Assembly-CSharp-firstpass.dll' will not be loaded due to errors:
Reference has errors 'Stores'.
To repro this:
1. download this project
2. notice the DLL errors
3 does not occur in 2019.2.0a14
NOTE: if you simply add IAP in a new project created in 2019.2.0b1, you still get errors, thought they look a bit different
Assets\Plugins\UnityPurchasing\script\IAPDemo.cs(20,19): error CS0234: The type or namespace name 'Store' does not exist in the namespace 'UnityEngine' (are you missing an assembly reference?)
Cannot Reproduce in 2019.1.1f1, 2019.2.0a14 and IAP version 2.0.6
Reproducible in 2019.2.0b1. and IAP version 2.0.6 and 2019.3.0a2 with IAP version 2.0.6
Comments (1)
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
- Crash on __pthread_kill when initializing Vuplex WebView while entering the Play Mode
- Crash on FindSurface when adding a custom Renderer Feature to a 2D Renderer Data Asset
- [Android] [Vulkan] [UI Toolkit] Application crashes when the device is rotated when it has UI Toolkit TextField on Vulkan devices
- Crash on DualThreadAllocator<DynamicHeapAllocator>::TryDeallocate when opening a specific project
- Crash on memset_repstos when pressing a UI button while in Play Mode
MrDev023
May 27, 2019 13:38
On Unity 2019.2.0b2 I get this error :
Assembly 'Assets/Plugins/UnityPurchasing/Bin/Stores.dll' will not be loaded due to errors:
Unable to resolve reference 'UnityEngine.UI'. Is the assembly missing or incompatible with the current platform?
Reference validation can be disabled in the Plugin Inspector.