mattrdowney / planetaria

A Unity framework for Euclidean 2-sphere games (e.g. 2D virtual reality games) [quasi-MIT license]
Other
10 stars 2 forks source link

PlanetariaGameObject.AddComponent #97

Closed mattrdowney closed 6 years ago

mattrdowney commented 6 years ago

AddComponent< PlanetariaCollider >() - cache colliders AddComponent< PlanetariaMonoBehaviour >() - setup AddComponent<...>()

In theory, I could add AddComponent<BoxCollider>() but I would probably not allow that directly (the user would have to manually get the GameObject and add to that.

mattrdowney commented 6 years ago

Impossible to implement without serious user difficulty in other aspects of PlanetariaMonoBehaviour

mattrdowney commented 6 years ago

Nevermind

mattrdowney commented 6 years ago

Fixed as of ec9f70746d267ac351ad85594acd828cbaaec9b2