Skip to content

Instantly share code, notes, and snippets.

View Leeman92's full-sized avatar

Patrick Lehmann Leeman92

  • Germany
  • 19:07 (UTC +02:00)
View GitHub Profile
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
///
/// Simple pooling for Unity.
/// Author: Martin "quill18" Glaude (quill18@quill18.com)
/// 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:
///