Falling into SPAAAAACE!
TBD FPS » Devlog
Three days ago, I found that there were random level beginnings where the player was out of position, and with nothing under that GameObject, plummeted away. It seemed that the C# script thought the positioning had worked, but the engine had other ideas. This morning, I arrived at the possibilty that I had asked entirely too much of DontDestroyOnLoad() - placed too much information directly with the player's GameOjbect and Components. Sure enough, reverting to a earlier scheme, where each Scene has a player object of its own, and removing the "spot the player at the start of the level" code, solved it.
Get TBD FPS
TBD FPS
FPS proof-of-concept
Status | Prototype |
Author | fljohnson3 |
Genre | Shooter |
Tags | demo, FPS, proof-of-concept |
More posts
- Notes on Level DesignJul 10, 2022
- Like "Home Improvement", MORE POWER(ups)!Jun 17, 2022
- Boo-boos and Blunders BaredMay 30, 2022
- GenesisMay 24, 2022
Leave a comment
Log in with itch.io to leave a comment.