Hacker News new | ask | show | jobs
by Steven_Vellon 2446 days ago
Game engine implementations have different tradeoffs, and generalized game engines are optimizing for the lowest common denominator. Niche use cases often require custom engines. For example flight simulators need good terrain level of detail streaming, and may need to use special techniques to work around loss of floating point detail when rendering at a global scale. I don't know of any game engine that supports spherical height maps.

On the other hand Kerbal Space program is implemented in Unity, so maybe even off the shelf engines can handle that.

1 comments

Unity is incredibly versatile. As a single dev, it is highly unlikely that you'll be able to implement a use case that it doesn't support. It is far more likely that you are reinventing the wheel out of ignorance.
Can it do demo like in this topic. To load fast. Work fast. Even on mobile?

Every tool, engine, framework, has its strong and weak sides. That is why we have many options to choose from.

Does it still take 10 minutes to load a "project"?