https://github.com/hiperbou/kotlin-unity
Use the amazing Kotlin language with Unity
https://github.com/hiperbou/kotlin-unity
kotlin kotlin-language scripting unity unity3d
Last synced: 7 months ago
JSON representation
Use the amazing Kotlin language with Unity
- Host: GitHub
- URL: https://github.com/hiperbou/kotlin-unity
- Owner: hiperbou
- License: mit
- Created: 2022-06-11T17:38:38.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-11-08T16:24:20.000Z (almost 2 years ago)
- Last Synced: 2025-03-17T10:52:12.116Z (7 months ago)
- Topics: kotlin, kotlin-language, scripting, unity, unity3d
- Language: Kotlin
- Homepage:
- Size: 45.5 MB
- Stars: 11
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kotlin-unity
Use the amazing Kotlin language with UnityUses [Puerts](https://github.com/Tencent/puerts), a Javascript runtime built for Unity
## How to run
Open the hello-kotlin-template Unity project and search for the HelloKotlin scene.
Open the kotlin-unity project with [IntelliJ IDEA Community](https://www.jetbrains.com/idea/download/) and run the build task to update the code in the Unity project.

Pong Example

## Build and release
For you need to download [this](https://github.com/Tencent/puerts/releases/download/Unity_v1.3.4/PuerTS_V8_1.3.4.tgz), decompress it and copy the dynamic library found in Puerts/Runtime/Plugins/x86_64/puerts.dll to the root of your build folder.