Skip to content

Commit

Permalink
🐛 fix(transform-tool): Remove unnessesory using
Browse files Browse the repository at this point in the history
  • Loading branch information
esnya committed Jun 9, 2022
1 parent 6709314 commit e274e2b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 15 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
node_modules
package-lock.json.meta

# This .gitignore file should be placed at the root of your Unity project directory
#
Expand Down
5 changes: 1 addition & 4 deletions Assets/EsnyaUnityTools/Editor/TransformTool.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
using System.Collections.Generic;
using System.Linq;
using System.Linq;
using System.Text.RegularExpressions;
using Ludiq.OdinSerializer.Utilities;
using UnityEditor;
using UnityEngine;
using UnityEngine.UIElements;

namespace EsnyaFactory
{
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 0 additions & 7 deletions package-lock.json.meta

This file was deleted.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.nekometer.esnya-unity-tools",
"version": "3.12.0-beta.4",
"name": "com.nekometer.esnya.esnya-unity-tools",
"version": "3.12.0-beta.5",
"displayName": "EsnyaUnityTools",
"unity": "2019.4",
"description": "",
Expand Down

0 comments on commit e274e2b

Please sign in to comment.