
News
Store page now live
poleaxe_admin -
| 0
Empire of Ember on Steam https://store.steampowered.com/app/980640/Empire_of_Ember/
Entering early access soon
poleaxe_admin -
| 0
Why early access? Empire of Ember is a multi-faceted game, combining city building, siege combat, a strategic campaign map, unit-level army combat, procedural dungeons, first person combat, destructible environments, and…
Structuring data for large Unity games
poleaxe_admin -
| 0
In Unity's tutorials and samples data is not separated from code. From Scope and Access Modifiers: public class ScopeAndAccessModifiers : MonoBehaviour { public int alpha = 5; // etc. }…