Skip to content

Commit 0f619fc

Browse files
committed
Remove installer
1 parent 3cd434c commit 0f619fc

9 files changed

+9
-17
lines changed

Editor.Extras/TriInspector.Editor.Extras.asmdef

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"references": [
55
"TriInspector",
66
"TriInspector.Editor",
7-
"Unity.InternalAPIEditorBridge.012"
7+
"Unity.InternalAPIEditorBridge.013"
88
],
99
"includePlatforms": [
1010
"Editor"

Editor/TriInspector.Editor.asmdef

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"rootNamespace": "",
44
"references": [
55
"TriInspector",
6-
"Unity.InternalAPIEditorBridge.012"
6+
"Unity.InternalAPIEditorBridge.013"
77
],
88
"includePlatforms": [
99
"Editor"

Installer.unitypackage

-525 Bytes
Binary file not shown.

Installer.unitypackage.meta

Lines changed: 0 additions & 7 deletions
This file was deleted.

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ _Advanced inspector attributes for Unity_
2727
Library distributed as git package ([How to install package from git URL](https://docs.unity3d.com/Manual/upm-ui-giturl.html))
2828
<br>Git URL: `https://github.com/codewriter-packages/Tri-Inspector.git`
2929

30-
After package installation **run the Installer** by double clicking on it.
31-
![TriInspector-Installer](https://user-images.githubusercontent.com/26966368/172212210-3bbcf6ff-cdc3-4c7c-87c6-d27ab83e271c.png)
32-
3330
## Roadmap ![GitHub Repo stars](https://img.shields.io/github/stars/codewriter-packages/Tri-Inspector?style=social)
3431
Each star ★ on the project page brings new features closer.
3532
You can suggest new features in the [Discussions](https://github.com/codewriter-packages/Tri-Inspector/discussions).

Unity.InternalAPIEditorBridge.012/Unity.InternalAPIEditorBridge.012.asmref

Lines changed: 0 additions & 3 deletions
This file was deleted.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"reference": "Unity.InternalAPIEditorBridge.013"
3+
}

Unity.InternalAPIEditorBridge.012/Unity.InternalAPIEditorBridge.012.asmref.meta renamed to Unity.InternalAPIEditorBridge.012/Unity.InternalAPIEditorBridge.013.asmref.meta

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,7 @@
66
"unity": "2020.3",
77
"author": "CodeWriter (https://github.com/orgs/codewriter-packages)",
88
"homepage": "https://github.com/codewriter-packages/Tri-Inspector#readme",
9-
"dependencies": {}
9+
"dependencies": {
10+
"com.unity.localization": "0.2.0"
11+
}
1012
}

0 commit comments

Comments
 (0)