Unity免费库/插件/工具类/扩展集合

推荐一个GitHub关于Unity库/插件/工具类/扩展的集合,都是免费的,里面包含各种各样实用的工具,比如

对象池、八叉树、回放系统、粒子、寻路、Debug工具、VR、网络库、物理、AI、Input控制器等等等等,应有尽有。

链接:https://github.com/michidk/Unity-Script-Collection

梯子挂了,翻译的不全,有空再翻译

我尝试做下翻译:

GameObjects & Transforms

Movement & Animation

  • List View Framework - 创建动态的可滚动列表(Unity官方的,似乎废弃了).
  • Reaktion - 音频响应库,根据麦克风音量播放对应的动画.

  • DOTween - 知名动效缓动插件.
  • UnitySpritesAndBones - 骨骼工具,年代太久远,请忽略,用Unity自带的即可.
  • spine-unity - Spine对应的Unity库.
  • ikccd - IK的,年代太久远.
  • Aim-IK - IK跟随
  • RecordAndRepeat - 通过TimeLine记录和播放自定义数据.

Controls & Input

  • InputManager - 键位绑定系统,不过我更推荐InControl.
  • TouchScript - 多点触控库,似乎没维护了,最近修改是5年前.

Character Controller

AI & Pathfinding

Physics

Particles

Meshes & Construction

Materials & Shading

2D

  • UnitySVG - 读取svg格式.
  • Fungus - 2d互动故事叙述游戏框架,流程图式的框架.
  • PolyMesh - 2d形状创建工具,适用于原型,Unity已经内置了.
  • Unity Tilemap - 2D tilemap editor,Unity也内置了.
  • 2D Extras - Tilemap扩展工具包,很实用.
  • Vector Graphics Samples - 在Unity 2018.1以上中使用矢量图  .

Networking

VR

Sound & Music

  • usfxr - 程序化生成音效.
  • DefaultMicrophone - 获取默认麦克风名字(Windows).
  • Lasp - 将音频信号转化为图形.

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

猜你喜欢

转载自blog.csdn.net/egostudio/article/details/122339665