Skip to content

Commit f08bb6d

Browse files
Update README.md
1 parent 299bcab commit f08bb6d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,3 @@
4848
- If you tick `Editor resource mode` on the `Base Component` of Game Framework, `CustomLuaLoader` reads the Lua files on the disk. Otherwise, the project, when launched, first loads the asset bundles that contain Lua scripts so that `CustomLuaLoader` gets the script contents later from the loaded (and hence cached) texts.
4949

5050
- Currently `.lua` files will be recoginized by Unity as default assets, rather than the text assets, so that you cannot load them directly from some asset bundle. So `AssetBundleBuilder.cs` add `.bytes` extension to the file names before building asset bundles and revert them afterwards.
51-
52-
- [Zero Brane Studio](https://studio.zerobrane.com) debug is not supported yet. See ToLua's `LuaClient` class for relative details.

0 commit comments

Comments
 (0)