I need help with Instantiate,I need help instantiating blocks!
I am making my first game, and it will have puzzles similar to the game portal. Instead of portals, you will shoot out platforms on the x and z axis. I can't seem to get the script referencing my prefab correctly. I think I have the direction thing figured out, but I can't really get the blocks to spawn. Every single time I try, I get greeted with an unhappy error message involving referencing the prefab. Could anyone help me?,I want to make my first game about placing blocks in front of you in different positions to solve puzzles. I can't seem to use Instantiate correctly, let alone the direction my player is facing! My game is 3d, and all stuff about instantiating that could be useful as a beginner is in 2d, and I don't know how to turn it into 3d. Could anyone help? I am using a prefab for it, if that helps clear things up.
Your answer
Follow this Question
Related Questions
Need Help instantiating a Game Object Prefab. 0 Answers
How to instantiate UI elements centered around an empty object 1 Answer
My Enemy Spawner spawns twice at once 0 Answers
Many loops to instantiate different prefabs during a given time 0 Answers
How to destroy a gameobject before instantiating another one in its location? 1 Answer