Skip to content

Commit

Permalink
目录整理
Browse files Browse the repository at this point in the history
  • Loading branch information
ElPsyCongree committed Dec 4, 2018
1 parent a6dc0f1 commit defc02a
Show file tree
Hide file tree
Showing 41 changed files with 16 additions and 6 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@
### 部署安装
目前支持XLua、SLua、ToLua,Unity的版本在5.6(包括5.6)以上

- Window用户直接点击运行相应Lua插件的exe即可,(用mac的大佬暂时自己加注释,或者用mono运行exe吧)
- 把LuaProfiler文件夹Copy到Assets 非Plugin、Editor目录下。

- 打开Release目录,或者下载Release的zip
- Window用户直接点击运行相应Lua插件的exe即可,mac运行对应的shell文件进行配置
-`Release\LuaProfiler`文件夹Copy到Assets 非Plugin、Editor目录下。
- 如果配置炸了,就手动改注释
```
// 把LuaHookSetup.cs 文件头的宏替换为
#define XLUA
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 3 additions & 0 deletions Release/SLUA.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash

/Contents/MonoBleedingEdge/lib/mono SLUA.exe
File renamed without changes.
3 changes: 3 additions & 0 deletions Release/TOLUA.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash

/Contents/MonoBleedingEdge/lib/mono TOLUA.exe
File renamed without changes.
3 changes: 3 additions & 0 deletions Release/XLUA.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash

/Contents/MonoBleedingEdge/lib/mono XLUA.exe
6 changes: 3 additions & 3 deletions link.bat
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@echo off

mklink /D "%~dp0\XLua\Assets\LuaProfiler" "%~dp0\LuaProfiler"
mklink /D "%~dp0\SLua\Assets\LuaProfiler" "%~dp0\LuaProfiler"
mklink /D "%~dp0\ToLua\Assets\LuaProfiler" "%~dp0\LuaProfiler"
mklink /D "%~dp0\XLua\Assets\LuaProfiler" "%~dp0\Release\LuaProfiler"
mklink /D "%~dp0\SLua\Assets\LuaProfiler" "%~dp0\Release\LuaProfiler"
mklink /D "%~dp0\ToLua\Assets\LuaProfiler" "%~dp0\Release\LuaProfiler"

pause

0 comments on commit defc02a

Please sign in to comment.