An open API service indexing awesome lists of open source software.

https://github.com/htoooth/unitydoc

about som unity resource
https://github.com/htoooth/unitydoc

Last synced: 8 months ago
JSON representation

about som unity resource

Awesome Lists containing this project

README

          

# 这是关于我使用unity3d中的资料

## 关于 Editor

### 自定义Editor
* [how to custom list](http://catlikecoding.com/unity/tutorials/editor/custom-list/)
* [自定义编辑器](http://unity3d.9tech.cn/news/2014/0311/40014.html)
* [Unity3D 使用 Editor 脚本,自定义 脚本的属性面板](http://www.cnblogs.com/easyfrog/p/3145212.html)
* [Star, an introduction to WYSIWYG editing](http://catlikecoding.com/unity/tutorials/editor/star/)
* [Expose properties in inspector](http://wiki.unity3d.com/index.php?title=Expose_properties_in_inspector)
* [Modifying default Inspector GUI creator](http://answers.unity3d.com/questions/181679/modifying-default-inspector-gui-creator.html)

在editor 中有一些代码,有关editor的。

## 关于 MonoBehaviour

## 关于常用的一些库
[c# 线程](http://www.albahari.com/threading/)