mirror of
https://github.com/GrahamKracker/UnityExplorer.git
synced 2025-07-15 07:56:41 +08:00
2.0.7
* More unstripping fixes. Explorer now works 100% on a blank Unity project (so should therefore work on any Unity game, regardless of stripping). * Some cleanups
This commit is contained in:
@ -262,18 +262,19 @@
|
||||
<Compile Include="UI\WindowBase.cs" />
|
||||
<Compile Include="UI\WindowManager.cs" />
|
||||
<Compile Include="Unstrip\ImageConversion\ImageConversionUnstrip.cs" />
|
||||
<Compile Include="Unstrip\IMGUI\Internal_GUIUtility.cs" />
|
||||
<Compile Include="Unstrip\IMGUI\Internal_TextEditor.cs" />
|
||||
<Compile Include="Unstrip\IMGUI\GUIUtilityUnstrip.cs" />
|
||||
<Compile Include="Unstrip\IMGUI\TextEditorUnstrip.cs" />
|
||||
<Compile Include="Helpers\ICallHelper.cs" />
|
||||
<Compile Include="Unstrip\LayerMask\LayerMaskUnstrip.cs" />
|
||||
<Compile Include="Unstrip\Resources\ResourcesUnstrip.cs" />
|
||||
<Compile Include="Unstrip\Scene\SceneUnstrip.cs" />
|
||||
<Compile Include="Unstrip\IMGUI\GUIUnstrip.cs" />
|
||||
<Compile Include="Unstrip\IMGUI\Internal_LayoutUtility.cs" />
|
||||
<Compile Include="Unstrip\IMGUI\Internal_ScrollViewState.cs" />
|
||||
<Compile Include="Unstrip\IMGUI\Internal_SliderHandler.cs" />
|
||||
<Compile Include="Unstrip\IMGUI\GUIHelper.cs" />
|
||||
<Compile Include="Unstrip\IMGUI\LayoutUtilityUnstrip.cs" />
|
||||
<Compile Include="Unstrip\IMGUI\ScrollViewStateUnstrip.cs" />
|
||||
<Compile Include="Unstrip\IMGUI\SliderHandlerUnstrip.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<Compile Include="Unstrip\IMGUI\Internal.cs" />
|
||||
<Compile Include="Unstrip\IMGUI\Internal_SliderState.cs" />
|
||||
<Compile Include="Unstrip\IMGUI\GUIUnstrip.cs" />
|
||||
<Compile Include="Unstrip\IMGUI\SliderStateUnstrip.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="ILRepack.targets" />
|
||||
|
Reference in New Issue
Block a user