Hello, I want to change a game from the famous youtuber brackeys, the video is about how to make a TowerDenfse3D game, I want to change the game into a VR game, I use VR OCULUS 2, I have problems putting the Turret on the Node, I have changed many things but it still doesn’t work, I have installed the required Pacakge, do you have a solution? I really need your help
Sounds like perhaps you made a mistake in the tutorial.
You should go back and review all the parts going into that particular step.
Generally with Unity, to drag anything into anything else, at least two things MUST be true:
- the thing must match where you’re dragging it (eg, GameObject into GameObject, Camera into Camera, Transform into Transform, etc.)
- you must have ZERO compiler errors outstanding so that code can be run by the editor.
Two steps to tutorials and / or example code:
- do them perfectly, to the letter (zero typos, including punctuation and capitalization)
- stop and understand each step to understand what is going on.
If you go past anything that you don’t understand, then you’re just mimicking what you saw without actually learning, essentially wasting your own time. It’s only two steps. Don’t skip either step.
Imphenzia: How Did I Learn To Make Games: