tertle / com.unity.physicsLinks
☆13Updated 2 weeks ago
Alternatives and similar repositories for com.unity.physics
Users that are interested in com.unity.physics are comparing it to the libraries listed below
Sorting:
- A render feature to recover Unity 5.x's offical volumetric fog in Adam demo☆41Updated 2 years ago
- Unity DOTS custom skinned mesh rendering prototype for the Latios Framework☆36Updated 3 years ago
- Use C++ directly in Unity3D☆13Updated last year
- Foliage wind shader implementations for Unity's render pipelines HDRP and URP. Based on the demo project Book of the Dead by Unity.☆25Updated 4 years ago
- A raymarching engine for Unity☆52Updated last year
- A faster spline/line renderer using the GPU + Jobs + Burst, focusing mainly on the performance of modifying control points, i.e. it is qu…☆16Updated last year
- Multithreaded Marching Cubes algorithm implementation using Unity C# job system, compiled by Burst compiler☆25Updated 6 years ago
- Demonstration of creating an Outline Effect for Render Graph using Unity 6, which allows per-object renderer selection.☆31Updated last year
- Implementation of an atmospheric scattering example found on ShaderToy, ported to URP and made to work with baked optical depth. Inspired…☆68Updated 2 years ago
- Super fast Normal and Tangent recalculation library for Unity.☆38Updated last year
- Use classes and other managed types with Unity's Job System☆32Updated last year
- Contains utilities for defining a curve or gradient in the inspector and automatically generating a texture for that to pass on to shader…☆30Updated last year
- View Hierarchy and Inspector of scenes on connected Unity players. Uses the EditorConnection framework, so works everywhere.☆29Updated 2 years ago
- ☆33Updated this week
- A quick and simple image noise and pattern generator for Unity (Editor)☆23Updated 3 years ago
- Customize Toolbars and any EditorWindow with contextual modules☆49Updated 3 years ago
- A simple generic solution for pathfinding in Unity that works with jobs and burst.☆22Updated 5 years ago
- A Unity Package for high performance dynamic mesh generation of 2D and 3D shapes with rounded edges/corners.☆45Updated last year
- Simple Octree for Unity with Job System