Skip to content

Commit

Permalink
nvm lol
Browse files Browse the repository at this point in the history
  • Loading branch information
Govorunb committed Jul 21, 2024
1 parent 9a9121c commit ebda858
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "Unity/Packages/Tri-Inspector"]
path = Unity/Packages/Tri-Inspector
url = https://github.com/Govorunb/Tri-Inspector
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/Library/PackageCache/com.codewriter.triinspector@*/Runtime/**/*.cs" Visible="False" />
<Compile Include="$(SolutionDir)/Unity/Packages/Tri-Inspector/Runtime/**/*.cs" Visible="False" />

<Folder Include="Attributes" />
<Folder Include="TriInspector" />
Expand Down
1 change: 1 addition & 0 deletions Unity/Packages/Tri-Inspector
Submodule Tri-Inspector added at 6c844f
1 change: 0 additions & 1 deletion Unity/Packages/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"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: 3 additions & 4 deletions Unity/Packages/packages-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,12 @@
"dependencies": {}
},
"com.codewriter.triinspector": {
"version": "https://github.com/codewriter-packages/Tri-Inspector.git",
"version": "file:Tri-Inspector",
"depth": 0,
"source": "git",
"source": "embedded",
"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 ebda858

Please sign in to comment.