Skip to content

LightningArtist/latkUnity

Repository files navigation

latkUnity

Read and write Latk files in Unity. (Last tested with Unity 2018 LTS, 2019 LTS.)

To use in a Unity project, add the repo folder to your Assets folder, or download a package from Releases.

To include as a package (Unity 2018.4 and later), edit your project's ./Packages/manifest.json file:

"org.lightningartist.latk": "https://github.com/LightningArtist/latkUnity.git"  

To include in a Unity git project as a submodule, go to your project root in the terminal and type:

git submodule add https://github.com/LightningArtist/latkUnity ./Assets/latkUnity