ArcCreate VS UnityMeshSimplifier

Compare ArcCreate vs UnityMeshSimplifier and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
ArcCreate UnityMeshSimplifier
1 4
281 1,654
3.6% -
8.4 0.0
12 days ago 3 months ago
C# C#
GNU General Public License v3.0 only MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.

ArcCreate

Posts with mentions or reviews of ArcCreate. We have used some of these posts to build our list of alternatives and similar projects.

UnityMeshSimplifier

Posts with mentions or reviews of UnityMeshSimplifier. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-29.
  • Optimizing Graphics and Rendering in Unity: Key aspects and practical solutions
    2 projects | dev.to | 29 Apr 2024
    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
    7 projects | news.ycombinator.com | 5 Nov 2023
    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
    1 project | /r/proceduralgeneration | 27 Jun 2022
    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.
    1 project | /r/Unity3D | 5 Jan 2022
    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.

What are some alternatives?

When comparing ArcCreate and UnityMeshSimplifier you can also consider the following projects:

com.unity.netcode.gameobjects - Netcode for GameObjects is a high-level netcode SDK that provides networking capabilities to GameObject/MonoBehaviour workflows within Unity and sits on top of underlying transport layer.

extOSC - extOSC is a tool dedicated to simplify creation of applications in Unity with OSC protocol usage.

UnityNativeScripting - Unity Scripting in C++

TileMaps - Example repository for organizing generic tile maps in Unity with C#

WaccaMyPageScraper - Scraping WACCA MyPage data for an archiving. Don't let your data be lost.

fluid-behavior-tree - Behavior trees for Unity3D projects. Written with a code driven approach on the builder pattern.

MyBox - MyBox is a set of attributes, tools and extensions for Unity

UI-Input - Unity project for building common behaviors/shared framework for games. [Moved to: https://github.com/tatmanblue/Unity-Shared]

AssetRipper - GUI Application to work with engine assets, asset bundles, and serialized files

unity-raw-input - Windows Raw Input wrapper for Unity game engine

Entitas - Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity

cup - Create Unity Package (cup) is a command-line app that allows you to create Unity packages from the command line without installing Unity.