[unity] Minor formatting and version fixes for ui-toolkit package. See #1943.

This commit is contained in:
Harald Csaszar 2024-07-02 17:36:35 +02:00
parent af57e96f91
commit 273ec46636
2 changed files with 4 additions and 3 deletions

View File

@ -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 {

View File

@ -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": [