This commit is contained in:
2025-11-12 14:33:55 +08:00
parent cfab37f966
commit cedcbee5e8
4 changed files with 7 additions and 1 deletions

View File

@@ -1,7 +1,9 @@
using System; using System;
using Cysharp.Threading.Tasks; using Cysharp.Threading.Tasks;
using UnityEngine; using UnityEngine;
#if YooAssets
using YooAsset; using YooAsset;
#endif
namespace Stary.Evo.TableTextConversion namespace Stary.Evo.TableTextConversion
{ {

View File

@@ -1,7 +1,9 @@
using System; using System;
using Cysharp.Threading.Tasks; using Cysharp.Threading.Tasks;
using UnityEngine; using UnityEngine;
#if YooAssets
using YooAsset; using YooAsset;
#endif
namespace Stary.Evo.TableTextConversion namespace Stary.Evo.TableTextConversion
{ {

View File

@@ -1,7 +1,9 @@
using System; using System;
using Cysharp.Threading.Tasks; using Cysharp.Threading.Tasks;
using UnityEngine; using UnityEngine;
#if YooAssets
using YooAsset; using YooAsset;
#endif
namespace Stary.Evo.TableTextConversion namespace Stary.Evo.TableTextConversion
{ {

View File

@@ -1,6 +1,6 @@
{ {
"name": "com.staryevo.tabletextconversion", "name": "com.staryevo.tabletextconversion",
"version": "2.0.5", "version": "2.0.6",
"displayName": "05.TableTextConversion", "displayName": "05.TableTextConversion",
"description": "表格转化工具", "description": "表格转化工具",
"unity": "2021.3", "unity": "2021.3",