[Bug] Using UnityEditor.VersionControl

WeiYiHua

Member
Opsive/UltimateCharacterController/Integrations/UltimateInventorySystem/Scripts/ItemSet/ItemSlotCollectionItemSetRule.cs
Line: 17
 
Very sorry about that, my IDE adds usings automatically on auto complete, and sometimes they do not get removed.
This will be fixed in the next update
 
ItemSlotCollectionItemSetRule.cs includes the namespace UnityEditor.VersionControl, which is unused in the code and breaks builds. It just needs to be removed.
 
Top