UnityMeshSimplifier
Unity3d-RectMask2DCulling
UnityMeshSimplifier | Unity3d-RectMask2DCulling | |
---|---|---|
4 | 2 | |
1,805 | 40 | |
0.0% | - | |
0.0 | 0.0 | |
about 1 year ago | over 2 years ago | |
C# | C# | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
UnityMeshSimplifier
-
Optimizing Graphics and Rendering in Unity: Key aspects and practical solutions
You can also reduce the number of triangles on the fly if you want to create your own clipping conditions. For example you can use this component for runtime mesh processing.
-
Why Cities: Skylines 2 performs poorly
https://github.com/Whinarn/UnityMeshSimplifier :
> Mesh simplification for Unity. The project is deeply based on the Fast Quadric Mesh Simplification algorithm, but rewritten entirely in C# and released under the MIT license.
Mesh.Optimize: https://docs.unity3d.com/ScriptReference/Mesh.Optimize.html
Unity-Technologies/AutoLOD
-
Working on planets with caves generation for my game, some random bug in floating pieces removal caused quarter of my planet to be deleted, looks kind a cool though
Using LOD system, generating LODs for each chunk once its mesh is generated (using https://github.com/Whinarn/UnityMeshSimplifier to generate lower detail meshes). Also, have additional "LODs layer" where I take lowest meshes of all chunks, merge them together and create LODs for resulting mesh. This helps as then I can dissable all chunks game objects and simply enable planet object. (1000 chunks would result in 4000 total game objects as unity uses separate game object for each lod which can all be disabled/destroyed and replaced with 4 gameobjects). This is used if camera is very far away. In screenshot all chunks are in lowest LOD but camera is not far enough away to trigger dissabling of chunks and enabling of planet mesh.
-
Finally getting back to work.
This is more of what I want, but it took so long. It also won't work with my current cave digging system but that's an easy fix for later. I decided against writing my own mesh simplification method since this bad boy already exists.
Unity3d-RectMask2DCulling
What are some alternatives?
extOSC - extOSC is a tool dedicated to simplify creation of applications in Unity with OSC protocol usage.
SoftMaskForUGUI - Enhance Unity UI (uGUI) with advanced soft-masking features to create more visually appealing effects!
unity-raw-input - Windows Raw Input wrapper for Unity game engine
Newtonsoft.Json-for-Unity - Newtonsoft.Json (Json.NET) 10.0.3, 11.0.2, 12.0.3, & 13.0.1 for Unity IL2CPP builds, available via Unity Package Manager
fluid-behavior-tree - Behavior trees for Unity3D projects. Written with a code driven approach on the builder pattern.
sprite-dicing - Cross-engine tool for lossless compression of sprites with identical areas