BLUELOVETH 2 년 전
부모
커밋
dba808bf0f
1개의 변경된 파일1개의 추가작업 그리고 7개의 파일을 삭제
  1. 1 7
      docs/unity/introduction.md

+ 1 - 7
docs/unity/introduction.md

@@ -79,10 +79,4 @@ which means passing arguments between C# and Python is extremely easy and intuit
 ### Python Console in Editor
 
 PocketPython provides a Python console in Unity editor,
-which allows you to do quick debugging and testing.
-
-### Lua Style API
-
-PocketPython also provides a Lua style API for C# in `LuaBindings` class.
-It uses cpp implemented virtual machine instead of C# virtual machine.
-It is faster than C# virtual machine, but it is not sandboxed.
+which allows you to do quick debugging and testing.