How to Install Package and Sample - Katsuya100/SceneLayer-Trial GitHub Wiki
Trial Version
Method 1: Import remotely using the Unity Package Manager
If you have already set up a git environment, this is the recommended method.
- Start Unity.
- Click [Window > Package Manager to open the Unity Package Manager.

- Click [+ > Add package from git URL...]

- Type
https://github.com/Katsuya100/SceneLayer-Trial.git?path=packagesand click [Add].

Method 2: Import from local using Unity Package Manager
If you want to keep the package locally, this is the recommended method.
- Download any version of
com.katuusagi.scenelayer.tgzfrom release. - Place
com.katuusagi.scenelayer.tgzin the Packages folder of UnityProject.

- Start Unity.
- Click [Window > Package Manager to open the Unity Package Manager.

- Click [+ > Add package from tarball...].

- Open
com.katuusagi.scenelayer.tgzin the Packages folder.
Method 3: Import with .unitypackage
If you want to manage the contents of a Package under Assets, for example, this is useful if you do not want to use the Unity Package Manager for some reason.
- Download any version of
Katuusagi.SceneLayer.unitypackagefrom release. - Select [Assets > Import Package > Custom Package...].

- Open `Katuusagi.SceneLayer.unitypackage.
- Click [Import].

Production Version
AssetStore application planned.
Sample
Method 1: Download sample projects
- Download any version of
SceneLayerSample.zipfrom release. - Unzip
SceneLayerSample.zipand open it in Unity.
Method 2: Installation from Unity Package Manager
You can import samples on the Unity Package Manager only if you installed the package from the Unity Package Manager.
- Open the Unity Package Manager and select the imported SceneLayer package.
- Install samples of your choice from Samples.
