Spine Unity URP Shader的UPM兼容项目
所需Unity版本:2019.x
- 打开Package Manager
- 点击左上角+号,选择Add package from git URL
- 点击add即可导入
- 打开项目根目录/Packages文件夹下的manifest.json文件
- 在dependencies下添加一行:
- gitee: "com.esotericsoftware.spine.spine.urp-shaders": "https://gitee.com/leesinlcj/spine-unity-urp-shaders.git"
- github: "com.esotericsoftware.spine.urp-shaders": "https://github.com/LeeSinLcj/Spine-Unity-URP-Shaders.git"
- 导入完成