Missing Assembly Definition when using CharacterControllerSharedSource

shirohige

New member
Hi,

I installed UCC, CharacterControllerSharedSource and then UIS and got hit with:

Assets/Opsive/UltimateInventorySystem/Editor/VisualElements/ItemCollectionField.cs(87,13): error CS0012: The type 'MemberVisibility' is defined in an assembly that is not referenced. You must add a reference to assembly 'Opsive.Shared.Utility, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'.
 
This is to be expected.

You should be able to fix the error by adding the shared assembly definition in the UIS assembly definition manually, you should be able to find the assembly definitions in the Scripts folder
 
Top