Mtion SDK
Tools to create assets and clubhouses for mtion studio.
com.mtion.sdk 
Install via UPM
Add to Unity Package Manager using this URL
https://www.pkglnk.dev/mtion-tv-sdk.git README Markdown
Copy this to your project's README.md
## Installation
Add **Mtion SDK** to your Unity project via Package Manager:
1. Open **Window > Package Manager**
2. Click **+** > **Add package from git URL**
3. Enter:
```
https://www.pkglnk.dev/mtion-tv-sdk.git
```
[](https://www.pkglnk.dev/pkg/mtion-tv-sdk)Dependencies (7)
README
Mtion SDK
Build, create, and publish customized clubhouses, assets and experiences.
Installation
:rotating_light: Unity Version 6000.3.9f1 suggested. Min version tested on is 2021.3.25f1. Download Here :rotating_light:
- First, make sure Git is installed (https://git-scm.com/)
- Open package manager inside Unity
- Click "+" button
- Click "Add package from Git URL"
- Paste in
https://github.com/mtion-tv/MtionSDK.git
OR
Open the manifest.json file inside of the Packages folder in root Unity project. Then paste in below to add package
"com.mtion.sdk": "https://github.com/mtion-tv/MtionSDK.git",
OR
Click on Releases (right side bar) and download the .tgz package. Then:
- Open package manager inside Unity
- Click the "+" button
- Click "Add package from tarball"
- Locate and choose the
.tgzpackage you downloaded
OR
Use the OpenUPM version. Follow instructions here: https://openupm.com/packages/com.mtion.sdk/
Refreshing Package
Open the package manifest.json, then delete package. Save file. Let unity refresh. Then readd package again.
New files will be loaded.
Documentation (Outdated)
https://docs.mtion.xyz/mtion/mtion-sdk/mtion-sdk-documentation
No comments yet. Be the first!