https://github.com/csdjk/learnunity
学习Unity过程中的一些记录,demo。
https://github.com/csdjk/learnunity
csharp lua unity3d xlua
Last synced: 9 months ago
JSON representation
学习Unity过程中的一些记录,demo。
- Host: GitHub
- URL: https://github.com/csdjk/learnunity
- Owner: csdjk
- Created: 2019-12-06T16:39:34.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-07-29T13:14:40.000Z (over 4 years ago)
- Last Synced: 2023-05-17T10:27:45.267Z (over 2 years ago)
- Topics: csharp, lua, unity3d, xlua
- Language: C#
- Size: 99.1 MB
- Stars: 77
- Watchers: 3
- Forks: 37
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 学习Unity
## [Unity高度解耦和 - 事件的监听与广播系统](./Assets/Scenes/Events)
## [Ray射线](./Assets/Scenes/Ray/RayTest.cs)
## [GC 性能优化测试](./Assets/Scenes/GC/GCTest.cs)
## [打包AssetBundle 和加载 AssetBundle](./Assets/Scenes/LoadFormFileAssetBundle)
## [xlua热更新](./Assets/Scenes/HotFix)
## [Unity Editor 插件学习](./Assets/Scenes/LearnEditor)