Skip to content

michidk/Unity-Script-Collection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unity Script Collection

A maintained collection of useful & free unity scripts / libraries / plugins and extensions.

If you want to suggest a link, then read the Contribution Guidelines first. Please report broken links, outdated assets and spelling mistakes. The links are in no particular order. This list is licensed under the GNU General Public License v3.0 and does only apply to this repository.

Navigation:

GameObjects & Transforms

Movement & Animation

Controls & Input

Character Controller

AI & Pathfinding

Physics

Particles

Meshes & Construction

Materials & Shading

2D

Networking

  • UNet Authoritative Networking - authoritative networking implementation.
  • MLAPI An alternative to Unity's UNET high level API, allows for separate server/client projects and more.
  • Barebones Master Server - Host your own custom master server setup, avoid CCU fees.
  • Fish-Net - free networking solution built from ground up with synchronization of states and logic
  • PlayFab - PlayFab is a backend-as-a-service for games. Provides SDK's too.
  • UGS- Unity Gaming Services - A complete service ecosystem for live games

VR

Sound & Music

  • usfxr - procedual audio effects.
  • Reaktion - audio reaction toolkit (mac only).
  • DefaultMicrophone - gets the default microphone (windows only).
  • Lasp - Low-latency Audio Signal Processing plugin for Unity.
  • Unity-Audio-Manager - Plugin, that allows to easily play/change/stop/mute/... sounds in 2D/3D.

UI

Post-Processing & Rendering

Mobile

Debug

  • uREPL - runtime evaluation of c# expressions.
  • UberLogger - advanced logging API, improved editor console & ingame console.
  • Unity File Debug - enhanced Debug.Log with file export and web viewer.
  • Immediate Window -- Type code and get immediate feedback with object inspection like chrome console debugger.
  • Consolation - in-game debug console.

Editor

Tools

Editors

Inspector Extensions

Importer

Serialization & Web

Social SDKs

API Extensions & Helper

Design Patterns

Utilities

  • demilib - various utilities and tools for Unity.
  • Excessives - General purpose C# and Unity3D utility scripts.

Other