Search Issue Tracker
Fixed in 2.1.0
Votes
10
Found in [Package]
2018.4
2019.2
2019.3
2019.3.0b8
2020.1
Issue ID
1193774
Regression
Yes
Disabling and re-enabling IAP in services window throws multiple errors about failing to find assemblies
Steps to reproduce:
1. Create new project and import unity IAP package from asset store
2. Open services window and enable IAP
3. In services window, disable and re-enable IAP again
4. Notice compiler errors like:
Assets/Plugins/UnityPurchasing/script/IAPConfigurationHelper.cs(12,61): error CS0246: The type or namespace name 'ConfigurationBuilder' could not be found (are you missing a using directive or an assembly reference?)
Errors don't disappear until editor is restarted or on reload all.
Reproduced with: 2020.2.0a20, 2020.1.3f1, 2019.4.8f1, 2018.4.26f1 2018.4.12f1, 2019.2.9f1, 2019.3.0b8, 2019.3.4f1, 2020.1.0a25
Not reproducible: 2017.4.33f1
-
CanisLupus
Jun 19, 2020 13:24
-
CanisLupus
Jun 19, 2020 13:17
I reported something similar to this a long time ago in issue 1136555 (only the Unity team can check it), related to assemblies and IAP. Some assemblies see the UNITY_PURCHASING define enabled while others see it disabled, which may be related to this.
I have tried to get that issue fixed multiple times since it's a source of infinite problems when building. Please fix the IAP system problems.
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
- Nodes in the Vertex block are deleted when the edge connected to the Node is deleted
- Changes to instanced detail mesh material don't immediately apply
- [uGUI] Vertices retrieved from GetUIVertexStream method cannot be modified when adjusting them through script
- Scroll bar scrolls less in the Package Manager packages than elsewhere when pressing on the empty scroll bar area to scroll
- Undo.RegisterCreatedObjectUndo dirties the scene, but no actual changes to Scene are made
Resolution Note (fix version 2.1.0):
Fixed in com.unity.purchasing version 2.1.0, available now in the Package Manager, compatible with Unity Editor 2018.4.18f1 and up. Verified in 2019.4 and up.