This commit is contained in:
2025-09-24 10:01:30 +08:00
parent 5bc4e017c6
commit 2ff8645af6
2 changed files with 2 additions and 2 deletions

View File

@@ -2,10 +2,10 @@ using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.IO; using System.IO;
using System.Linq; using System.Linq;
using Newtonsoft.Json;
using Sirenix.OdinInspector; using Sirenix.OdinInspector;
using Sirenix.OdinInspector.Editor; using Sirenix.OdinInspector.Editor;
using Stary.Evo.Editor.Entity; using Stary.Evo.Editor.Entity;
using Unity.Plastic.Newtonsoft.Json;
using UnityEditor; using UnityEditor;
using UnityEditorInternal; using UnityEditorInternal;
using UnityEngine; using UnityEngine;

View File

@@ -1,6 +1,6 @@
{ {
"name": "com.pointcloud", "name": "com.pointcloud",
"version": "1.0.1", "version": "1.0.2",
"displayName": "11.PointCloudTools", "displayName": "11.PointCloudTools",
"description": "点云开发工具", "description": "点云开发工具",
"unity": "2021.3", "unity": "2021.3",