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
- Changing the Visual Element size moves it when two visual elements are close to each other
- Open Reference for Default Style Sheet asset redirects to missing page
- Undoing changes to Default Style Sheet does not show change until editor refresh
- TextMeshPro Caret has an active raycast when TMP_InputField is non-interactable
- Shadows do not smoothly fade in when transitioning between real-time shadows and baked distance shadows
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.