TPC 3.0.8 Errors on fresh install

macusernick

New member
Hi,
Sorry if this has been mentioned/solved, but I'm stumped...

I'm using TPC 3.0.8 in Unity 2021.3.22f1 and I started a fresh project and downloaded the package fresh too (from the Unity Store), but I get import errors:

1680292409420.png

Now I do have the UFPS 3.x as well, but have not downloaded or installed it. I'm hoping it's not a requirement to have it loaded to make the 3rd person work.

Please let me know what I did wrong!!

Thanks,
Nick
 
My guess is that you pulled TPC 3 into a project where UFPS was previously installed. You are getting those errors because the FIRST_PERSON_CONTROLLER scripting symbol is defined but you don't have the files imported. If you create a new project or clear out the scripting symbols it'll work.
 
Thank you!! I thought it was a fresh project from an Opsive perspective, but it was not and the FIRST_PERSON_CONTROLLER symbol was there!

Thanks again!
 
Top