Puerts
Write game logic in TypeScript for Unity projects. Puerts enables developers to use TypeScript instead of C# for game development, providing a familiar scripting experience with modern language features. Includes basic examples and editor tools to accelerate project setup and development workflows. Requires Unity 2018 or later.
puerts_unity_demo 
Install via UPM
Add to Unity Package Manager using this URL
https://www.pkglnk.dev/jtllab-core.git README Markdown
Copy this to your project's README.md
## Installation
Add **Puerts** to your Unity project via Package Manager:
1. Open **Window > Package Manager**
2. Click **+** > **Add package from git URL**
3. Enter:
```
https://www.pkglnk.dev/jtllab-core.git
```
[](https://www.pkglnk.dev/pkg/jtllab-core)Dependencies (4)
README
unity demo for puerts
本仓库master分支用到了unity package的能力,因此仅支持Unity2018+。如您在使用5.5和2017,请查看1.2.x或1.0.x分支(或点此下载zip)
Demo Layout | 目录结构解释
packagecode of PuerTSprojects/0_Basic_Demomost basic example | 最基础的Demo示例projects/1_Start_Templatea demo with some useful editor features. could be used as a starter template | 一些很有用的编辑器功能演示,甚至可用于作为你的项目启动模板
How to run it? | 怎么跑这demo?
git clone https://github.com/chexiongsheng/puerts_unity_demo.git
open
projects/0_Basic_Demoorprojects/1_Start_Template
No comments yet. Be the first!