wuyu 1 year ago
parent
commit
306b87b4bc

+ 2 - 2
Assembly-CSharp.csproj

@@ -73,6 +73,7 @@
      <Compile Include="Assets/_Packages/PaperFoldAsset/JetSystems/JetUI/LeanTween/Examples/Scripts/PathBezier.cs" />
      <Compile Include="Assets/_Packages/PaperFoldAsset/JetSystems/JetGameplay/Scripts/Character/JoystickInput.cs" />
      <Compile Include="Assets/_Packages/PaperFoldAsset/JetSystems/JetUtilities/Scripts/Interfaces/InterfaceUtility.cs" />
+     <Compile Include="Assets/PaperFold/Scripts/FoldLinesGeneratorNew.cs" />
      <Compile Include="Assets/Epic Toon FX/Demo/Scripts/ETFXTarget.cs" />
      <Compile Include="Assets/Epic Toon FX/Scripts/ETFXRotation.cs" />
      <Compile Include="Assets/_Scripts/Board/Board.cs" />
@@ -90,7 +91,7 @@
      <Compile Include="Assets/_Packages/PaperFoldAsset/FatMachines/TapticFeedback/Example.cs" />
      <Compile Include="Assets/_Scripts/UI/UIProgressBarPercent.cs" />
      <Compile Include="Assets/_Packages/PaperFoldAsset/JetSystems/JetUI/LeanTween/Examples/Scripts/TestingZLegacyExt.cs" />
-     <Compile Include="Assets/_Packages/PaperFoldAsset/Paper Fold/Scripts/Paper.cs" />
+     <Compile Include="Assets/PaperFold/Scripts/Paper.cs" />
      <Compile Include="Assets/_Scripts/LangSwitcher.cs" />
      <Compile Include="Assets/_Scripts/Infrastructure/ProjectInstaller.cs" />
      <Compile Include="Assets/_Packages/PaperFoldAsset/JetSystems/JetGameplay/Scripts/Character/JetCharacterInput.cs" />
@@ -171,7 +172,6 @@
      <Compile Include="Assets/_Packages/PaperFoldAsset/JetSystems/JetUI/LeanTween/Examples/Scripts/GeneralBasic.cs" />
      <Compile Include="Assets/_Packages/PaperFoldAsset/JetSystems/JetUI/LeanTween/Examples/Archived/TestingRigidbodyCS.cs" />
      <Compile Include="Assets/_Packages/PaperFoldAsset/JetSystems/JetUI/LeanTween/Examples/Scripts/Following.cs" />
-     <Compile Include="Assets/PaperFold/Scripts/FoldLinesGeneratorNew.cs" />
      <Folder Include="Assets" />
      <Folder Include="Assets/Epic Toon FX/Prefabs/Environment/Water/Other" />
      <Folder Include="Assets/_Packages/GUI Mobile Hyper-Casual/Sprites/Items PSD + PNG/Gun" />

Assets/_Packages/PaperFoldAsset/Paper Fold/Scripts/Paper.cs → Assets/PaperFold/Scripts/Paper.cs


Assets/_Packages/PaperFoldAsset/Paper Fold/Scripts/Paper.cs.meta → Assets/PaperFold/Scripts/Paper.cs.meta