Skip to content

Commit

Permalink
switch back to upstream tri-inspector
Browse files Browse the repository at this point in the history
  • Loading branch information
Govorunb committed Jul 21, 2024
1 parent 5d23ae2 commit 9a9121c
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 8 deletions.
3 changes: 0 additions & 3 deletions .gitmodules

This file was deleted.

2 changes: 1 addition & 1 deletion SCHIZO/SCHIZO.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
</Compile>
<Compile Remove="$(SolutionDir)/Unity/Assets/Scripts/SCHIZO/**/*.Unity.cs" />

<Compile Include="$(SolutionDir)/Unity/Packages/Tri-Inspector/Runtime/**/*.cs" Visible="False" />
<Compile Include="$(SolutionDir)/Unity/Library/PackageCache/com.codewriter.triinspector@*/Runtime/**/*.cs" Visible="False" />

<Folder Include="Attributes" />
<Folder Include="TriInspector" />
Expand Down
1 change: 0 additions & 1 deletion Unity/Packages/Tri-Inspector
Submodule Tri-Inspector deleted from 6c844f
1 change: 1 addition & 0 deletions Unity/Packages/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"dependencies": {
"com.codewriter.triinspector": "https://github.com/codewriter-packages/Tri-Inspector.git",
"com.coffee.csharp-compiler-settings": "https://github.com/mob-sakai/CSharpCompilerSettingsForUnity.git",
"com.unity.2d.sprite": "1.0.0",
"com.unity.addressables": "1.18.19",
Expand Down
7 changes: 4 additions & 3 deletions Unity/Packages/packages-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,13 @@
"dependencies": {}
},
"com.codewriter.triinspector": {
"version": "file:Tri-Inspector",
"version": "https://github.com/codewriter-packages/Tri-Inspector.git",
"depth": 0,
"source": "embedded",
"source": "git",
"dependencies": {
"com.unity.localization": "1.0.0"
}
},
"hash": "67ee3d8adaf6f3faf50da8dc33b57ec7964f98bb"
},
"com.coffee.csharp-compiler-settings": {
"version": "https://github.com/mob-sakai/CSharpCompilerSettingsForUnity.git",
Expand Down

0 comments on commit 9a9121c

Please sign in to comment.