|
|
|
|
|
by echelon
319 days ago
|
|
Don't put the world state into the model. Use the model as a renderer of whatever objects the "engine" throws at it. Use the CPU and RAM for world state, then pass it off to the model to render. Regardless of how this is done, Unreal Engine with all of its bells and whistles is toast. That C++ pile of engineering won't outdo something this flexible. |
|