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
- Warning of an unknown Script missing is logged when selecting VFX in Play Mode
- Vertical and horizontal scrollbars appear and disappear when dragging an attribute to a different position within the Shader Graph Hierarchy
- AudioSource.PlayDelayed() does not work with Audio Random Containers
- Compatible with the VFX Graph Shader Graph can't be dragged and dropped into the "Output" block from the Project window
- [Silicon] Freeze/crash on BrotliDecoderDecompressStream when using System.IO.Compression.BrotliDecoder.TryDecompress
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.