This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
How about seting up a living room / personal room. And have to fly an obstacle course with a plane. I remember a game from waaaay back that had the basic Idea of that and I liked it. Flying obstacle course / bomb runs and so on. | |
I think I like that the most so far. However needs me to do quite some moddeling.. What do I need | |
Models (not going to do them in the beginning. Will use some placeholder models for now) | |
plane | |
(bunk) bed | |
table | |
bookshelf | |
airstrip with small controll tower |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/// | |
/// Simple pooling for Unity. | |
/// Author: Martin "quill18" Glaude ([email protected]) | |
/// Latest Version: https://gist.github.com/quill18/5a7cfffae68892621267 | |
/// License: CC0 (http://creativecommons.org/publicdomain/zero/1.0/) | |
/// UPDATES: | |
/// 2015-04-16: Changed Pool to use a Stack generic. | |
/// | |
/// Usage: | |
/// |