Skip to content

shanxiaoda/GameSparrow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GameSparrow

Unity Game Puerts 框架

就像他的名字一样 麻雀 小巧玲珑 五脏俱全
本框架特点有
全局只有一组 Update,FixedUpdate,LateUpdate 极大的提高性能
在js端,Awake,Start,OnEnable,OnDisable,OnDestroy 等方法按需调用 减少c# 和 js 之间的交互次数
js端 gameObject transform 都做到了 按需取值并缓存
本框架的设计目的是高性能 高通用性

CSDN博客