Remove installer

This commit is contained in:
VladV 2023-06-15 12:12:28 +04:00
parent 3cd434cd4f
commit 0f619fc18f
9 changed files with 9 additions and 17 deletions

View File

@ -4,7 +4,7 @@
"references": [
"TriInspector",
"TriInspector.Editor",
"Unity.InternalAPIEditorBridge.012"
"Unity.InternalAPIEditorBridge.013"
],
"includePlatforms": [
"Editor"

View File

@ -3,7 +3,7 @@
"rootNamespace": "",
"references": [
"TriInspector",
"Unity.InternalAPIEditorBridge.012"
"Unity.InternalAPIEditorBridge.013"
],
"includePlatforms": [
"Editor"

Binary file not shown.

View File

@ -1,7 +0,0 @@
fileFormatVersion: 2
guid: 45e08a87d3d7eab48b90b26af99f1631
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@ -27,9 +27,6 @@ _Advanced inspector attributes for Unity_
Library distributed as git package ([How to install package from git URL](https://docs.unity3d.com/Manual/upm-ui-giturl.html))
<br>Git URL: `https://github.com/codewriter-packages/Tri-Inspector.git`
After package installation **run the Installer** by double clicking on it.
![TriInspector-Installer](https://user-images.githubusercontent.com/26966368/172212210-3bbcf6ff-cdc3-4c7c-87c6-d27ab83e271c.png)
## Roadmap ![GitHub Repo stars](https://img.shields.io/github/stars/codewriter-packages/Tri-Inspector?style=social)
Each star ★ on the project page brings new features closer.
You can suggest new features in the [Discussions](https://github.com/codewriter-packages/Tri-Inspector/discussions).

View File

@ -1,3 +0,0 @@
{
"reference": "Unity.InternalAPIEditorBridge.012"
}

View File

@ -0,0 +1,3 @@
{
"reference": "Unity.InternalAPIEditorBridge.013"
}

View File

@ -1,5 +1,5 @@
fileFormatVersion: 2
guid: ef298164c542ea34b917beb80251fa54
guid: 851ff4ad6c3a00b48bd5281de6b2f060
AssemblyDefinitionReferenceImporter:
externalObjects: {}
userData:

View File

@ -6,5 +6,7 @@
"unity": "2020.3",
"author": "CodeWriter (https://github.com/orgs/codewriter-packages)",
"homepage": "https://github.com/codewriter-packages/Tri-Inspector#readme",
"dependencies": {}
"dependencies": {
"com.unity.localization": "0.2.0"
}
}