Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/lightningartist/latkunity
- Owner: LightningArtist
- License: other
- Created: 2017-02-16T15:17:30.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-11-16T20:26:38.000Z (about 1 year ago)
- Last Synced: 2024-05-02T06:07:15.650Z (8 months ago)
- Topics: ar, csharp, latk, unity, vr, xr
- Language: C#
- Homepage: https://lightningartist.org
- Size: 35.7 MB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
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```