Space not containing a definition for either Self or World
I have tried to implement a movement system that moves the player object along its forward axis. when I was taking a look at the Transform.Translate code on the scripting reference manual. It mentions Space.Self and Space.World as possible overloads. but when I tried to implement them, I get the error Space does not contain a definition for Self. I get the same error when using Space.World. I have tried looking for answers to this on google, but I have found nothing related to my particular problem
Answer by ginryu · Nov 28, 2021 at 05:25 PM
Actually, I think I answered my own question, I have a custom class called Space. I did not realize there was an inbuilt class called space.... looks like I need to do some renaming
Your answer

Follow this Question
Related Questions
Example of Procedural Planet generation? 3 Answers
More advanced Top down enemy AI 0 Answers
Making my own coordinate system 0 Answers
What is the standard direction of a character relative to its own axis? 1 Answer
Please help to smooth player movement. 0 Answers