Dec 11, 2017

Unity Script Collection

Navigation:

GameObjects & Transforms

Movement & Animation

Controls & Input

Character Controller

AI & Pathfinding

Physics

Particles

Meshes & Construction

Materials & Shading

2D

Networking

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

UI

Post-Processing & Rendering

Mobile

Debug

  • uREPL - runtime evaluation of c# expressions
  • UberLogger - advanced logging API, improved editor console & ingame console

Editor

Tools

Editors

Inspector Extensions

Importer

Serialization & Web

Social SDKs

API Extensions & Helper

Design Patterns

Other

REFERENCE: https://github.com/michidk/Unity-Script-Collection#tools

No comments:

Post a Comment

Visual Studio Keyboard Shortcuts

Playing with keyboard shortcuts is very interesting and reduce the headache of using the mouse again and again while programming with visu...