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
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
- The terrain appears darker when "Per-pixel Normal" is enabled
- [Linux] Editor assertion causes Test Runner to fail when executing it in Batch Mode
- Color selection by the mouse cursor is still enabled when the "Esc" button is pressed
- Game view becomes black and the Scene window becomes grey, “ArgumentOutOfRangeException” errors and “Render Pipeline error” warnings appear after changing the name or deleting URP/HDRP global settings file
- Transform Component is not accessible inside the Player when RuntimeInitializeOnLoadMethod is used
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.