/Spine-Unity-URP-Shaders

Spine Unity URP Shaders UPM Compatible Project

Primary LanguageHLSLOtherNOASSERTION

Spine Unity URP Shaders UPM Compatible Project

介绍

Spine Unity URP Shader的UPM兼容项目

版本说明

所需Unity版本:2019.x

导入方法

一、Package Manager

  1. 打开Package Manager
  2. 点击左上角+号,选择Add package from git URL
    1. gitee: 输入 https://gitee.com/leesinlcj/spine-unity-urp-shaders.git
    2. github: 输入 https://github.com/LeeSinLcj/Spine-Unity-URP-Shaders.git
  3. 点击add即可导入

二、直接修改manifest.json文件

  1. 打开项目根目录/Packages文件夹下的manifest.json文件
  2. 在dependencies下添加一行:
    1. gitee: "com.esotericsoftware.spine.spine.urp-shaders": "https://gitee.com/leesinlcj/spine-unity-urp-shaders.git"
    2. github: "com.esotericsoftware.spine.urp-shaders": "https://github.com/LeeSinLcj/Spine-Unity-URP-Shaders.git"
  3. 导入完成