[unity] Fixed URP shader compile error with URP 17.1. Closes #2878.

This commit is contained in:
Harald Csaszar 2025-07-03 20:36:16 +02:00
parent 9e9f52ad62
commit 4adbb66167
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
#ifndef SPINE_COMMON_URP_INCLUDED
#define SPINE_COMMON_URP_INCLUDED
#ifdef USE_FORWARD_PLUS
#if defined(USE_FORWARD_PLUS) || defined(USE_CLUSTER_LIGHT_LOOP)
#define IS_URP_14_OR_NEWER 1
#define IS_URP_12_OR_NEWER 1
#else

View File

@ -2,7 +2,7 @@
"name": "com.esotericsoftware.spine.urp-shaders",
"displayName": "Spine Universal RP Shaders",
"description": "This plugin provides universal render pipeline (URP) shaders for the spine-unity runtime.\n\nPrerequisites:\nIt requires a working installation of the spine-unity runtime, version 4.3.\n(See http://esotericsoftware.com/git/spine-runtimes/spine-unity)",
"version": "4.3.1",
"version": "4.3.2",
"unity": "2019.3",
"author": {
"name": "Esoteric Software",