Hello, i imported the unity starter assets first person and third person.
I get this error:
Assets\StarterAssets\Editor\StarterAssetsDeployMenu.cs(39,28): error CS0117: ‘PackageChecker’ does not contain a definition for ‘RemovePackageCheckerScriptingDefine’
I have not touched the scripts in any way. If i delete the script associated, nothing is working. If i uninstall and reinstall, same error.
Finally I found out it was another asset I downloaded that was causing the bug. Try deleting one asset after the other and you will find the one causing the bug. Then you can work on this single asset that is causing problem.
thanks, since I installed several packages, so I simply start a new project, then the problem is gone. You are totally right, it is conflict with the other packages.
After that, if you import the startassets thirdperson, then I saw it automatically unchecked the “packageChecker” which is the origin of the error. Maybe next time if such errors coming, give the uncheck the “packageChecker” a try.
I didn’t try it, but it is only a guess. I hope if anyone else got the same problem can give it a try.