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

Deprecate Unity #139

Open mattrdowney opened 5 years ago

mattrdowney commented 5 years ago

Work on changing some of the easy features: e.g. Mathf to System.Math and "using Type = Blah;" or other strategies to refactor multiple files with tons of coupling to the Unity Engine.

Other strategies include using the Bridge pattern or other layers of abstraction.