Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lightningartist/latkunity

Read and write Latk files in Unity.
https://github.com/lightningartist/latkunity

ar csharp latk unity vr xr

Last synced: 27 days ago
JSON representation

Read and write Latk files in Unity.

Awesome Lists containing this project

README

        

# 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

```