All Projects → Nition → Unityskidmarks

Nition / Unityskidmarks

Licence: other
A simple skidmark effect generator for Unity3D

Projects that are alternatives of or similar to Unityskidmarks

Unityoctree
A dynamic, loose octree implementation for Unity written in C#
Stars: ✭ 625 (+278.79%)
Mutual labels:  unity3d, unity-scripts, unity-3d
Unitylibrary
📚 Library of all kind of scripts, snippets & shaders for Unity
Stars: ✭ 1,968 (+1092.73%)
Mutual labels:  unity3d, unity-scripts, unity-3d
Savegamepro
A Complete and Powerful Save Game Solution for Unity (Game Engine)
Stars: ✭ 30 (-81.82%)
Mutual labels:  unity3d, unity-scripts, unity-3d
Apple Signin Unity
Unity plugin to support Sign In With Apple Id
Stars: ✭ 228 (+38.18%)
Mutual labels:  unity3d, unity-scripts, unity-3d
Unity Assetpipeline Presentation
Unity project for "A Technical Deep-Dive into Unity's Asset Pipeline" presented at Develop: 2018
Stars: ✭ 31 (-81.21%)
Mutual labels:  unity3d, unity-scripts, unity-3d
Unity3d Dynamicallyloadinganimation
👾 Unity3D Loading and unloading animations at runtime (Example)
Stars: ✭ 74 (-55.15%)
Mutual labels:  unity3d, unity-scripts
Fancyscrollview
[Unity] A scrollview component that can implement highly flexible animations.
Stars: ✭ 1,216 (+636.97%)
Mutual labels:  unity3d, unity-scripts
Csharp Eval Unity3d
C# Expression Parser for Unity3D
Stars: ✭ 102 (-38.18%)
Mutual labels:  unity3d, unity-scripts
Impulse
A barebones C# bootstrap framework for building scalable projects quickly and easily in Unity.
Stars: ✭ 109 (-33.94%)
Mutual labels:  unity3d, unity-scripts
Kino
A collection of custom post processing effects for Unity
Stars: ✭ 1,054 (+538.79%)
Mutual labels:  unity3d, effects
Particleeffectforugui
Render particle effect in UnityUI(uGUI). Maskable, sortable, and no extra Camera/RenderTexture/Canvas.
Stars: ✭ 1,941 (+1076.36%)
Mutual labels:  unity3d, effects
Shurikenplus
A collection of custom shaders for Unity particle system (Shuriken).
Stars: ✭ 121 (-26.67%)
Mutual labels:  unity3d, effects
Awesome Unity Open Source On Github
A categorized collection of awesome Unity open source on GitHub (800+)
Stars: ✭ 1,124 (+581.21%)
Mutual labels:  unity3d, unity-scripts
Unityasync
Task and Async Utility Package for Unity. Start co-routines from anywhere.
Stars: ✭ 58 (-64.85%)
Mutual labels:  unity3d, unity-scripts
Dlibfacelandmarkdetector
FaceLandmark Detector using Dlib (Unity Asset Plugin)
Stars: ✭ 80 (-51.52%)
Mutual labels:  unity3d, unity-3d
Voxelframework
An awesome Voxel framework for Unity (Game Engine)
Stars: ✭ 57 (-65.45%)
Mutual labels:  unity3d, unity-3d
Learnunityshader
学习Unity Shader过程中的一些记录,特效,动画Demo。
Stars: ✭ 141 (-14.55%)
Mutual labels:  unity3d, effects
Kinotube
An image effect simulating analog video artifacts in Unity.
Stars: ✭ 142 (-13.94%)
Mutual labels:  unity3d, effects
Qframework
Unity3D System Design Architecture
Stars: ✭ 2,326 (+1309.7%)
Mutual labels:  unity3d, unity-scripts
Unity Curve Utils
A utility that can use 18 kinds of curve algorithm.
Stars: ✭ 151 (-8.48%)
Mutual labels:  unity3d, unity-scripts

UnitySkidmarks

A basic skidmark system intended for vehicles. Originally written for my game Scraps but intended to be general-purpose.

UnitySkidmarks is loosely based on a script from an old official Unity car tutorial, but with improved performance and zero garbage generation.

This repository comes with an example scene built with Unity 5.6, using Unity 5 standard assets for the vehicle and terrain.

Visualisation example.

The UnitySkidmarks folder is the only content required to make the system work on its own.

Skidmarks.cs is the main controller script, and all skidmark-making objects in the scene should call it. You could turn this into a singleton for easier access.

WheelSkid.cs is an example script for what you might put on a wheel to generate skidmarks. In the example scene, each wheel on the car has a copy of this script.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].