mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-07 03:06:55 +08:00
[unity] Minor formatting and version fixes for ui-toolkit package. See #1943.
This commit is contained in:
parent
af57e96f91
commit
273ec46636
@ -31,10 +31,10 @@
|
|||||||
#define HAS_NATIVE_COLLECTIONS
|
#define HAS_NATIVE_COLLECTIONS
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
using UnityEngine;
|
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using Unity.Collections;
|
using Unity.Collections;
|
||||||
|
using UnityEngine;
|
||||||
|
|
||||||
namespace Spine.Unity {
|
namespace Spine.Unity {
|
||||||
|
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
"name": "com.esotericsoftware.spine.ui-toolkit",
|
"name": "com.esotericsoftware.spine.ui-toolkit",
|
||||||
"displayName": "Spine UI Toolkit [Experimental]",
|
"displayName": "Spine UI Toolkit [Experimental]",
|
||||||
"description": "This plugin provides UI Toolkit integration for the spine-unity runtime.\n\nPrerequisites:\nIt requires a working installation of the spine-unity runtime, version 4.2.\n(See http://esotericsoftware.com/git/spine-runtimes/spine-unity)",
|
"description": "This plugin provides UI Toolkit integration for the spine-unity runtime.\n\nPrerequisites:\nIt requires a working installation of the spine-unity runtime, version 4.2.\n(See http://esotericsoftware.com/git/spine-runtimes/spine-unity)",
|
||||||
"version": "4.2.0",
|
"version": "4.2.0-preview.1",
|
||||||
"unity": "2023.2",
|
"unity": "2023.2",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Esoteric Software",
|
"name": "Esoteric Software",
|
||||||
@ -15,7 +15,8 @@
|
|||||||
"keywords": [
|
"keywords": [
|
||||||
"spine",
|
"spine",
|
||||||
"ui toolkit",
|
"ui toolkit",
|
||||||
"ui"
|
"ui",
|
||||||
|
"preview"
|
||||||
],
|
],
|
||||||
"hideInEditor": false,
|
"hideInEditor": false,
|
||||||
"samples": [
|
"samples": [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user