How to painlessly upgrading UIS to 1.2. Solved

Hi!

Tried doing a reinstall:
  • Deleted folder UCC.
  • Installed UCC 2.4.
  • Deleted Shared folder.
  • Installed UIS 1.2.
  • Added StateSysten from CharacterControllerSharedSource.unitypackage.
 
Last edited:
Assets\Opsive\UltimateCharacterController\Editor\Managers\MainManagerWindow.cs(233,97): error CS0246: The type or namespace name 'ImportStatus' could not be found (are you missing a using directive or an assembly reference?)

Безымянный.png

I do not yet know the whole package thoroughly, I cannot understand what is missing.
 
Last edited:
ImportStatus was added in version 2.4 of the character controller. With installing UIS and then the shared source you are likely having overlapping classes. I would try it without importing the shared source.
 
Okay, I understand you. I'll try, but in the UIS update it was written to delete the shared folder.

Remove version 1.1.x​

Many scripts were renamed or removed and Unity Packages do not handle these changes very well. After version 1.1 has been removed (including the Shared folder) version 1.2 can be imported.
 
Top