2d Rogue like spawn issue
I am trying to add spawns when each level starts using enums. For Items, chests, and enemies. I cannot seem to get it to work with the Board Creator used in the tutorial.... Can I get a little help here please?
I am trying to add spawns when each level starts using enums. For Items, chests, and enemies. I cannot seem to get it to work with the Board Creator used in the tutorial.... Can I get a little help here please?
You should add more information to your question, like specifically how it is setup, the scripts, how are they attached, what does it mean when "cannot seem to get it to work", is there an error? did you attached all the scripts, configure the layering, etc? Screenshots are also nice to display odd behavior that would be better seen them read.
The way your question is now is akin to telling a car mechanic that it doesn't work(and that's all) and not giving them access to the car to try and trouble shoot it for you.
Answer by GhostSoldier007 · Oct 27, 2015 at 03:22 PM
Here is the text file of the board creator scripts. For some reason on game start it will randomly not spawn player, entrance, and/or exit. I was also trying to figure out a good way to spawn additional things.
Your answer
Follow this Question
Related Questions
Spawning and Collecting an Enemy in a 2D game 0 Answers
Why aren't raycasts hitting any colliders? 0 Answers
Problem with random room gen using raycasts! 0 Answers
can't instantiate gameobject 0 Answers
2D Rougelike Tutorial-Part 11 Player Does Not Move 0 Answers