Hello, I have installed GoSystems Third Person Character Controller into my Unity Scene. I am using Unity 2021.3.1f. I am attempting to make a Build of the Demo Scene that came with the Third Person package. The Build is failing and I am getting errors like this
Assets\\Go Systems\\GoCharacterController\\script\\GoSystemsEditor.cs(601,14): error CS0246: The type or namespace name \’MenuItemAttribute\’ could not be found (are you missing a using directive or an assembly reference?)
Assets\\Go Systems\\GoCharacterController\\script\\GoSystemsEditor.cs(601,14): error CS0246: The type or namespace name \’MenuItem\’ could not be found (are you missing a using directive or an assembly reference?)
There are about a dozen more \”namespace name could not be found\” errors. I have not edited the original scripts. Any help will be appreciated, Thanks!
The problem has been fixed in the latest update. Download it and everything will work fine
Thank you for using our packages and We apologize very much for the delay in responding
- We recommend importing the package into an empty project to avoid errors
- Delete any unwanted package in your project
- You can add namecpace to your screpts to avoid errors
- Follow the instructions in the PDF file that comes with the package