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
- PlayerPrefs get corrupted when a minimized fullscreen Player is closed through the Taskbar
- "To Debug, run app with -diag-job-temp-memory-leak-validation cmd line argument. This will output the callstacks of the leaked allocations." warning is printed when JobTempMemoryLeakValidation switch is enabled
- Main Thread stalling when loading Audio Source asset asynchronously while preloading another Audio Source asset
- Material artifacts occur in the Material Preview window when baked lighting is applied to scenes
- “ArgumentOutOfRangeException” after saving, reseting and re-add Default Tile Palette Tools to the list in Preferences window
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.