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.

  1. Start Unity.
  2. Click [Window > Package Manager to open the Unity Package Manager.
    image
  3. Click [+ > Add package from git URL...]
    image
  4. Type https://github.com/Katsuya100/SceneLayer-Trial.git?path=packages and click [Add].
    image

Method 2: Import from local using Unity Package Manager

If you want to keep the package locally, this is the recommended method.

  1. Download any version of com.katuusagi.scenelayer.tgz from release.
  2. Place com.katuusagi.scenelayer.tgz in the Packages folder of UnityProject.
    image
  3. Start Unity.
  4. Click [Window > Package Manager to open the Unity Package Manager.
    image
  5. Click [+ > Add package from tarball...].
    image
  6. Open com.katuusagi.scenelayer.tgz in 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.

  1. Download any version of Katuusagi.SceneLayer.unitypackage from release.
  2. Select [Assets > Import Package > Custom Package...].
    image
  3. Open `Katuusagi.SceneLayer.unitypackage.
  4. Click [Import].
    image

Production Version

AssetStore application planned.

Sample

Method 1: Download sample projects

  1. Download any version of SceneLayerSample.zip from release.
  2. Unzip SceneLayerSample.zip and 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.

  1. Open the Unity Package Manager and select the imported SceneLayer package.
  2. Install samples of your choice from Samples.
    image