Hi all,
I am going to try making a game in Unity.
But for now i am just trying to figure out how to fix some basic things in my project.
I am combining two different unity projects. I saved one project as a package and included it into the second project.
Seperate from eachother everything works, but when i import the second project it suddenly doesn’t work anymore and i get the following error:
“Assets/Scripts/Player/PhysicsCharacterMotor.cs(6,38): error CS0246: The type or namespace name `CharacterMotor’ could not be found. Are you missing a using directive or an assembly reference?”
I already searched everywhere but i can’t find the solution specially not because it’s working as a project on it’s own.
Anyone has any ideas where i can search for a solution on this?