Remove Mesh Remove Polygon Remove Terrain
article thumbnail

Strategies for Optimizing Multiplayer Games in Unity

Logic Simplified

Optimization Strategies: Static Batching unites several stationary game elements into a single GPU drawing operation (such as terrain together with buildings). The use of simple colliders should include box and sphere types instead of complex mesh colliders to minimize processing requirements.

Games 52
article thumbnail

Optimize Vegetation Generation

Mnenad

Since the last post I’ve been working on the terrain’s vegetation. Mainly I focused on generating grass that bends in the wind and some fern like plants, but what comes next is usable for all kind of meshes. Static batching : combines static (not moving) GameObjects into big Meshes, and renders them in a faster way.  

Mesh 52
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

Coherent Creature Design

Mnenad

As I promised in this chapter I will dig deeper into the designing process around the creatures that will be walking on the procedural terrain. My personal solution was to program my own shape generator, based on values from the terrain generator. Designing the game world's creatures. Shape generation tool. Concept art.

Terrain 52
article thumbnail

Godot 3.0 is out and ready for the big leagues

Mircosoft Game Dev

Still, this workflow is easy and efficient as 3D objects get a second set of UVs generated on import, and baking works with instantiated meshes, scenes and even GridMaps. It is possible to either import a scene as a single file, or to split it into multiple instantiated subscenes, keep materials, meshes and animations external, etc.

Render 52