Skip to content

ly774508966/myToluaProject

 
 

Repository files navigation

myToluaProject

My unity gameframework integration tolua.

software:Unity5.3.8/visual studio2013.

①tolua

②myAssetBundleTools

progress:

1、整合部分LuaFramework_NGUI:

①LuaBehaviour.cs //便于调用Lua代码中的Awake();Start();Update()......

②LuaLoader.cs //Lua的AssetBundle加载

③LuaManager.cs

④LuaHelper.cs //给Lua提供调用C#接口

⑤Util.cs //工具类

2、整合AssetBundle打包工具:

myAssetBundleTools

新增Lua代码打包。去掉Lua代码路径加载方式,全部改为从AssetBundle加载。

About

My unity gameframework integration tolua.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 75.6%
  • Lua 17.9%
  • C 4.7%
  • HTML 0.7%
  • ShaderLab 0.6%
  • Shell 0.2%
  • Other 0.3%