Skip to content

Read and write Latk files in Unity, import Tilt Brush / Open Brush and Quill.

License

Notifications You must be signed in to change notification settings

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