├── .gitattributes ├── .gitignore ├── Assets ├── AddressableAssetsData.meta ├── AddressableAssetsData │ ├── AddressableAssetSettings.asset │ ├── AddressableAssetSettings.asset.meta │ ├── Android.meta │ ├── AssetGroupTemplates.meta │ ├── AssetGroupTemplates │ │ ├── Packed Assets.asset │ │ └── Packed Assets.asset.meta │ ├── AssetGroups.meta │ ├── AssetGroups │ │ ├── Built In Data.asset │ │ ├── Built In Data.asset.meta │ │ ├── Default Local Group.asset │ │ ├── Default Local Group.asset.meta │ │ ├── Packed Assets.asset │ │ ├── Packed Assets.asset.meta │ │ ├── Schemas.meta │ │ └── Schemas │ │ │ ├── 31b3a3a9a5334ab4d9b4e2aefaed413c_PlayerDataGroupSchema.asset │ │ │ ├── 31b3a3a9a5334ab4d9b4e2aefaed413c_PlayerDataGroupSchema.asset.meta │ │ │ ├── 5081196bebc0c57478cb3e541075e9b0_BundledAssetGroupSchema.asset │ │ │ ├── 5081196bebc0c57478cb3e541075e9b0_BundledAssetGroupSchema.asset.meta │ │ │ ├── 5081196bebc0c57478cb3e541075e9b0_ContentUpdateGroupSchema.asset │ │ │ ├── 5081196bebc0c57478cb3e541075e9b0_ContentUpdateGroupSchema.asset.meta │ │ │ ├── c06b6805142081e489178f1e5ee1e17d_BundledAssetGroupSchema.asset │ │ │ ├── c06b6805142081e489178f1e5ee1e17d_BundledAssetGroupSchema.asset.meta │ │ │ ├── c06b6805142081e489178f1e5ee1e17d_ContentUpdateGroupSchema.asset │ │ │ └── c06b6805142081e489178f1e5ee1e17d_ContentUpdateGroupSchema.asset.meta │ ├── DataBuilders.meta │ ├── DataBuilders │ │ ├── BuildScriptFastMode.asset │ │ ├── BuildScriptFastMode.asset.meta │ │ ├── BuildScriptPackedMode.asset │ │ ├── BuildScriptPackedMode.asset.meta │ │ ├── BuildScriptPackedPlayMode.asset │ │ ├── BuildScriptPackedPlayMode.asset.meta │ │ ├── BuildScriptVirtualMode.asset │ │ └── BuildScriptVirtualMode.asset.meta │ ├── DefaultObject.asset │ ├── DefaultObject.asset.meta │ ├── Windows.meta │ └── Windows │ │ ├── addressables_content_state.bin │ │ └── addressables_content_state.bin.meta ├── Editor.meta ├── Editor │ ├── SpineSettings.asset │ └── SpineSettings.asset.meta ├── Plugins.meta ├── QuickSheet.meta ├── QuickSheet │ ├── Doc.meta │ ├── Doc │ │ ├── Unity-Quicksheet.pdf │ │ └── Unity-Quicksheet.pdf.meta │ ├── Editor.meta │ ├── Editor │ │ ├── BaseEditor.cs │ │ ├── BaseEditor.cs.meta │ │ ├── BaseMachine.cs │ │ ├── BaseMachine.cs.meta │ │ ├── BaseMachineEditor.cs │ │ ├── BaseMachineEditor.cs.meta │ │ ├── CustomAssetUtility.cs │ │ ├── CustomAssetUtility.cs.meta │ │ ├── GUIHelper.cs │ │ ├── GUIHelper.cs.meta │ │ ├── Resources.meta │ │ ├── Resources │ │ │ ├── brown.png │ │ │ ├── brown.png.meta │ │ │ ├── lightSkinBox.png │ │ │ └── lightSkinBox.png.meta │ │ ├── ScriptGenerator.cs │ │ ├── ScriptGenerator.cs.meta │ │ ├── ScriptPrescription.cs │ │ ├── ScriptPrescription.cs.meta │ │ ├── Util.meta │ │ └── Util │ │ │ ├── Cloner.cs │ │ │ ├── Cloner.cs.meta │ │ │ ├── CsvParser.cs │ │ │ ├── CsvParser.cs.meta │ │ │ ├── Singleton.cs │ │ │ ├── Singleton.cs.meta │ │ │ ├── SingletonScriptableObject.cs │ │ │ ├── SingletonScriptableObject.cs.meta │ │ │ ├── Util.cs │ │ │ └── Util.cs.meta │ ├── Example.meta │ ├── Example │ │ ├── Data.meta │ │ ├── Data │ │ │ ├── Editor.meta │ │ │ ├── Editor │ │ │ │ ├── ExcelExampleAssetPostProcessor.cs │ │ │ │ ├── ExcelExampleAssetPostProcessor.cs.meta │ │ │ │ ├── ExcelExampleEditor.cs │ │ │ │ └── ExcelExampleEditor.cs.meta │ │ │ ├── Runtime.meta │ │ │ └── Runtime │ │ │ │ ├── ExcelExample.cs │ │ │ │ ├── ExcelExample.cs.meta │ │ │ │ ├── ExcelExampleData.cs │ │ │ │ └── ExcelExampleData.cs.meta │ │ ├── Difficulty.cs │ │ ├── Difficulty.cs.meta │ │ ├── Excel.meta │ │ ├── Excel │ │ │ ├── Example.xlsx │ │ │ ├── Example.xlsx.meta │ │ │ ├── ExcelExample.asset │ │ │ └── ExcelExample.asset.meta │ │ ├── ExcelExampleImporter.asset │ │ └── ExcelExampleImporter.asset.meta │ ├── ExcelPlugin.meta │ ├── ExcelPlugin │ │ ├── Editor.meta │ │ ├── Editor │ │ │ ├── BaseExcelEditor.cs │ │ │ ├── BaseExcelEditor.cs.meta │ │ │ ├── Excel Settings.asset │ │ │ ├── Excel Settings.asset.meta │ │ │ ├── ExcelMachine.cs │ │ │ ├── ExcelMachine.cs.meta │ │ │ ├── ExcelMachineEditor.cs │ │ │ ├── ExcelMachineEditor.cs.meta │ │ │ ├── ExcelQuery.cs │ │ │ ├── ExcelQuery.cs.meta │ │ │ ├── ExcelSettings.cs │ │ │ ├── ExcelSettings.cs.meta │ │ │ ├── ExcelSettingsEditor.cs │ │ │ ├── ExcelSettingsEditor.cs.meta │ │ │ ├── Library.meta │ │ │ └── Library │ │ │ │ ├── ICSharpCode.SharpZipLib.dll │ │ │ │ ├── ICSharpCode.SharpZipLib.dll.meta │ │ │ │ ├── NPOI.2.1.1.txt │ │ │ │ ├── NPOI.2.1.1.txt.meta │ │ │ │ ├── NPOI.OOXML.dll │ │ │ │ ├── NPOI.OOXML.dll.meta │ │ │ │ ├── NPOI.OpenXml4Net.dll │ │ │ │ ├── NPOI.OpenXml4Net.dll.meta │ │ │ │ ├── NPOI.OpenXmlFormats.dll │ │ │ │ ├── NPOI.OpenXmlFormats.dll.meta │ │ │ │ ├── NPOI.XML │ │ │ │ ├── NPOI.XML.meta │ │ │ │ ├── NPOI.dll │ │ │ │ ├── NPOI.dll.meta │ │ │ │ ├── Release Notes.txt │ │ │ │ └── Release Notes.txt.meta │ │ ├── Templates.meta │ │ └── Templates │ │ │ ├── DataClass.txt │ │ │ ├── DataClass.txt.meta │ │ │ ├── PostProcessor.txt │ │ │ ├── PostProcessor.txt.meta │ │ │ ├── ScriptableObjectClass.txt │ │ │ ├── ScriptableObjectClass.txt.meta │ │ │ ├── ScriptableObjectEditorClass.txt │ │ │ └── ScriptableObjectEditorClass.txt.meta │ ├── GDataPlugin.meta │ ├── GDataPlugin │ │ ├── Editor.meta │ │ ├── Editor │ │ │ ├── BaseGoogleEditor.cs │ │ │ ├── BaseGoogleEditor.cs.meta │ │ │ ├── GDataDB.meta │ │ │ ├── GDataDB │ │ │ │ ├── GDataDB.Linq.meta │ │ │ │ ├── GDataDB.Linq │ │ │ │ │ ├── ITableExtensions.cs │ │ │ │ │ ├── ITableExtensions.cs.meta │ │ │ │ │ ├── Impl.meta │ │ │ │ │ └── Impl │ │ │ │ │ │ ├── Evaluator.cs │ │ │ │ │ │ ├── Evaluator.cs.meta │ │ │ │ │ │ ├── ExpressionVisitor.cs │ │ │ │ │ │ ├── ExpressionVisitor.cs.meta │ │ │ │ │ │ ├── GDataDBQueryProvider.cs │ │ │ │ │ │ ├── GDataDBQueryProvider.cs.meta │ │ │ │ │ │ ├── OrderTranslator.cs │ │ │ │ │ │ ├── OrderTranslator.cs.meta │ │ │ │ │ │ ├── Query.cs │ │ │ │ │ │ ├── Query.cs.meta │ │ │ │ │ │ ├── QueryProvider.cs │ │ │ │ │ │ ├── QueryProvider.cs.meta │ │ │ │ │ │ ├── QueryTranslator.cs │ │ │ │ │ │ ├── QueryTranslator.cs.meta │ │ │ │ │ │ ├── TypeSystem.cs │ │ │ │ │ │ ├── TypeSystem.cs.meta │ │ │ │ │ │ ├── WhereTranslator.cs │ │ │ │ │ │ └── WhereTranslator.cs.meta │ │ │ │ ├── GDataDB.meta │ │ │ │ ├── GDataDB │ │ │ │ │ ├── DatabaseClient.cs │ │ │ │ │ ├── DatabaseClient.cs.meta │ │ │ │ │ ├── IDatabase.cs │ │ │ │ │ ├── IDatabase.cs.meta │ │ │ │ │ ├── IDatabaseClient.cs │ │ │ │ │ ├── IDatabaseClient.cs.meta │ │ │ │ │ ├── IRow.cs │ │ │ │ │ ├── IRow.cs.meta │ │ │ │ │ ├── ITable.cs │ │ │ │ │ ├── ITable.cs.meta │ │ │ │ │ ├── Impl.meta │ │ │ │ │ ├── Impl │ │ │ │ │ │ ├── Database.cs │ │ │ │ │ │ ├── Database.cs.meta │ │ │ │ │ │ ├── GDataDBRequestFactory.cs │ │ │ │ │ │ ├── GDataDBRequestFactory.cs.meta │ │ │ │ │ │ ├── Row.cs │ │ │ │ │ │ ├── Row.cs.meta │ │ │ │ │ │ ├── Serializer.cs │ │ │ │ │ │ ├── Serializer.cs.meta │ │ │ │ │ │ ├── Table.cs │ │ │ │ │ │ └── Table.cs.meta │ │ │ │ │ ├── Order.cs │ │ │ │ │ ├── Order.cs.meta │ │ │ │ │ ├── Query.cs │ │ │ │ │ └── Query.cs.meta │ │ │ │ ├── README.md │ │ │ │ ├── README.md.meta │ │ │ │ ├── license.txt │ │ │ │ └── license.txt.meta │ │ │ ├── Google Data Settings.asset │ │ │ ├── Google Data Settings.asset.meta │ │ │ ├── Google.meta │ │ │ ├── Google │ │ │ │ ├── Google.GData.AccessControl.DLL │ │ │ │ ├── Google.GData.AccessControl.DLL.meta │ │ │ │ ├── Google.GData.Client.dll │ │ │ │ ├── Google.GData.Client.dll.meta │ │ │ │ ├── Google.GData.Documents.dll │ │ │ │ ├── Google.GData.Documents.dll.meta │ │ │ │ ├── Google.GData.Extensions.dll │ │ │ │ ├── Google.GData.Extensions.dll.meta │ │ │ │ ├── Google.GData.Spreadsheets.dll │ │ │ │ ├── Google.GData.Spreadsheets.dll.meta │ │ │ │ ├── Google.GData.license.txt │ │ │ │ ├── Google.GData.license.txt.meta │ │ │ │ ├── Newtonsoft.Json.xml │ │ │ │ ├── Newtonsoft.Json.xml.meta │ │ │ │ ├── license.txt │ │ │ │ └── license.txt.meta │ │ │ ├── GoogleDataSettings.cs │ │ │ ├── GoogleDataSettings.cs.meta │ │ │ ├── GoogleDataSettingsEditor.cs │ │ │ ├── GoogleDataSettingsEditor.cs.meta │ │ │ ├── GoogleMachine.cs │ │ │ ├── GoogleMachine.cs.meta │ │ │ ├── GoogleMachineEditor.cs │ │ │ └── GoogleMachineEditor.cs.meta │ │ ├── Templates.meta │ │ └── Templates │ │ │ ├── AssetFileClass.txt │ │ │ ├── AssetFileClass.txt.meta │ │ │ ├── DataClass.txt │ │ │ ├── DataClass.txt.meta │ │ │ ├── ScriptableObjectClass.txt │ │ │ ├── ScriptableObjectClass.txt.meta │ │ │ ├── ScriptableObjectEditorClass.txt │ │ │ └── ScriptableObjectEditorClass.txt.meta │ ├── Runtime.meta │ └── Runtime │ │ ├── ExposePropertyAttribute.cs │ │ ├── ExposePropertyAttribute.cs.meta │ │ ├── Util.meta │ │ └── Util │ │ ├── ConvertExt.cs │ │ └── ConvertExt.cs.meta ├── Res.meta ├── Res │ ├── Animations.meta │ ├── Animations │ │ ├── data.meta │ │ ├── data │ │ │ ├── Hero.meta │ │ │ └── Hero │ │ │ │ ├── attack.bytes │ │ │ │ └── attack.bytes.meta │ │ ├── pic.meta │ │ └── pic │ │ │ ├── Hero.meta │ │ │ └── Hero │ │ │ ├── attack.png │ │ │ └── attack.png.meta │ ├── Configs.meta │ ├── Configs │ │ ├── TestData.asset │ │ ├── TestData.asset.meta │ │ ├── UIDataMain.asset │ │ └── UIDataMain.asset.meta │ ├── Excel.meta │ ├── Excel │ │ ├── ExcelSettings.asset │ │ ├── ExcelSettings.asset.meta │ │ ├── ImportSetting.asset │ │ ├── ImportSetting.asset.meta │ │ ├── New Import Setting.asset │ │ ├── New Import Setting.asset.meta │ │ ├── Sheet1.asset │ │ ├── Sheet1.asset.meta │ │ ├── Sheet2.asset │ │ ├── Sheet2.asset.meta │ │ ├── TestData.xlsx │ │ └── TestData.xlsx.meta │ ├── ExcelAssets.meta │ ├── ExcelAssets │ │ ├── Sheet1.asset │ │ ├── Sheet1.asset.meta │ │ ├── Sheet2.asset │ │ └── Sheet2.asset.meta │ ├── Fonts.meta │ ├── Fonts │ │ ├── FZYTK.TTF │ │ ├── FZYTK.TTF.meta │ │ ├── SIMYOU.TTF │ │ └── SIMYOU.TTF.meta │ ├── Light.meta │ ├── Light │ │ ├── 2D Renderer Data.asset │ │ ├── 2D Renderer Data.asset.meta │ │ ├── LWRPAsset.asset │ │ ├── LWRPAsset.asset.meta │ │ ├── LWRPAsset_Renderer.asset │ │ └── LWRPAsset_Renderer.asset.meta │ ├── Materials.meta │ ├── Materials │ │ ├── PurpleMaterial.mat │ │ ├── PurpleMaterial.mat.meta │ │ ├── TestMaterial.mat │ │ └── TestMaterial.mat.meta │ ├── Prefabs.meta │ ├── Prefabs │ │ ├── Game.meta │ │ ├── Game │ │ │ ├── TestGameScene.prefab │ │ │ └── TestGameScene.prefab.meta │ │ ├── UI.meta │ │ └── UI │ │ │ ├── GameUI.prefab │ │ │ ├── GameUI.prefab.meta │ │ │ ├── GuestBookText.prefab │ │ │ ├── GuestBookText.prefab.meta │ │ │ ├── GuestBookUI.prefab │ │ │ ├── GuestBookUI.prefab.meta │ │ │ ├── LoadingUI.prefab │ │ │ ├── LoadingUI.prefab.meta │ │ │ ├── MainUI.prefab │ │ │ ├── MainUI.prefab.meta │ │ │ ├── UI.prefab │ │ │ └── UI.prefab.meta │ ├── Shaders.meta │ ├── Shaders │ │ ├── 2DLightGrayMaterial.mat │ │ ├── 2DLightGrayMaterial.mat.meta │ │ ├── Gray.shader │ │ ├── Gray.shader.meta │ │ ├── Sprite2DLightGray.shader │ │ ├── Sprite2DLightGray.shader.meta │ │ ├── Unlit_Gray.mat │ │ └── Unlit_Gray.mat.meta │ ├── Textures.meta │ └── Textures │ │ ├── 123.jpg │ │ ├── 123.jpg.meta │ │ ├── UI.meta │ │ └── UI │ │ ├── Game.meta │ │ ├── Game │ │ ├── GameBG_01.jpg │ │ ├── GameBG_01.jpg.meta │ │ ├── GameBG_02.png │ │ ├── GameBG_02.png.meta │ │ ├── GamePause.png │ │ ├── GamePause.png.meta │ │ ├── GamePlay.png │ │ ├── GamePlay.png.meta │ │ ├── Joystick.png │ │ ├── Joystick.png.meta │ │ ├── TestRenderTexture.renderTexture │ │ └── TestRenderTexture.renderTexture.meta │ │ ├── GuestBook.meta │ │ ├── GuestBook │ │ ├── Box.png │ │ ├── Box.png.meta │ │ ├── TickIcon.png │ │ ├── TickIcon.png.meta │ │ ├── game_background_3. 2.png │ │ ├── game_background_3. 2.png.meta │ │ ├── textbox.png │ │ └── textbox.png.meta │ │ ├── Main.meta │ │ └── Main │ │ ├── MainBG.jpg │ │ ├── MainBG.jpg.meta │ │ ├── MainBall.png │ │ ├── MainBall.png.meta │ │ ├── MainButton.png │ │ ├── MainButton.png.meta │ │ ├── MainLightBlue.png │ │ ├── MainLightBlue.png.meta │ │ ├── MainLightGreen.png │ │ ├── MainLightGreen.png.meta │ │ ├── MainLightPink.png │ │ ├── MainLightPink.png.meta │ │ ├── MainSetting.png │ │ ├── MainSetting.png.meta │ │ ├── MainStar.png │ │ ├── MainStar.png.meta │ │ ├── MainTitle.png │ │ ├── MainTitle.png.meta │ │ ├── MainTitleBG.png │ │ ├── MainTitleBG.png.meta │ │ ├── circle.png │ │ └── circle.png.meta ├── Resources.meta ├── Resources │ ├── DOTweenSettings.asset │ └── DOTweenSettings.asset.meta ├── Scenes.meta ├── Scenes │ ├── LoveStartScene.unity │ ├── LoveStartScene.unity.meta │ ├── TestScene.unity │ └── TestScene.unity.meta ├── Scripts.meta ├── Scripts │ ├── CSharp.meta │ ├── CSharp │ │ ├── Bootstrap.cs │ │ ├── Bootstrap.cs.meta │ │ ├── Game.meta │ │ ├── Game │ │ │ ├── BackgroundController.cs │ │ │ ├── BackgroundController.cs.meta │ │ │ ├── GameData.cs │ │ │ ├── GameData.cs.meta │ │ │ ├── GameManager.cs │ │ │ └── GameManager.cs.meta │ │ ├── GameData.meta │ │ ├── GameData │ │ │ ├── TestData.meta │ │ │ ├── TestData │ │ │ │ ├── TestData.cs │ │ │ │ ├── TestData.cs.meta │ │ │ │ ├── TestDataConfigs.cs │ │ │ │ └── TestDataConfigs.cs.meta │ │ │ ├── UIData.meta │ │ │ └── UIData │ │ │ │ ├── UIDataGuestBook.cs │ │ │ │ ├── UIDataGuestBook.cs.meta │ │ │ │ ├── UIDataMainConfigs.cs │ │ │ │ └── UIDataMainConfigs.cs.meta │ │ ├── GameEngine.meta │ │ ├── GameEngine │ │ │ ├── Anim.meta │ │ │ ├── Anim │ │ │ │ ├── AnimSpriteManager.cs │ │ │ │ ├── AnimSpriteManager.cs.meta │ │ │ │ ├── MeowAnimation.cs │ │ │ │ └── MeowAnimation.cs.meta │ │ │ ├── Data.meta │ │ │ ├── Data │ │ │ │ ├── ConfigsBase.cs │ │ │ │ ├── ConfigsBase.cs.meta │ │ │ │ ├── ConfigsManager.cs │ │ │ │ ├── ConfigsManager.cs.meta │ │ │ │ ├── ExcelDataManager.cs │ │ │ │ └── ExcelDataManager.cs.meta │ │ │ ├── EventCenter.meta │ │ │ ├── EventCenter │ │ │ │ ├── EventListener.cs │ │ │ │ ├── EventListener.cs.meta │ │ │ │ ├── EventManager.cs │ │ │ │ ├── EventManager.cs.meta │ │ │ │ ├── EventType.cs │ │ │ │ └── EventType.cs.meta │ │ │ ├── MonoTool.meta │ │ │ ├── MonoTool │ │ │ │ ├── GlobalMonoManager.cs │ │ │ │ └── GlobalMonoManager.cs.meta │ │ │ ├── Music.meta │ │ │ ├── Music │ │ │ │ ├── MusicManager.cs │ │ │ │ └── MusicManager.cs.meta │ │ │ ├── ObjectPool.meta │ │ │ ├── ObjectPool │ │ │ │ ├── Chunk.cs │ │ │ │ ├── Chunk.cs.meta │ │ │ │ ├── ChunkAllocator.cs │ │ │ │ └── ChunkAllocator.cs.meta │ │ │ ├── Res.meta │ │ │ ├── Res │ │ │ │ ├── AssetLoader.cs │ │ │ │ ├── AssetLoader.cs.meta │ │ │ │ ├── AssetManager.cs │ │ │ │ └── AssetManager.cs.meta │ │ │ ├── Singleton.meta │ │ │ ├── Singleton │ │ │ │ ├── Single.cs │ │ │ │ ├── Single.cs.meta │ │ │ │ ├── SingleMono.cs │ │ │ │ └── SingleMono.cs.meta │ │ │ ├── Timer.meta │ │ │ ├── Timer │ │ │ │ ├── Timer.cs │ │ │ │ ├── Timer.cs.meta │ │ │ │ ├── TimerID.cs │ │ │ │ ├── TimerID.cs.meta │ │ │ │ ├── TimerManager.cs │ │ │ │ └── TimerManager.cs.meta │ │ │ ├── UI.meta │ │ │ ├── UI │ │ │ │ ├── UIBase.cs │ │ │ │ ├── UIBase.cs.meta │ │ │ │ ├── UIManager.cs │ │ │ │ └── UIManager.cs.meta │ │ │ ├── Util.meta │ │ │ └── Util │ │ │ │ ├── CallBackUtil.cs │ │ │ │ ├── CallBackUtil.cs.meta │ │ │ │ ├── GlobalUtil.cs │ │ │ │ └── GlobalUtil.cs.meta │ │ ├── GameEntry.cs │ │ ├── GameEntry.cs.meta │ │ ├── RenderPasses.meta │ │ ├── RenderPasses │ │ │ ├── Blit.cs │ │ │ ├── Blit.cs.meta │ │ │ ├── BlitPass.cs │ │ │ ├── BlitPass.cs.meta │ │ │ ├── FullScreenQuad.cs │ │ │ ├── FullScreenQuad.cs.meta │ │ │ ├── FullScreenQuadPass.cs │ │ │ └── FullScreenQuadPass.cs.meta │ │ ├── Rocker.cs │ │ ├── Rocker.cs.meta │ │ ├── UI.meta │ │ └── UI │ │ │ ├── GuestBookClient.meta │ │ │ ├── GuestBookClient │ │ │ ├── GuestBookClient.cs │ │ │ ├── GuestBookClient.cs.meta │ │ │ ├── GuestBookResult.cs │ │ │ └── GuestBookResult.cs.meta │ │ │ ├── UIController.cs │ │ │ ├── UIController.cs.meta │ │ │ ├── UIGame.cs │ │ │ ├── UIGame.cs.meta │ │ │ ├── UIGuestBook.cs │ │ │ ├── UIGuestBook.cs.meta │ │ │ ├── UILoading.cs │ │ │ ├── UILoading.cs.meta │ │ │ ├── UIMain.cs │ │ │ └── UIMain.cs.meta │ ├── Editor.meta │ ├── Editor │ │ ├── Excel.meta │ │ └── Excel │ │ │ ├── Sheet1AssetPostProcessor.cs │ │ │ ├── Sheet1AssetPostProcessor.cs.meta │ │ │ ├── Sheet1Editor.cs │ │ │ ├── Sheet1Editor.cs.meta │ │ │ ├── Sheet2AssetPostProcessor.cs │ │ │ ├── Sheet2AssetPostProcessor.cs.meta │ │ │ ├── Sheet2Editor.cs │ │ │ └── Sheet2Editor.cs.meta │ ├── Excel.meta │ ├── Excel │ │ ├── Sheet1.cs │ │ ├── Sheet1.cs.meta │ │ ├── Sheet1Data.cs │ │ ├── Sheet1Data.cs.meta │ │ ├── Sheet2.cs │ │ ├── Sheet2.cs.meta │ │ ├── Sheet2Data.cs │ │ └── Sheet2Data.cs.meta │ ├── Test.meta │ └── Test │ │ ├── AssetReferenceTest.cs │ │ ├── AssetReferenceTest.cs.meta │ │ ├── TestAnim.cs │ │ ├── TestAnim.cs.meta │ │ ├── TestScript.cs │ │ └── TestScript.cs.meta ├── Spine Examples.meta ├── Spine Examples │ ├── Getting Started.meta │ ├── Getting Started │ │ ├── 1 The Spine GameObject.unity │ │ ├── 1 The Spine GameObject.unity.meta │ │ ├── 2 Controlling Animation.unity │ │ ├── 2 Controlling Animation.unity.meta │ │ ├── 3 Controlling Animation Continued.unity │ │ ├── 3 Controlling Animation Continued.unity.meta │ │ ├── 4 Object Oriented Sample.unity │ │ ├── 4 Object Oriented Sample.unity.meta │ │ ├── 5 Basic Platformer.unity │ │ ├── 5 Basic Platformer.unity.meta │ │ ├── 6 SkeletonGraphic.unity │ │ └── 6 SkeletonGraphic.unity.meta │ ├── Images.meta │ ├── Images │ │ ├── outline-shaders-heading.png │ │ └── outline-shaders-heading.png.meta │ ├── Other Examples.meta │ ├── Other Examples │ │ ├── Animation Tester.meta │ │ ├── Animation Tester │ │ │ ├── Animation Tester.unity │ │ │ ├── Animation Tester.unity.meta │ │ │ ├── SpineAnimationTesterTool.cs │ │ │ └── SpineAnimationTesterTool.cs.meta │ │ ├── AtlasRegionAttacher.unity │ │ ├── AtlasRegionAttacher.unity.meta │ │ ├── BlendModes.unity │ │ ├── BlendModes.unity.meta │ │ ├── Drunkboy.unity │ │ ├── Drunkboy.unity.meta │ │ ├── FixedTimestepUpdates.unity │ │ ├── FixedTimestepUpdates.unity.meta │ │ ├── Freezeboy.unity │ │ ├── Freezeboy.unity.meta │ │ ├── Goblins.unity │ │ ├── Goblins.unity.meta │ │ ├── Instantiate from Script.unity │ │ ├── Instantiate from Script.unity.meta │ │ ├── Mix and Match Equip Assets.meta │ │ ├── Mix and Match Equip Assets │ │ │ ├── Goggles Normal.asset │ │ │ ├── Goggles Normal.asset.meta │ │ │ ├── Goggles Tactical.asset │ │ │ ├── Goggles Tactical.asset.meta │ │ │ ├── Gun Freeze.asset │ │ │ ├── Gun Freeze.asset.meta │ │ │ ├── Gun Normal.asset │ │ │ └── Gun Normal.asset.meta │ │ ├── Mix and Match Equip.unity │ │ ├── Mix and Match Equip.unity.meta │ │ ├── Mix and Match.unity │ │ ├── Mix and Match.unity.meta │ │ ├── Outline Shaders.unity │ │ ├── Outline Shaders.unity.meta │ │ ├── Per Instance Material Properties.unity │ │ ├── Per Instance Material Properties.unity.meta │ │ ├── SkeletonAnimationMulti.unity │ │ ├── SkeletonAnimationMulti.unity.meta │ │ ├── SkeletonRenderSeparator.unity │ │ ├── SkeletonRenderSeparator.unity.meta │ │ ├── SkeletonUtility Animated Physics.unity │ │ ├── SkeletonUtility Animated Physics.unity.meta │ │ ├── SkeletonUtility Eyes.unity │ │ ├── SkeletonUtility Eyes.unity.meta │ │ ├── SkeletonUtility GroundConstraint.unity │ │ ├── SkeletonUtility GroundConstraint.unity.meta │ │ ├── SkeletonUtility Platformer HingeChain Physics.unity │ │ ├── SkeletonUtility Platformer HingeChain Physics.unity.meta │ │ ├── SkeletonUtility Ragdoll.unity │ │ ├── SkeletonUtility Ragdoll.unity.meta │ │ ├── SpineGauge.unity │ │ ├── SpineGauge.unity.meta │ │ ├── Sprite Shaders.unity │ │ ├── Sprite Shaders.unity.meta │ │ ├── SpriteMask and RectMask2D.unity │ │ ├── SpriteMask and RectMask2D.unity.meta │ │ ├── StateMachine SkeletonAnimation.meta │ │ ├── StateMachine SkeletonAnimation │ │ │ ├── Hero Logic StateMachine.controller │ │ │ ├── Hero Logic StateMachine.controller.meta │ │ │ ├── Mecanim Logic SkeletonAnimation View.unity │ │ │ └── Mecanim Logic SkeletonAnimation View.unity.meta │ │ ├── VertexEffect.unity │ │ └── VertexEffect.unity.meta │ ├── Scripts.meta │ ├── Scripts │ │ ├── AttackSpineboy.cs │ │ ├── AttackSpineboy.cs.meta │ │ ├── DataAssetsFromExportsExample.cs │ │ ├── DataAssetsFromExportsExample.cs.meta │ │ ├── DraggableTransform.cs │ │ ├── DraggableTransform.cs.meta │ │ ├── FootSoldierExample.cs │ │ ├── FootSoldierExample.cs.meta │ │ ├── Getting Started Scripts.meta │ │ ├── Getting Started Scripts │ │ │ ├── BasicPlatformerController.cs │ │ │ ├── BasicPlatformerController.cs.meta │ │ │ ├── ConstrainedCamera.cs │ │ │ ├── ConstrainedCamera.cs.meta │ │ │ ├── Raptor.cs │ │ │ ├── Raptor.cs.meta │ │ │ ├── SpineBeginnerTwo.cs │ │ │ ├── SpineBeginnerTwo.cs.meta │ │ │ ├── SpineBlinkPlayer.cs │ │ │ ├── SpineBlinkPlayer.cs.meta │ │ │ ├── SpineboyBeginnerInput.cs │ │ │ ├── SpineboyBeginnerInput.cs.meta │ │ │ ├── SpineboyBeginnerModel.cs │ │ │ ├── SpineboyBeginnerModel.cs.meta │ │ │ ├── SpineboyBeginnerView.cs │ │ │ ├── SpineboyBeginnerView.cs.meta │ │ │ ├── SpineboyTargetController.cs │ │ │ ├── SpineboyTargetController.cs.meta │ │ │ ├── TransitionDictionaryExample.cs │ │ │ └── TransitionDictionaryExample.cs.meta │ │ ├── Goblins.cs │ │ ├── Goblins.cs.meta │ │ ├── HandleEventWithAudioExample.cs │ │ ├── HandleEventWithAudioExample.cs.meta │ │ ├── HeroEffectsHandlerExample.cs │ │ ├── HeroEffectsHandlerExample.cs.meta │ │ ├── HurtFlashEffect.cs │ │ ├── HurtFlashEffect.cs.meta │ │ ├── MaterialPropertyBlockExample.cs │ │ ├── MaterialPropertyBlockExample.cs.meta │ │ ├── MaterialReplacementExample.cs │ │ ├── MaterialReplacementExample.cs.meta │ │ ├── Mecanim as Logic.meta │ │ ├── Mecanim as Logic │ │ │ ├── DummyMecanimControllerExample.cs │ │ │ ├── DummyMecanimControllerExample.cs.meta │ │ │ ├── MecanimToAnimationHandleExample.cs │ │ │ ├── MecanimToAnimationHandleExample.cs.meta │ │ │ ├── SkeletonAnimationHandleExample.cs │ │ │ └── SkeletonAnimationHandleExample.cs.meta │ │ ├── MecanimAnimationMatchModifier.meta │ │ ├── MecanimAnimationMatchModifier │ │ │ ├── AnimationMatchModifierAsset.cs │ │ │ ├── AnimationMatchModifierAsset.cs.meta │ │ │ ├── AnimationMatchModifierAsset.txt │ │ │ ├── AnimationMatchModifierAsset.txt.meta │ │ │ ├── Default Match All Animations.asset │ │ │ └── Default Match All Animations.asset.meta │ │ ├── Mix and Match Character Customize.meta │ │ ├── Mix and Match Character Customize │ │ │ ├── EquipAssetExample.cs │ │ │ ├── EquipAssetExample.cs.meta │ │ │ ├── EquipButtonExample.cs │ │ │ ├── EquipButtonExample.cs.meta │ │ │ ├── EquipSystemExample.cs │ │ │ ├── EquipSystemExample.cs.meta │ │ │ ├── EquipsVisualsComponentExample.cs │ │ │ └── EquipsVisualsComponentExample.cs.meta │ │ ├── MixAndMatch.cs │ │ ├── MixAndMatch.cs.meta │ │ ├── MixAndMatchGraphic.cs │ │ ├── MixAndMatchGraphic.cs.meta │ │ ├── RaggedySpineboy.cs │ │ ├── RaggedySpineboy.cs.meta │ │ ├── ReloadSceneOnKeyDown.cs │ │ ├── ReloadSceneOnKeyDown.cs.meta │ │ ├── Rotator.cs │ │ ├── Rotator.cs.meta │ │ ├── Sample Components.meta │ │ ├── Sample Components │ │ │ ├── BoneLocalOverride.cs │ │ │ ├── BoneLocalOverride.cs.meta │ │ │ ├── CombinedSkin.cs │ │ │ ├── CombinedSkin.cs.meta │ │ │ ├── Ghost.meta │ │ │ ├── Ghost │ │ │ │ ├── Shaders.meta │ │ │ │ ├── Shaders │ │ │ │ │ ├── Spine-Special-Skeleton-Ghost.shader │ │ │ │ │ └── Spine-Special-Skeleton-Ghost.shader.meta │ │ │ │ ├── SkeletonGhost.cs │ │ │ │ ├── SkeletonGhost.cs.meta │ │ │ │ ├── SkeletonGhostRenderer.cs │ │ │ │ └── SkeletonGhostRenderer.cs.meta │ │ │ ├── Legacy.meta │ │ │ ├── Legacy │ │ │ │ ├── AtlasRegionAttacher.cs │ │ │ │ ├── AtlasRegionAttacher.cs.meta │ │ │ │ ├── CustomSkin.cs │ │ │ │ ├── CustomSkin.cs.meta │ │ │ │ ├── SpriteAttacher.cs │ │ │ │ └── SpriteAttacher.cs.meta │ │ │ ├── OutlineSkeletonGraphic.cs │ │ │ ├── OutlineSkeletonGraphic.cs.meta │ │ │ ├── Sample VertexEffects.meta │ │ │ ├── Sample VertexEffects │ │ │ │ ├── JitterEffectExample.cs │ │ │ │ ├── JitterEffectExample.cs.meta │ │ │ │ ├── TwoByTwoTransformEffectExample.cs │ │ │ │ └── TwoByTwoTransformEffectExample.cs.meta │ │ │ ├── SetRigidbodySolverIterations.cs │ │ │ ├── SetRigidbodySolverIterations.cs.meta │ │ │ ├── SkeletonAnimationFixedTimestep.cs │ │ │ ├── SkeletonAnimationFixedTimestep.cs.meta │ │ │ ├── SkeletonAnimationMulti.meta │ │ │ ├── SkeletonAnimationMulti │ │ │ │ ├── SkeletonAnimationMulti.cs │ │ │ │ └── SkeletonAnimationMulti.cs.meta │ │ │ ├── SkeletonColorInitialize.cs │ │ │ ├── SkeletonColorInitialize.cs.meta │ │ │ ├── SkeletonGraphicMirror.cs │ │ │ ├── SkeletonGraphicMirror.cs.meta │ │ │ ├── SkeletonGraphicPlayAnimationAtEvent.cs │ │ │ ├── SkeletonGraphicPlayAnimationAtEvent.cs.meta │ │ │ ├── SkeletonUtility Modules.meta │ │ │ ├── SkeletonUtility Modules │ │ │ │ ├── Editor.meta │ │ │ │ ├── Editor │ │ │ │ │ ├── SkeletonRagdoll2DInspector.cs │ │ │ │ │ ├── SkeletonRagdoll2DInspector.cs.meta │ │ │ │ │ ├── SkeletonRagdollInspector.cs │ │ │ │ │ └── SkeletonRagdollInspector.cs.meta │ │ │ │ ├── SkeletonRagdoll.cs │ │ │ │ ├── SkeletonRagdoll.cs.meta │ │ │ │ ├── SkeletonRagdoll2D.cs │ │ │ │ ├── SkeletonRagdoll2D.cs.meta │ │ │ │ ├── SkeletonUtilityEyeConstraint.cs │ │ │ │ ├── SkeletonUtilityEyeConstraint.cs.meta │ │ │ │ ├── SkeletonUtilityGroundConstraint.cs │ │ │ │ ├── SkeletonUtilityGroundConstraint.cs.meta │ │ │ │ ├── SkeletonUtilityKinematicShadow.cs │ │ │ │ └── SkeletonUtilityKinematicShadow.cs.meta │ │ │ ├── SlotTintBlackFollower.cs │ │ │ ├── SlotTintBlackFollower.cs.meta │ │ │ ├── SpineEventUnityHandler.cs │ │ │ └── SpineEventUnityHandler.cs.meta │ │ ├── SpawnFromSkeletonDataExample.cs │ │ ├── SpawnFromSkeletonDataExample.cs.meta │ │ ├── SpawnSkeletonGraphicExample.cs │ │ ├── SpawnSkeletonGraphicExample.cs.meta │ │ ├── SpineGauge.cs │ │ ├── SpineGauge.cs.meta │ │ ├── Spineboy.cs │ │ ├── Spineboy.cs.meta │ │ ├── SpineboyBodyTilt.cs │ │ ├── SpineboyBodyTilt.cs.meta │ │ ├── SpineboyFacialExpression.cs │ │ ├── SpineboyFacialExpression.cs.meta │ │ ├── SpineboyFootplanter.cs │ │ ├── SpineboyFootplanter.cs.meta │ │ ├── SpineboyFreeze.cs │ │ ├── SpineboyFreeze.cs.meta │ │ ├── SpineboyPole.cs │ │ └── SpineboyPole.cs.meta │ ├── Sound.meta │ ├── Sound │ │ ├── Footstep.ogg │ │ ├── Footstep.ogg.meta │ │ ├── Hardfall.ogg │ │ ├── Hardfall.ogg.meta │ │ ├── Jump.ogg │ │ ├── Jump.ogg.meta │ │ ├── Spineboygun.ogg │ │ └── Spineboygun.ogg.meta │ ├── Spine Skeletons.meta │ └── Spine Skeletons │ │ ├── Dragon.meta │ │ ├── Dragon │ │ ├── dragon.atlas.txt │ │ ├── dragon.atlas.txt.meta │ │ ├── dragon.json │ │ ├── dragon.json.meta │ │ ├── dragon.png │ │ ├── dragon.png.meta │ │ ├── dragon2.png │ │ ├── dragon2.png.meta │ │ ├── dragon_Atlas.asset │ │ ├── dragon_Atlas.asset.meta │ │ ├── dragon_SkeletonData.asset │ │ ├── dragon_SkeletonData.asset.meta │ │ ├── dragon_dragon.mat │ │ ├── dragon_dragon.mat.meta │ │ ├── dragon_dragon2.mat │ │ ├── dragon_dragon2.mat.meta │ │ ├── license.txt │ │ └── license.txt.meta │ │ ├── Eyes.meta │ │ ├── Eyes │ │ ├── eyes.atlas.txt │ │ ├── eyes.atlas.txt.meta │ │ ├── eyes.json │ │ ├── eyes.json.meta │ │ ├── eyes.png │ │ ├── eyes.png.meta │ │ ├── eyes_Atlas.asset │ │ ├── eyes_Atlas.asset.meta │ │ ├── eyes_Material.mat │ │ ├── eyes_Material.mat.meta │ │ ├── eyes_SkeletonData.asset │ │ └── eyes_SkeletonData.asset.meta │ │ ├── FootSoldier.meta │ │ ├── FootSoldier │ │ ├── Equipment.meta │ │ ├── Equipment │ │ │ ├── Equipment.atlas.txt │ │ │ ├── Equipment.atlas.txt.meta │ │ │ ├── Equipment.png │ │ │ ├── Equipment.png.meta │ │ │ ├── Equipment_Atlas.asset │ │ │ ├── Equipment_Atlas.asset.meta │ │ │ ├── Equipment_Material.mat │ │ │ └── Equipment_Material.mat.meta │ │ ├── FS_White.atlas.txt │ │ ├── FS_White.atlas.txt.meta │ │ ├── FS_White.png │ │ ├── FS_White.png.meta │ │ ├── FS_White_Atlas.asset │ │ ├── FS_White_Atlas.asset.meta │ │ ├── FS_White_Material.mat │ │ ├── FS_White_Material.mat.meta │ │ ├── FootSoldier.json │ │ ├── FootSoldier.json.meta │ │ ├── FootSoldier_SkeletonData.asset │ │ ├── FootSoldier_SkeletonData.asset.meta │ │ ├── license.txt │ │ └── license.txt.meta │ │ ├── Gauge.meta │ │ ├── Gauge │ │ ├── Gauge.atlas.txt │ │ ├── Gauge.atlas.txt.meta │ │ ├── Gauge.json │ │ ├── Gauge.json.meta │ │ ├── Gauge.png │ │ ├── Gauge.png.meta │ │ ├── Gauge_Atlas.asset │ │ ├── Gauge_Atlas.asset.meta │ │ ├── Gauge_Material.mat │ │ ├── Gauge_Material.mat.meta │ │ ├── Gauge_SkeletonData.asset │ │ ├── Gauge_SkeletonData.asset.meta │ │ ├── ReferenceAssets.meta │ │ └── ReferenceAssets │ │ │ ├── Fill.asset │ │ │ └── Fill.asset.meta │ │ ├── Goblins.meta │ │ ├── Goblins │ │ ├── dagger.png │ │ ├── dagger.png.meta │ │ ├── goblins.atlas.txt │ │ ├── goblins.atlas.txt.meta │ │ ├── goblins.json │ │ ├── goblins.json.meta │ │ ├── goblins.png │ │ ├── goblins.png.meta │ │ ├── goblins_Atlas.asset │ │ ├── goblins_Atlas.asset.meta │ │ ├── goblins_Material.mat │ │ ├── goblins_Material.mat.meta │ │ ├── goblins_SkeletonData.asset │ │ └── goblins_SkeletonData.asset.meta │ │ ├── Hero.meta │ │ ├── Hero │ │ ├── ReferenceAssets.meta │ │ ├── ReferenceAssets │ │ │ ├── attack.asset │ │ │ ├── attack.asset.meta │ │ │ ├── crouch-from fall.asset │ │ │ ├── crouch-from fall.asset.meta │ │ │ ├── crouch.asset │ │ │ ├── crouch.asset.meta │ │ │ ├── fall.asset │ │ │ ├── fall.asset.meta │ │ │ ├── head-turn.asset │ │ │ ├── head-turn.asset.meta │ │ │ ├── idle-from fall.asset │ │ │ ├── idle-from fall.asset.meta │ │ │ ├── idle.asset │ │ │ ├── idle.asset.meta │ │ │ ├── jump.asset │ │ │ ├── jump.asset.meta │ │ │ ├── run-from fall.asset │ │ │ ├── run-from fall.asset.meta │ │ │ ├── run.asset │ │ │ ├── run.asset.meta │ │ │ ├── walk.asset │ │ │ └── walk.asset.meta │ │ ├── hero-pro.atlas.txt │ │ ├── hero-pro.atlas.txt.meta │ │ ├── hero-pro.json │ │ ├── hero-pro.json.meta │ │ ├── hero-pro.png │ │ ├── hero-pro.png.meta │ │ ├── hero-pro_Atlas.asset │ │ ├── hero-pro_Atlas.asset.meta │ │ ├── hero-pro_Material.mat │ │ ├── hero-pro_Material.mat.meta │ │ ├── hero-pro_MaterialOutline.mat │ │ ├── hero-pro_MaterialOutline.mat.meta │ │ ├── hero-pro_SkeletonData.asset │ │ ├── hero-pro_SkeletonData.asset.meta │ │ ├── license.txt │ │ └── license.txt.meta │ │ ├── Raggedy Spineboy.meta │ │ ├── Raggedy Spineboy │ │ ├── Raggedy Spineboy.atlas.txt │ │ ├── Raggedy Spineboy.atlas.txt.meta │ │ ├── Raggedy Spineboy.png │ │ ├── Raggedy Spineboy.png.meta │ │ ├── Raggedy Spineboy_Atlas.asset │ │ ├── Raggedy Spineboy_Atlas.asset.meta │ │ ├── Raggedy Spineboy_Material.mat │ │ ├── Raggedy Spineboy_Material.mat.meta │ │ ├── Raggedy Spineboy_SkeletonData.asset │ │ ├── Raggedy Spineboy_SkeletonData.asset.meta │ │ ├── raggedy spineboy.json │ │ └── raggedy spineboy.json.meta │ │ ├── Raptor.meta │ │ ├── Raptor │ │ ├── ReferenceAssets.meta │ │ ├── ReferenceAssets │ │ │ ├── Jump.asset │ │ │ ├── Jump.asset.meta │ │ │ ├── gungrab.asset │ │ │ ├── gungrab.asset.meta │ │ │ ├── gunkeep.asset │ │ │ ├── gunkeep.asset.meta │ │ │ ├── walk.asset │ │ │ └── walk.asset.meta │ │ ├── raptor.atlas.txt │ │ ├── raptor.atlas.txt.meta │ │ ├── raptor.json │ │ ├── raptor.json.meta │ │ ├── raptor.png │ │ ├── raptor.png.meta │ │ ├── raptor_Atlas.asset │ │ ├── raptor_Atlas.asset.meta │ │ ├── raptor_Material.mat │ │ ├── raptor_Material.mat.meta │ │ ├── raptor_SkeletonData.asset │ │ └── raptor_SkeletonData.asset.meta │ │ ├── Runtime Template Material.mat │ │ ├── Runtime Template Material.mat.meta │ │ ├── Spineunitygirl.meta │ │ ├── Spineunitygirl │ │ ├── Doi.atlas.txt │ │ ├── Doi.atlas.txt.meta │ │ ├── Doi.json │ │ ├── Doi.json.meta │ │ ├── Doi.png │ │ ├── Doi.png.meta │ │ ├── Doi_Atlas.asset │ │ ├── Doi_Atlas.asset.meta │ │ ├── Doi_Controller.controller │ │ ├── Doi_Controller.controller.meta │ │ ├── Doi_Material.mat │ │ ├── Doi_Material.mat.meta │ │ ├── Doi_SkeletonData.asset │ │ ├── Doi_SkeletonData.asset.meta │ │ ├── ReferenceAssets.meta │ │ └── ReferenceAssets │ │ │ ├── blink.asset │ │ │ ├── blink.asset.meta │ │ │ ├── main.asset │ │ │ └── main.asset.meta │ │ ├── Stretchyman.meta │ │ ├── Stretchyman │ │ ├── stretchyman-diffuse-pma.atlas.txt │ │ ├── stretchyman-diffuse-pma.atlas.txt.meta │ │ ├── stretchyman-diffuse-pma.png │ │ ├── stretchyman-diffuse-pma.png.meta │ │ ├── stretchyman-diffuse-pma_Atlas.asset │ │ ├── stretchyman-diffuse-pma_Atlas.asset.meta │ │ ├── stretchyman-diffuse-pma_Material.mat │ │ ├── stretchyman-diffuse-pma_Material.mat.meta │ │ ├── stretchyman-emission.png │ │ ├── stretchyman-emission.png.meta │ │ ├── stretchyman-normals.png │ │ ├── stretchyman-normals.png.meta │ │ ├── stretchyman.json │ │ ├── stretchyman.json.meta │ │ ├── stretchyman_SkeletonData.asset │ │ └── stretchyman_SkeletonData.asset.meta │ │ ├── raptor-pro-and-mask.meta │ │ ├── raptor-pro-and-mask │ │ ├── SpriteMask_Mask.png │ │ ├── SpriteMask_Mask.png.meta │ │ ├── raptor-pma.atlas.txt │ │ ├── raptor-pma.atlas.txt.meta │ │ ├── raptor-pma.png │ │ ├── raptor-pma.png.meta │ │ ├── raptor-pma_Atlas.asset │ │ ├── raptor-pma_Atlas.asset.meta │ │ ├── raptor-pma_Material.mat │ │ ├── raptor-pma_Material.mat.meta │ │ ├── raptor-pma_MaterialOutline.mat │ │ ├── raptor-pma_MaterialOutline.mat.meta │ │ ├── raptor-pma_Material_InsideMask.mat │ │ ├── raptor-pma_Material_InsideMask.mat.meta │ │ ├── raptor-pma_Material_OutsideMask.mat │ │ ├── raptor-pma_Material_OutsideMask.mat.meta │ │ ├── raptor-pro.json │ │ ├── raptor-pro.json.meta │ │ ├── raptor-pro_SkeletonData.asset │ │ └── raptor-pro_SkeletonData.asset.meta │ │ ├── spineboy-pro.meta │ │ ├── spineboy-pro │ │ ├── ReferenceAssets.meta │ │ ├── ReferenceAssets │ │ │ ├── aim.asset │ │ │ ├── aim.asset.meta │ │ │ ├── death.asset │ │ │ ├── death.asset.meta │ │ │ ├── footstep.asset │ │ │ ├── footstep.asset.meta │ │ │ ├── hoverboard.asset │ │ │ ├── hoverboard.asset.meta │ │ │ ├── idle-turn.asset │ │ │ ├── idle-turn.asset.meta │ │ │ ├── idle.asset │ │ │ ├── idle.asset.meta │ │ │ ├── jump.asset │ │ │ ├── jump.asset.meta │ │ │ ├── portal.asset │ │ │ ├── portal.asset.meta │ │ │ ├── run-to-idle.asset │ │ │ ├── run-to-idle.asset.meta │ │ │ ├── run.asset │ │ │ ├── run.asset.meta │ │ │ ├── shoot.asset │ │ │ ├── shoot.asset.meta │ │ │ ├── walk.asset │ │ │ └── walk.asset.meta │ │ ├── spineboy-pro.atlas.txt │ │ ├── spineboy-pro.atlas.txt.meta │ │ ├── spineboy-pro.json │ │ ├── spineboy-pro.json.meta │ │ ├── spineboy-pro.png │ │ ├── spineboy-pro.png.meta │ │ ├── spineboy-pro_Atlas.asset │ │ ├── spineboy-pro_Atlas.asset.meta │ │ ├── spineboy-pro_Material.mat │ │ ├── spineboy-pro_Material.mat.meta │ │ ├── spineboy-pro_SkeletonData.asset │ │ ├── spineboy-pro_SkeletonData.asset.meta │ │ ├── spineboy_spineboy.mat │ │ └── spineboy_spineboy.mat.meta │ │ ├── spineboy-unity.meta │ │ ├── spineboy-unity │ │ ├── Equips.meta │ │ ├── Equips │ │ │ ├── goggles-normal.png │ │ │ ├── goggles-normal.png.meta │ │ │ ├── goggles-tactical.png │ │ │ ├── goggles-tactical.png.meta │ │ │ ├── gun-freeze.png │ │ │ ├── gun-freeze.png.meta │ │ │ ├── gun-normal.png │ │ │ └── gun-normal.png.meta │ │ ├── ReferenceAssets.meta │ │ ├── ReferenceAssets │ │ │ ├── death.asset │ │ │ ├── death.asset.meta │ │ │ ├── diagonal.asset │ │ │ ├── diagonal.asset.meta │ │ │ ├── footstep.asset │ │ │ ├── footstep.asset.meta │ │ │ ├── frozen.asset │ │ │ ├── frozen.asset.meta │ │ │ ├── gun toss.asset │ │ │ ├── gun toss.asset.meta │ │ │ ├── hit old.asset │ │ │ ├── hit old.asset.meta │ │ │ ├── hit.asset │ │ │ ├── hit.asset.meta │ │ │ ├── idle.asset │ │ │ ├── idle.asset.meta │ │ │ ├── idlebag.asset │ │ │ ├── idlebag.asset.meta │ │ │ ├── jump old.asset │ │ │ ├── jump old.asset.meta │ │ │ ├── jump rm.asset │ │ │ ├── jump rm.asset.meta │ │ │ ├── jump.asset │ │ │ ├── jump.asset.meta │ │ │ ├── pole.asset │ │ │ ├── pole.asset.meta │ │ │ ├── run rm.asset │ │ │ ├── run rm.asset.meta │ │ │ ├── run.asset │ │ │ ├── run.asset.meta │ │ │ ├── shoot.asset │ │ │ ├── shoot.asset.meta │ │ │ ├── walk rm.asset │ │ │ ├── walk rm.asset.meta │ │ │ ├── walk.asset │ │ │ └── walk.asset.meta │ │ ├── spineboy-unity.json │ │ ├── spineboy-unity.json.meta │ │ ├── spineboy-unity_SkeletonData.asset │ │ ├── spineboy-unity_SkeletonData.asset.meta │ │ ├── spineboy.atlas.txt │ │ ├── spineboy.atlas.txt.meta │ │ ├── spineboy.png │ │ ├── spineboy.png.meta │ │ ├── spineboy_Atlas.asset │ │ ├── spineboy_Atlas.asset.meta │ │ ├── spineboy_Material Fill.mat │ │ ├── spineboy_Material Fill.mat.meta │ │ ├── spineboy_Material Grayscale.mat │ │ ├── spineboy_Material Grayscale.mat.meta │ │ ├── spineboy_Material.mat │ │ └── spineboy_Material.mat.meta │ │ ├── square32.png │ │ ├── square32.png.meta │ │ ├── whirlyblendmodes.meta │ │ └── whirlyblendmodes │ │ ├── whirlyblendmodes.atlas.txt │ │ ├── whirlyblendmodes.atlas.txt.meta │ │ ├── whirlyblendmodes.json │ │ ├── whirlyblendmodes.json.meta │ │ ├── whirlyblendmodes.png │ │ ├── whirlyblendmodes.png.meta │ │ ├── whirlyblendmodes_Atlas.asset │ │ ├── whirlyblendmodes_Atlas.asset.meta │ │ ├── whirlyblendmodes_Material.mat │ │ ├── whirlyblendmodes_Material.mat.meta │ │ ├── whirlyblendmodes_SkeletonData.asset │ │ └── whirlyblendmodes_SkeletonData.asset.meta ├── Spine.meta ├── Spine │ ├── CHANGELOG.md │ ├── CHANGELOG.md.meta │ ├── Editor.meta │ ├── Editor │ │ ├── spine-unity-editor.asmdef │ │ ├── spine-unity-editor.asmdef.meta │ │ ├── spine-unity.meta │ │ └── spine-unity │ │ │ ├── Editor.meta │ │ │ ├── Editor │ │ │ ├── Asset Types.meta │ │ │ ├── Asset Types │ │ │ │ ├── AnimationReferenceAssetEditor.cs │ │ │ │ ├── AnimationReferenceAssetEditor.cs.meta │ │ │ │ ├── SkeletonDataAssetInspector.cs │ │ │ │ ├── SkeletonDataAssetInspector.cs.meta │ │ │ │ ├── SpineAtlasAssetInspector.cs │ │ │ │ └── SpineAtlasAssetInspector.cs.meta │ │ │ ├── Components.meta │ │ │ ├── Components │ │ │ │ ├── BoneFollowerGraphicInspector.cs │ │ │ │ ├── BoneFollowerGraphicInspector.cs.meta │ │ │ │ ├── BoneFollowerInspector.cs │ │ │ │ ├── BoneFollowerInspector.cs.meta │ │ │ │ ├── BoundingBoxFollowerInspector.cs │ │ │ │ ├── BoundingBoxFollowerInspector.cs.meta │ │ │ │ ├── PointFollowerInspector.cs │ │ │ │ ├── PointFollowerInspector.cs.meta │ │ │ │ ├── SkeletonAnimationInspector.cs │ │ │ │ ├── SkeletonAnimationInspector.cs.meta │ │ │ │ ├── SkeletonGraphicInspector.cs │ │ │ │ ├── SkeletonGraphicInspector.cs.meta │ │ │ │ ├── SkeletonMecanimInspector.cs │ │ │ │ ├── SkeletonMecanimInspector.cs.meta │ │ │ │ ├── SkeletonRendererCustomMaterialsInspector.cs │ │ │ │ ├── SkeletonRendererCustomMaterialsInspector.cs.meta │ │ │ │ ├── SkeletonRendererInspector.cs │ │ │ │ ├── SkeletonRendererInspector.cs.meta │ │ │ │ ├── SkeletonUtilityBoneInspector.cs │ │ │ │ ├── SkeletonUtilityBoneInspector.cs.meta │ │ │ │ ├── SkeletonUtilityInspector.cs │ │ │ │ └── SkeletonUtilityInspector.cs.meta │ │ │ ├── GUI.meta │ │ │ ├── GUI │ │ │ │ ├── AtlasAsset Icon.png │ │ │ │ ├── AtlasAsset Icon.png.meta │ │ │ │ ├── SkeletonDataAsset Icon.png │ │ │ │ ├── SkeletonDataAsset Icon.png.meta │ │ │ │ ├── icon-animation.png │ │ │ │ ├── icon-animation.png.meta │ │ │ │ ├── icon-animationRoot.png │ │ │ │ ├── icon-animationRoot.png.meta │ │ │ │ ├── icon-attachment.png │ │ │ │ ├── icon-attachment.png.meta │ │ │ │ ├── icon-bone.png │ │ │ │ ├── icon-bone.png.meta │ │ │ │ ├── icon-boneNib.png │ │ │ │ ├── icon-boneNib.png.meta │ │ │ │ ├── icon-boundingBox.png │ │ │ │ ├── icon-boundingBox.png.meta │ │ │ │ ├── icon-clipping.png │ │ │ │ ├── icon-clipping.png.meta │ │ │ │ ├── icon-constraintIK.png │ │ │ │ ├── icon-constraintIK.png.meta │ │ │ │ ├── icon-constraintNib.png │ │ │ │ ├── icon-constraintNib.png.meta │ │ │ │ ├── icon-constraintPath.png │ │ │ │ ├── icon-constraintPath.png.meta │ │ │ │ ├── icon-constraintTransform.png │ │ │ │ ├── icon-constraintTransform.png.meta │ │ │ │ ├── icon-constraints.png │ │ │ │ ├── icon-constraints.png.meta │ │ │ │ ├── icon-event.png │ │ │ │ ├── icon-event.png.meta │ │ │ │ ├── icon-hingeChain.png │ │ │ │ ├── icon-hingeChain.png.meta │ │ │ │ ├── icon-image.png │ │ │ │ ├── icon-image.png.meta │ │ │ │ ├── icon-mesh.png │ │ │ │ ├── icon-mesh.png.meta │ │ │ │ ├── icon-null.png │ │ │ │ ├── icon-null.png.meta │ │ │ │ ├── icon-path.png │ │ │ │ ├── icon-path.png.meta │ │ │ │ ├── icon-point.png │ │ │ │ ├── icon-point.png.meta │ │ │ │ ├── icon-poseBones.png │ │ │ │ ├── icon-poseBones.png.meta │ │ │ │ ├── icon-skeleton.png │ │ │ │ ├── icon-skeleton.png.meta │ │ │ │ ├── icon-skeletonUtility.png │ │ │ │ ├── icon-skeletonUtility.png.meta │ │ │ │ ├── icon-skin.png │ │ │ │ ├── icon-skin.png.meta │ │ │ │ ├── icon-skinPlaceholder.png │ │ │ │ ├── icon-skinPlaceholder.png.meta │ │ │ │ ├── icon-skinsRoot.png │ │ │ │ ├── icon-skinsRoot.png.meta │ │ │ │ ├── icon-slot.png │ │ │ │ ├── icon-slot.png.meta │ │ │ │ ├── icon-slotRoot.png │ │ │ │ ├── icon-slotRoot.png.meta │ │ │ │ ├── icon-spine.png │ │ │ │ ├── icon-spine.png.meta │ │ │ │ ├── icon-subMeshRenderer.png │ │ │ │ ├── icon-subMeshRenderer.png.meta │ │ │ │ ├── icon-warning.png │ │ │ │ ├── icon-warning.png.meta │ │ │ │ ├── icon-weights.png │ │ │ │ └── icon-weights.png.meta │ │ │ ├── ImporterPresets.meta │ │ │ ├── ImporterPresets │ │ │ │ ├── PMAPresetTemplate.png │ │ │ │ ├── PMAPresetTemplate.png.meta │ │ │ │ ├── PMATexturePreset.preset │ │ │ │ ├── PMATexturePreset.preset.meta │ │ │ │ ├── StraightAlphaPreset.preset │ │ │ │ ├── StraightAlphaPreset.preset.meta │ │ │ │ ├── StraightAlphaPresetTemplate.png │ │ │ │ └── StraightAlphaPresetTemplate.png.meta │ │ │ ├── Menus.cs │ │ │ ├── Menus.cs.meta │ │ │ ├── Resources.meta │ │ │ ├── Resources │ │ │ │ ├── SpineAssetDatabaseMarker.txt │ │ │ │ └── SpineAssetDatabaseMarker.txt.meta │ │ │ ├── Shaders.meta │ │ │ ├── Shaders │ │ │ │ ├── SpineShaderWithOutlineGUI.cs │ │ │ │ ├── SpineShaderWithOutlineGUI.cs.meta │ │ │ │ ├── SpineSpriteShaderGUI.cs │ │ │ │ └── SpineSpriteShaderGUI.cs.meta │ │ │ ├── SpineAttributeDrawers.cs │ │ │ ├── SpineAttributeDrawers.cs.meta │ │ │ ├── Utility.meta │ │ │ ├── Utility │ │ │ │ ├── AssetDatabaseAvailabilityDetector.cs │ │ │ │ ├── AssetDatabaseAvailabilityDetector.cs.meta │ │ │ │ ├── AssetUtility.cs │ │ │ │ ├── AssetUtility.cs.meta │ │ │ │ ├── BuildSettings.cs │ │ │ │ ├── BuildSettings.cs.meta │ │ │ │ ├── DataReloadHandler.cs │ │ │ │ ├── DataReloadHandler.cs.meta │ │ │ │ ├── Icons.cs │ │ │ │ ├── Icons.cs.meta │ │ │ │ ├── Instantiation.cs │ │ │ │ ├── Instantiation.cs.meta │ │ │ │ ├── Preferences.cs │ │ │ │ ├── Preferences.cs.meta │ │ │ │ ├── SpineEditorUtilities.cs │ │ │ │ ├── SpineEditorUtilities.cs.meta │ │ │ │ ├── SpineHandles.cs │ │ │ │ ├── SpineHandles.cs.meta │ │ │ │ ├── SpineInspectorUtility.cs │ │ │ │ ├── SpineInspectorUtility.cs.meta │ │ │ │ ├── SpineMaskUtilities.cs │ │ │ │ └── SpineMaskUtilities.cs.meta │ │ │ ├── Windows.meta │ │ │ └── Windows │ │ │ │ ├── SkeletonBaker.cs │ │ │ │ ├── SkeletonBaker.cs.meta │ │ │ │ ├── SkeletonBakingWindow.cs │ │ │ │ ├── SkeletonBakingWindow.cs.meta │ │ │ │ ├── SkeletonDebugWindow.cs │ │ │ │ ├── SkeletonDebugWindow.cs.meta │ │ │ │ ├── SpinePreferences.cs │ │ │ │ └── SpinePreferences.cs.meta │ │ │ ├── Modules.meta │ │ │ └── Modules │ │ │ ├── SkeletonRenderSeparator.meta │ │ │ ├── SkeletonRenderSeparator │ │ │ ├── Editor.meta │ │ │ └── Editor │ │ │ │ ├── SkeletonPartsRendererInspector.cs │ │ │ │ ├── SkeletonPartsRendererInspector.cs.meta │ │ │ │ ├── SkeletonRenderSeparatorInspector.cs │ │ │ │ └── SkeletonRenderSeparatorInspector.cs.meta │ │ │ ├── SlotBlendModes.meta │ │ │ └── SlotBlendModes │ │ │ ├── Editor.meta │ │ │ └── Editor │ │ │ ├── SlotBlendModesEditor.cs │ │ │ └── SlotBlendModesEditor.cs.meta │ ├── Runtime.meta │ ├── Runtime │ │ ├── spine-csharp.meta │ │ ├── spine-csharp │ │ │ ├── Animation.cs │ │ │ ├── Animation.cs.meta │ │ │ ├── AnimationState.cs │ │ │ ├── AnimationState.cs.meta │ │ │ ├── AnimationStateData.cs │ │ │ ├── AnimationStateData.cs.meta │ │ │ ├── Atlas.cs │ │ │ ├── Atlas.cs.meta │ │ │ ├── Attachments.meta │ │ │ ├── Attachments │ │ │ │ ├── AtlasAttachmentLoader.cs │ │ │ │ ├── AtlasAttachmentLoader.cs.meta │ │ │ │ ├── Attachment.cs │ │ │ │ ├── Attachment.cs.meta │ │ │ │ ├── AttachmentLoader.cs │ │ │ │ ├── AttachmentLoader.cs.meta │ │ │ │ ├── AttachmentType.cs │ │ │ │ ├── AttachmentType.cs.meta │ │ │ │ ├── BoundingBoxAttachment.cs │ │ │ │ ├── BoundingBoxAttachment.cs.meta │ │ │ │ ├── ClippingAttachment.cs │ │ │ │ ├── ClippingAttachment.cs.meta │ │ │ │ ├── MeshAttachment.cs │ │ │ │ ├── MeshAttachment.cs.meta │ │ │ │ ├── PathAttachment.cs │ │ │ │ ├── PathAttachment.cs.meta │ │ │ │ ├── PointAttachment.cs │ │ │ │ ├── PointAttachment.cs.meta │ │ │ │ ├── RegionAttachment.cs │ │ │ │ ├── RegionAttachment.cs.meta │ │ │ │ ├── VertexAttachment.cs │ │ │ │ └── VertexAttachment.cs.meta │ │ │ ├── BlendMode.cs │ │ │ ├── BlendMode.cs.meta │ │ │ ├── Bone.cs │ │ │ ├── Bone.cs.meta │ │ │ ├── BoneData.cs │ │ │ ├── BoneData.cs.meta │ │ │ ├── Collections.meta │ │ │ ├── Collections │ │ │ │ ├── OrderedDictionary.cs │ │ │ │ └── OrderedDictionary.cs.meta │ │ │ ├── ConstraintData.cs │ │ │ ├── ConstraintData.cs.meta │ │ │ ├── Event.cs │ │ │ ├── Event.cs.meta │ │ │ ├── EventData.cs │ │ │ ├── EventData.cs.meta │ │ │ ├── ExposedList.cs │ │ │ ├── ExposedList.cs.meta │ │ │ ├── IUpdatable.cs │ │ │ ├── IUpdatable.cs.meta │ │ │ ├── IkConstraint.cs │ │ │ ├── IkConstraint.cs.meta │ │ │ ├── IkConstraintData.cs │ │ │ ├── IkConstraintData.cs.meta │ │ │ ├── Json.cs │ │ │ ├── Json.cs.meta │ │ │ ├── MathUtils.cs │ │ │ ├── MathUtils.cs.meta │ │ │ ├── PathConstraint.cs │ │ │ ├── PathConstraint.cs.meta │ │ │ ├── PathConstraintData.cs │ │ │ ├── PathConstraintData.cs.meta │ │ │ ├── Skeleton.cs │ │ │ ├── Skeleton.cs.meta │ │ │ ├── SkeletonBinary.cs │ │ │ ├── SkeletonBinary.cs.meta │ │ │ ├── SkeletonBounds.cs │ │ │ ├── SkeletonBounds.cs.meta │ │ │ ├── SkeletonClipping.cs │ │ │ ├── SkeletonClipping.cs.meta │ │ │ ├── SkeletonData.cs │ │ │ ├── SkeletonData.cs.meta │ │ │ ├── SkeletonJson.cs │ │ │ ├── SkeletonJson.cs.meta │ │ │ ├── Skin.cs │ │ │ ├── Skin.cs.meta │ │ │ ├── Slot.cs │ │ │ ├── Slot.cs.meta │ │ │ ├── SlotData.cs │ │ │ ├── SlotData.cs.meta │ │ │ ├── TransformConstraint.cs │ │ │ ├── TransformConstraint.cs.meta │ │ │ ├── TransformConstraintData.cs │ │ │ ├── TransformConstraintData.cs.meta │ │ │ ├── Triangulator.cs │ │ │ └── Triangulator.cs.meta │ │ ├── spine-unity.asmdef │ │ ├── spine-unity.asmdef.meta │ │ ├── spine-unity.meta │ │ └── spine-unity │ │ │ ├── Asset Types.meta │ │ │ ├── Asset Types │ │ │ ├── AnimationReferenceAsset.cs │ │ │ ├── AnimationReferenceAsset.cs.meta │ │ │ ├── AtlasAssetBase.cs │ │ │ ├── AtlasAssetBase.cs.meta │ │ │ ├── EventDataReferenceAsset.cs │ │ │ ├── EventDataReferenceAsset.cs.meta │ │ │ ├── RegionlessAttachmentLoader.cs │ │ │ ├── RegionlessAttachmentLoader.cs.meta │ │ │ ├── SkeletonDataAsset.cs │ │ │ ├── SkeletonDataAsset.cs.meta │ │ │ ├── SkeletonDataCompatibility.cs │ │ │ ├── SkeletonDataCompatibility.cs.meta │ │ │ ├── SkeletonDataModifierAsset.cs │ │ │ ├── SkeletonDataModifierAsset.cs.meta │ │ │ ├── SpineAtlasAsset.cs │ │ │ └── SpineAtlasAsset.cs.meta │ │ │ ├── Components.meta │ │ │ ├── Components │ │ │ ├── Following.meta │ │ │ ├── Following │ │ │ │ ├── BoneFollower.cs │ │ │ │ ├── BoneFollower.cs.meta │ │ │ │ ├── BoneFollowerGraphic.cs │ │ │ │ ├── BoneFollowerGraphic.cs.meta │ │ │ │ ├── BoundingBoxFollower.cs │ │ │ │ ├── BoundingBoxFollower.cs.meta │ │ │ │ ├── PointFollower.cs │ │ │ │ └── PointFollower.cs.meta │ │ │ ├── SkeletonAnimation.cs │ │ │ ├── SkeletonAnimation.cs.meta │ │ │ ├── SkeletonGraphic.cs │ │ │ ├── SkeletonGraphic.cs.meta │ │ │ ├── SkeletonMecanim.cs │ │ │ ├── SkeletonMecanim.cs.meta │ │ │ ├── SkeletonRenderSeparator.meta │ │ │ ├── SkeletonRenderSeparator │ │ │ │ ├── SkeletonPartsRenderer.cs │ │ │ │ ├── SkeletonPartsRenderer.cs.meta │ │ │ │ ├── SkeletonRenderSeparator.cs │ │ │ │ ├── SkeletonRenderSeparator.cs.meta │ │ │ │ ├── SkeletonRenderSeparator.txt │ │ │ │ └── SkeletonRenderSeparator.txt.meta │ │ │ ├── SkeletonRenderer.cs │ │ │ ├── SkeletonRenderer.cs.meta │ │ │ ├── SkeletonRendererCustomMaterials.meta │ │ │ ├── SkeletonRendererCustomMaterials │ │ │ │ ├── SkeletonRendererCustomMaterials.cs │ │ │ │ ├── SkeletonRendererCustomMaterials.cs.meta │ │ │ │ ├── SkeletonRendererCustomMaterials.txt │ │ │ │ └── SkeletonRendererCustomMaterials.txt.meta │ │ │ ├── SkeletonUtility.meta │ │ │ └── SkeletonUtility │ │ │ │ ├── ActivateBasedOnFlipDirection.cs │ │ │ │ ├── ActivateBasedOnFlipDirection.cs.meta │ │ │ │ ├── FollowLocationRigidbody.cs │ │ │ │ ├── FollowLocationRigidbody.cs.meta │ │ │ │ ├── FollowLocationRigidbody2D.cs │ │ │ │ ├── FollowLocationRigidbody2D.cs.meta │ │ │ │ ├── FollowSkeletonUtilityRootRotation.cs │ │ │ │ ├── FollowSkeletonUtilityRootRotation.cs.meta │ │ │ │ ├── SkeletonUtility.cs │ │ │ │ ├── SkeletonUtility.cs.meta │ │ │ │ ├── SkeletonUtilityBone.cs │ │ │ │ ├── SkeletonUtilityBone.cs.meta │ │ │ │ ├── SkeletonUtilityConstraint.cs │ │ │ │ └── SkeletonUtilityConstraint.cs.meta │ │ │ ├── Deprecated.meta │ │ │ ├── Deprecated │ │ │ ├── SlotBlendModes.meta │ │ │ └── SlotBlendModes │ │ │ │ ├── SlotBlendModes.cs │ │ │ │ └── SlotBlendModes.cs.meta │ │ │ ├── ISkeletonAnimation.cs │ │ │ ├── ISkeletonAnimation.cs.meta │ │ │ ├── Materials.meta │ │ │ ├── Materials │ │ │ ├── SkeletonGraphicDefault.mat │ │ │ ├── SkeletonGraphicDefault.mat.meta │ │ │ ├── SkeletonGraphicDefaultOutline.mat │ │ │ ├── SkeletonGraphicDefaultOutline.mat.meta │ │ │ ├── SkeletonGraphicTintBlack.mat │ │ │ ├── SkeletonGraphicTintBlack.mat.meta │ │ │ ├── SkeletonGraphicTintBlackOutline.mat │ │ │ └── SkeletonGraphicTintBlackOutline.mat.meta │ │ │ ├── Mesh Generation.meta │ │ │ ├── Mesh Generation │ │ │ ├── DoubleBuffered.cs │ │ │ ├── DoubleBuffered.cs.meta │ │ │ ├── MeshGenerator.cs │ │ │ ├── MeshGenerator.cs.meta │ │ │ ├── MeshRendererBuffers.cs │ │ │ ├── MeshRendererBuffers.cs.meta │ │ │ ├── SkeletonRendererInstruction.cs │ │ │ ├── SkeletonRendererInstruction.cs.meta │ │ │ ├── SpineMesh.cs │ │ │ └── SpineMesh.cs.meta │ │ │ ├── Modules.meta │ │ │ ├── Modules │ │ │ ├── TK2D.meta │ │ │ └── TK2D │ │ │ │ ├── SpriteCollectionAttachmentLoader.cs │ │ │ │ └── SpriteCollectionAttachmentLoader.cs.meta │ │ │ ├── Shaders.meta │ │ │ ├── Shaders │ │ │ ├── BlendModes.meta │ │ │ ├── BlendModes │ │ │ │ ├── Spine-Skeleton-PMA-Additive.shader │ │ │ │ ├── Spine-Skeleton-PMA-Additive.shader.meta │ │ │ │ ├── Spine-Skeleton-PMA-Multiply.shader │ │ │ │ ├── Spine-Skeleton-PMA-Multiply.shader.meta │ │ │ │ ├── Spine-Skeleton-PMA-Screen.shader │ │ │ │ └── Spine-Skeleton-PMA-Screen.shader.meta │ │ │ ├── CGIncludes.meta │ │ │ ├── CGIncludes │ │ │ │ ├── Spine-Skeleton-Lit-Common-Shadow.cginc │ │ │ │ ├── Spine-Skeleton-Lit-Common-Shadow.cginc.meta │ │ │ │ ├── Spine-Skeleton-Lit-Common.cginc │ │ │ │ └── Spine-Skeleton-Lit-Common.cginc.meta │ │ │ ├── Outline.meta │ │ │ ├── Outline │ │ │ │ ├── BlendModes.meta │ │ │ │ ├── BlendModes │ │ │ │ │ ├── Spine-Skeleton-PMA-Additive-Outline.shader │ │ │ │ │ ├── Spine-Skeleton-PMA-Additive-Outline.shader.meta │ │ │ │ │ ├── Spine-Skeleton-PMA-Multiply-Outline.shader │ │ │ │ │ ├── Spine-Skeleton-PMA-Multiply-Outline.shader.meta │ │ │ │ │ ├── Spine-Skeleton-PMA-Screen-Outline.shader │ │ │ │ │ └── Spine-Skeleton-PMA-Screen-Outline.shader.meta │ │ │ │ ├── CGIncludes.meta │ │ │ │ ├── CGIncludes │ │ │ │ │ ├── Spine-Outline-Pass.cginc │ │ │ │ │ └── Spine-Outline-Pass.cginc.meta │ │ │ │ ├── SkeletonGraphic.meta │ │ │ │ ├── SkeletonGraphic │ │ │ │ │ ├── Spine-SkeletonGraphic-Outline.shader │ │ │ │ │ ├── Spine-SkeletonGraphic-Outline.shader.meta │ │ │ │ │ ├── Spine-SkeletonGraphic-TintBlack-Outline.shader │ │ │ │ │ └── Spine-SkeletonGraphic-TintBlack-Outline.shader.meta │ │ │ │ ├── Spine-Skeleton-Fill-Outline.shader │ │ │ │ ├── Spine-Skeleton-Fill-Outline.shader.meta │ │ │ │ ├── Spine-Skeleton-Lit-Outline.shader │ │ │ │ ├── Spine-Skeleton-Lit-Outline.shader.meta │ │ │ │ ├── Spine-Skeleton-Lit-ZWrite-Outline.shader │ │ │ │ ├── Spine-Skeleton-Lit-ZWrite-Outline.shader.meta │ │ │ │ ├── Spine-Skeleton-Outline.shader │ │ │ │ ├── Spine-Skeleton-Outline.shader.meta │ │ │ │ ├── Spine-Skeleton-Tint-Outline.shader │ │ │ │ ├── Spine-Skeleton-Tint-Outline.shader.meta │ │ │ │ ├── Spine-Skeleton-TintBlack-Outline.shader │ │ │ │ ├── Spine-Skeleton-TintBlack-Outline.shader.meta │ │ │ │ ├── Spine-Special-Skeleton-Grayscale-Outline.shader │ │ │ │ ├── Spine-Special-Skeleton-Grayscale-Outline.shader.meta │ │ │ │ ├── Sprite.meta │ │ │ │ └── Sprite │ │ │ │ │ ├── SpritesPixelLit-Outline.shader │ │ │ │ │ ├── SpritesPixelLit-Outline.shader.meta │ │ │ │ │ ├── SpritesUnlit-Outline.shader │ │ │ │ │ ├── SpritesUnlit-Outline.shader.meta │ │ │ │ │ ├── SpritesVertexLit-Outline.shader │ │ │ │ │ └── SpritesVertexLit-Outline.shader.meta │ │ │ ├── SkeletonGraphic.meta │ │ │ ├── SkeletonGraphic │ │ │ │ ├── Spine-SkeletonGraphic-TintBlack.shader │ │ │ │ ├── Spine-SkeletonGraphic-TintBlack.shader.meta │ │ │ │ ├── Spine-SkeletonGraphic.shader │ │ │ │ └── Spine-SkeletonGraphic.shader.meta │ │ │ ├── Spine-Skeleton-Fill.shader │ │ │ ├── Spine-Skeleton-Fill.shader.meta │ │ │ ├── Spine-Skeleton-Lit-ZWrite.shader │ │ │ ├── Spine-Skeleton-Lit-ZWrite.shader.meta │ │ │ ├── Spine-Skeleton-Lit.shader │ │ │ ├── Spine-Skeleton-Lit.shader.meta │ │ │ ├── Spine-Skeleton-Tint.shader │ │ │ ├── Spine-Skeleton-Tint.shader.meta │ │ │ ├── Spine-Skeleton-TintBlack.shader │ │ │ ├── Spine-Skeleton-TintBlack.shader.meta │ │ │ ├── Spine-Skeleton.shader │ │ │ ├── Spine-Skeleton.shader.meta │ │ │ ├── Spine-Special-Skeleton-Grayscale.shader │ │ │ ├── Spine-Special-Skeleton-Grayscale.shader.meta │ │ │ ├── Sprite.meta │ │ │ ├── Sprite │ │ │ │ ├── CGIncludes.meta │ │ │ │ ├── CGIncludes │ │ │ │ │ ├── ShaderMaths.cginc │ │ │ │ │ ├── ShaderMaths.cginc.meta │ │ │ │ │ ├── ShaderShared.cginc │ │ │ │ │ ├── ShaderShared.cginc.meta │ │ │ │ │ ├── SpriteLighting.cginc │ │ │ │ │ ├── SpriteLighting.cginc.meta │ │ │ │ │ ├── SpritePixelLighting.cginc │ │ │ │ │ ├── SpritePixelLighting.cginc.meta │ │ │ │ │ ├── SpriteShadows.cginc │ │ │ │ │ ├── SpriteShadows.cginc.meta │ │ │ │ │ ├── SpriteSpecular.cginc │ │ │ │ │ ├── SpriteSpecular.cginc.meta │ │ │ │ │ ├── SpriteUnlit.cginc │ │ │ │ │ ├── SpriteUnlit.cginc.meta │ │ │ │ │ ├── SpriteVertexLighting.cginc │ │ │ │ │ └── SpriteVertexLighting.cginc.meta │ │ │ │ ├── CameraDepthNormalsTexture.shader │ │ │ │ ├── CameraDepthNormalsTexture.shader.meta │ │ │ │ ├── CameraDepthTexture.shader │ │ │ │ ├── CameraDepthTexture.shader.meta │ │ │ │ ├── CameraNormalsTexture.shader │ │ │ │ ├── CameraNormalsTexture.shader.meta │ │ │ │ ├── README.md │ │ │ │ ├── README.md.meta │ │ │ │ ├── SpriteDepthNormalsTexture.shader │ │ │ │ ├── SpriteDepthNormalsTexture.shader.meta │ │ │ │ ├── SpritesPixelLit.shader │ │ │ │ ├── SpritesPixelLit.shader.meta │ │ │ │ ├── SpritesUnlit.shader │ │ │ │ ├── SpritesUnlit.shader.meta │ │ │ │ ├── SpritesVertexLit.shader │ │ │ │ └── SpritesVertexLit.shader.meta │ │ │ ├── Utility.meta │ │ │ └── Utility │ │ │ │ ├── Hidden-Spine-Bones.shader │ │ │ │ ├── Hidden-Spine-Bones.shader.meta │ │ │ │ ├── HiddenPass.mat │ │ │ │ ├── HiddenPass.mat.meta │ │ │ │ ├── HiddenPass.shader │ │ │ │ └── HiddenPass.shader.meta │ │ │ ├── SkeletonDataModifierAssets.meta │ │ │ ├── SkeletonDataModifierAssets │ │ │ ├── BlendModeMaterials.meta │ │ │ └── BlendModeMaterials │ │ │ │ ├── BlendModeMaterialsAsset.cs │ │ │ │ ├── BlendModeMaterialsAsset.cs.meta │ │ │ │ ├── Default BlendModeMaterials.asset │ │ │ │ ├── Default BlendModeMaterials.asset.meta │ │ │ │ ├── SkeletonPMAAdditive.mat │ │ │ │ ├── SkeletonPMAAdditive.mat.meta │ │ │ │ ├── SkeletonPMAMultiply.mat │ │ │ │ ├── SkeletonPMAMultiply.mat.meta │ │ │ │ ├── SkeletonPMAScreen.mat │ │ │ │ └── SkeletonPMAScreen.mat.meta │ │ │ ├── SpineAttributes.cs │ │ │ ├── SpineAttributes.cs.meta │ │ │ ├── Utility.meta │ │ │ └── Utility │ │ │ ├── AtlasUtilities.cs │ │ │ ├── AtlasUtilities.cs.meta │ │ │ ├── AttachmentCloneExtensions.cs │ │ │ ├── AttachmentCloneExtensions.cs.meta │ │ │ ├── AttachmentRegionExtensions.cs │ │ │ ├── AttachmentRegionExtensions.cs.meta │ │ │ ├── MaterialChecks.cs │ │ │ ├── MaterialChecks.cs.meta │ │ │ ├── SkeletonExtensions.cs │ │ │ ├── SkeletonExtensions.cs.meta │ │ │ ├── SkinUtilities.cs │ │ │ ├── SkinUtilities.cs.meta │ │ │ ├── YieldInstructions.meta │ │ │ └── YieldInstructions │ │ │ ├── WaitForSpineAnimation.cs │ │ │ ├── WaitForSpineAnimation.cs.meta │ │ │ ├── WaitForSpineAnimationComplete.cs │ │ │ ├── WaitForSpineAnimationComplete.cs.meta │ │ │ ├── WaitForSpineAnimationEnd.cs │ │ │ ├── WaitForSpineAnimationEnd.cs.meta │ │ │ ├── WaitForSpineEvent.cs │ │ │ ├── WaitForSpineEvent.cs.meta │ │ │ ├── WaitForSpineTrackEntryEnd.cs │ │ │ └── WaitForSpineTrackEntryEnd.cs.meta │ ├── version.txt │ └── version.txt.meta ├── StreamingAssets.meta ├── TextMesh Pro.meta └── TextMesh Pro │ ├── Documentation.meta │ ├── Documentation │ ├── TextMesh Pro User Guide 2016.pdf │ └── TextMesh Pro User Guide 2016.pdf.meta │ ├── Examples & Extras.meta │ ├── Examples & Extras │ ├── Fonts.meta │ ├── Fonts │ │ ├── Anton OFL.txt │ │ ├── Anton OFL.txt.meta │ │ ├── Anton.ttf │ │ ├── Anton.ttf.meta │ │ ├── Bangers - OFL.txt │ │ ├── Bangers - OFL.txt.meta │ │ ├── Bangers.ttf │ │ ├── Bangers.ttf.meta │ │ ├── Electronic Highway Sign.TTF │ │ ├── Electronic Highway Sign.TTF.meta │ │ ├── Oswald-Bold - OFL.txt │ │ ├── Oswald-Bold - OFL.txt.meta │ │ ├── Oswald-Bold.ttf │ │ ├── Oswald-Bold.ttf.meta │ │ ├── Roboto-Bold.ttf │ │ └── Roboto-Bold.ttf.meta │ ├── Materials.meta │ ├── Materials │ │ ├── Crate - Surface Shader Scene.mat │ │ ├── Crate - Surface Shader Scene.mat.meta │ │ ├── Ground - Logo Scene.mat │ │ ├── Ground - Logo Scene.mat.meta │ │ ├── Ground - Surface Shader Scene.mat │ │ ├── Ground - Surface Shader Scene.mat.meta │ │ ├── Small Crate_diffuse.mat │ │ └── Small Crate_diffuse.mat.meta │ ├── Prefabs.meta │ ├── Prefabs │ │ ├── Text Popup.prefab │ │ ├── Text Popup.prefab.meta │ │ ├── TextMeshPro - Prefab 1.prefab │ │ ├── TextMeshPro - Prefab 1.prefab.meta │ │ ├── TextMeshPro - Prefab 2.prefab │ │ └── TextMeshPro - Prefab 2.prefab.meta │ ├── Resources.meta │ ├── Resources │ │ ├── Color Gradient Presets.meta │ │ ├── Color Gradient Presets │ │ │ ├── Blue to Purple - Vertical.asset │ │ │ ├── Blue to Purple - Vertical.asset.meta │ │ │ ├── Dark to Light Green - Vertical.asset │ │ │ ├── Dark to Light Green - Vertical.asset.meta │ │ │ ├── Light to Dark Green - Vertical.asset │ │ │ ├── Light to Dark Green - Vertical.asset.meta │ │ │ ├── Yellow to Orange - Vertical.asset │ │ │ └── Yellow to Orange - Vertical.asset.meta │ │ ├── Fonts & Materials.meta │ │ ├── Fonts & Materials │ │ │ ├── Anton SDF - Drop Shadow.mat │ │ │ ├── Anton SDF - Drop Shadow.mat.meta │ │ │ ├── Anton SDF - Outline.mat │ │ │ ├── Anton SDF - Outline.mat.meta │ │ │ ├── Anton SDF - Sunny Days.mat │ │ │ ├── Anton SDF - Sunny Days.mat.meta │ │ │ ├── Anton SDF.asset │ │ │ ├── Anton SDF.asset.meta │ │ │ ├── Bangers SDF - Drop Shadow.mat │ │ │ ├── Bangers SDF - Drop Shadow.mat.meta │ │ │ ├── Bangers SDF - Outline.mat │ │ │ ├── Bangers SDF - Outline.mat.meta │ │ │ ├── Bangers SDF Glow.mat │ │ │ ├── Bangers SDF Glow.mat.meta │ │ │ ├── Bangers SDF Logo.mat │ │ │ ├── Bangers SDF Logo.mat.meta │ │ │ ├── Bangers SDF.asset │ │ │ ├── Bangers SDF.asset.meta │ │ │ ├── Electronic Highway Sign SDF.asset │ │ │ ├── Electronic Highway Sign SDF.asset.meta │ │ │ ├── LiberationSans SDF - Metalic Green.mat │ │ │ ├── LiberationSans SDF - Metalic Green.mat.meta │ │ │ ├── LiberationSans SDF - Overlay.mat │ │ │ ├── LiberationSans SDF - Overlay.mat.meta │ │ │ ├── LiberationSans SDF - Soft Mask.mat │ │ │ ├── LiberationSans SDF - Soft Mask.mat.meta │ │ │ ├── Oswald Bold SDF.asset │ │ │ ├── Oswald Bold SDF.asset.meta │ │ │ ├── Roboto-Bold SDF - Drop Shadow.mat │ │ │ ├── Roboto-Bold SDF - Drop Shadow.mat.meta │ │ │ ├── Roboto-Bold SDF - Surface.mat │ │ │ ├── Roboto-Bold SDF - Surface.mat.meta │ │ │ ├── Roboto-Bold SDF.asset │ │ │ └── Roboto-Bold SDF.asset.meta │ │ ├── Sprite Assets.meta │ │ └── Sprite Assets │ │ │ ├── Default Sprite Asset.asset │ │ │ ├── Default Sprite Asset.asset.meta │ │ │ ├── DropCap Numbers.asset │ │ │ └── DropCap Numbers.asset.meta │ ├── Scenes.meta │ ├── Scenes │ │ ├── 01- Single Line TextMesh Pro.unity │ │ ├── 01- Single Line TextMesh Pro.unity.meta │ │ ├── 02 - Multi-line TextMesh Pro.unity │ │ ├── 02 - Multi-line TextMesh Pro.unity.meta │ │ ├── 03 - Line Justification.unity │ │ ├── 03 - Line Justification.unity.meta │ │ ├── 04 - Word Wrapping.unity │ │ ├── 04 - Word Wrapping.unity.meta │ │ ├── 05 - Style Tags.unity │ │ ├── 05 - Style Tags.unity.meta │ │ ├── 06 - Extra Rich Text Examples.unity │ │ ├── 06 - Extra Rich Text Examples.unity.meta │ │ ├── 07 - Superscript & Subscript Example.unity │ │ ├── 07 - Superscript & Subscript Example.unity.meta │ │ ├── 08 - Improved Text Alignment.unity │ │ ├── 08 - Improved Text Alignment.unity.meta │ │ ├── 09 - Margin Tag Example.unity │ │ ├── 09 - Margin Tag Example.unity.meta │ │ ├── 10 - Bullets & Numbered List Example.unity │ │ ├── 10 - Bullets & Numbered List Example.unity.meta │ │ ├── 11 - The Style Tag.unity │ │ ├── 11 - The Style Tag.unity.meta │ │ ├── 12 - Link Example.unity │ │ ├── 12 - Link Example.unity.meta │ │ ├── 12a - Text Interactions.unity │ │ ├── 12a - Text Interactions.unity.meta │ │ ├── 13 - Soft Hyphenation.unity │ │ ├── 13 - Soft Hyphenation.unity.meta │ │ ├── 14 - Multi Font & Sprites.unity │ │ ├── 14 - Multi Font & Sprites.unity.meta │ │ ├── 15 - Inline Graphics & Sprites.unity │ │ ├── 15 - Inline Graphics & Sprites.unity.meta │ │ ├── 16 - Linked text overflow mode example.unity │ │ ├── 16 - Linked text overflow mode example.unity.meta │ │ ├── 17 - Old Computer Terminal.unity │ │ ├── 17 - Old Computer Terminal.unity.meta │ │ ├── 18 - ScrollRect & Masking & Layout.unity │ │ ├── 18 - ScrollRect & Masking & Layout.unity.meta │ │ ├── 19 - Masking Texture & Soft Mask.unity │ │ ├── 19 - Masking Texture & Soft Mask.unity.meta │ │ ├── 20 - Input Field with Scrollbar.unity │ │ ├── 20 - Input Field with Scrollbar.unity.meta │ │ ├── 21 - Script Example.unity │ │ ├── 21 - Script Example.unity.meta │ │ ├── 22 - Basic Scripting Example.unity │ │ ├── 22 - Basic Scripting Example.unity.meta │ │ ├── 23 - Animating Vertex Attributes.unity │ │ ├── 23 - Animating Vertex Attributes.unity.meta │ │ ├── 24 - Surface Shader Example.unity │ │ ├── 24 - Surface Shader Example.unity.meta │ │ ├── 25 - Sunny Days Example.unity │ │ ├── 25 - Sunny Days Example.unity.meta │ │ ├── Benchmark (Floating Text).unity │ │ └── Benchmark (Floating Text).unity.meta │ ├── Scripts.meta │ ├── Scripts │ │ ├── Benchmark01.cs │ │ ├── Benchmark01.cs.meta │ │ ├── Benchmark01_UGUI.cs │ │ ├── Benchmark01_UGUI.cs.meta │ │ ├── Benchmark02.cs │ │ ├── Benchmark02.cs.meta │ │ ├── Benchmark03.cs │ │ ├── Benchmark03.cs.meta │ │ ├── Benchmark04.cs │ │ ├── Benchmark04.cs.meta │ │ ├── CameraController.cs │ │ ├── CameraController.cs.meta │ │ ├── ChatController.cs │ │ ├── ChatController.cs.meta │ │ ├── EnvMapAnimator.cs │ │ ├── EnvMapAnimator.cs.meta │ │ ├── ObjectSpin.cs │ │ ├── ObjectSpin.cs.meta │ │ ├── ShaderPropAnimator.cs │ │ ├── ShaderPropAnimator.cs.meta │ │ ├── SimpleScript.cs │ │ ├── SimpleScript.cs.meta │ │ ├── SkewTextExample.cs │ │ ├── SkewTextExample.cs.meta │ │ ├── TMP_DigitValidator.cs │ │ ├── TMP_DigitValidator.cs.meta │ │ ├── TMP_ExampleScript_01.cs │ │ ├── TMP_ExampleScript_01.cs.meta │ │ ├── TMP_FrameRateCounter.cs │ │ ├── TMP_FrameRateCounter.cs.meta │ │ ├── TMP_PhoneNumberValidator.cs │ │ ├── TMP_PhoneNumberValidator.cs.meta │ │ ├── TMP_TextEventCheck.cs │ │ ├── TMP_TextEventCheck.cs.meta │ │ ├── TMP_TextEventHandler.cs │ │ ├── TMP_TextEventHandler.cs.meta │ │ ├── TMP_TextInfoDebugTool.cs │ │ ├── TMP_TextInfoDebugTool.cs.meta │ │ ├── TMP_TextSelector_A.cs │ │ ├── TMP_TextSelector_A.cs.meta │ │ ├── TMP_TextSelector_B.cs │ │ ├── TMP_TextSelector_B.cs.meta │ │ ├── TMP_UiFrameRateCounter.cs │ │ ├── TMP_UiFrameRateCounter.cs.meta │ │ ├── TMPro_InstructionOverlay.cs │ │ ├── TMPro_InstructionOverlay.cs.meta │ │ ├── TeleType.cs │ │ ├── TeleType.cs.meta │ │ ├── TextConsoleSimulator.cs │ │ ├── TextConsoleSimulator.cs.meta │ │ ├── TextMeshProFloatingText.cs │ │ ├── TextMeshProFloatingText.cs.meta │ │ ├── TextMeshSpawner.cs │ │ ├── TextMeshSpawner.cs.meta │ │ ├── VertexColorCycler.cs │ │ ├── VertexColorCycler.cs.meta │ │ ├── VertexJitter.cs │ │ ├── VertexJitter.cs.meta │ │ ├── VertexShakeA.cs │ │ ├── VertexShakeA.cs.meta │ │ ├── VertexShakeB.cs │ │ ├── VertexShakeB.cs.meta │ │ ├── VertexZoom.cs │ │ ├── VertexZoom.cs.meta │ │ ├── WarpTextExample.cs │ │ └── WarpTextExample.cs.meta │ ├── Sprites.meta │ ├── Sprites │ │ ├── Default Sprites.png │ │ ├── Default Sprites.png.meta │ │ ├── DropCap Numbers.psd │ │ └── DropCap Numbers.psd.meta │ ├── Textures.meta │ └── Textures │ │ ├── Brushed Metal 3.jpg │ │ ├── Brushed Metal 3.jpg.meta │ │ ├── Floor Cement.jpg │ │ ├── Floor Cement.jpg.meta │ │ ├── Floor Tiles 1 - diffuse.jpg │ │ ├── Floor Tiles 1 - diffuse.jpg.meta │ │ ├── Fruit Jelly (B&W).jpg │ │ ├── Fruit Jelly (B&W).jpg.meta │ │ ├── Gradient Diagonal (Color).jpg │ │ ├── Gradient Diagonal (Color).jpg.meta │ │ ├── Gradient Horizontal (Color).jpg │ │ ├── Gradient Horizontal (Color).jpg.meta │ │ ├── Gradient Vertical (Color).jpg │ │ ├── Gradient Vertical (Color).jpg.meta │ │ ├── Mask Zig-n-Zag.psd │ │ ├── Mask Zig-n-Zag.psd.meta │ │ ├── Small Crate_diffuse.jpg │ │ ├── Small Crate_diffuse.jpg.meta │ │ ├── Small Crate_normal.jpg │ │ ├── Small Crate_normal.jpg.meta │ │ ├── Sunny Days - Seamless.jpg │ │ ├── Sunny Days - Seamless.jpg.meta │ │ ├── Text Overflow - Linked Text Image 1.png │ │ ├── Text Overflow - Linked Text Image 1.png.meta │ │ ├── Text Overflow - Linked Text UI Screenshot.png │ │ ├── Text Overflow - Linked Text UI Screenshot.png.meta │ │ ├── Wipe Pattern - Circle.psd │ │ ├── Wipe Pattern - Circle.psd.meta │ │ ├── Wipe Pattern - Diagonal.psd │ │ ├── Wipe Pattern - Diagonal.psd.meta │ │ ├── Wipe Pattern - Radial Double.psd │ │ ├── Wipe Pattern - Radial Double.psd.meta │ │ ├── Wipe Pattern - Radial Quad.psd │ │ └── Wipe Pattern - Radial Quad.psd.meta │ ├── Fonts.meta │ ├── Fonts │ ├── LiberationSans - OFL.txt │ ├── LiberationSans - OFL.txt.meta │ ├── LiberationSans.ttf │ └── LiberationSans.ttf.meta │ ├── Resources.meta │ ├── Resources │ ├── Fonts & Materials.meta │ ├── Fonts & Materials │ │ ├── LiberationSans SDF - Drop Shadow.mat │ │ ├── LiberationSans SDF - Drop Shadow.mat.meta │ │ ├── LiberationSans SDF - Fallback.asset │ │ ├── LiberationSans SDF - Fallback.asset.meta │ │ ├── LiberationSans SDF - Outline.mat │ │ ├── LiberationSans SDF - Outline.mat.meta │ │ ├── LiberationSans SDF.asset │ │ └── LiberationSans SDF.asset.meta │ ├── LineBreaking Following Characters.txt │ ├── LineBreaking Following Characters.txt.meta │ ├── LineBreaking Leading Characters.txt │ ├── LineBreaking Leading Characters.txt.meta │ ├── Shaders.meta │ ├── Shaders │ │ ├── TMP_Bitmap-Custom-Atlas.shader │ │ ├── TMP_Bitmap-Custom-Atlas.shader.meta │ │ ├── TMP_Bitmap-Mobile.shader │ │ ├── TMP_Bitmap-Mobile.shader.meta │ │ ├── TMP_Bitmap.shader │ │ ├── TMP_Bitmap.shader.meta │ │ ├── TMP_SDF Overlay.shader │ │ ├── TMP_SDF Overlay.shader.meta │ │ ├── TMP_SDF-Mobile Masking.shader │ │ ├── TMP_SDF-Mobile Masking.shader.meta │ │ ├── TMP_SDF-Mobile Overlay.shader │ │ ├── TMP_SDF-Mobile Overlay.shader.meta │ │ ├── TMP_SDF-Mobile.shader │ │ ├── TMP_SDF-Mobile.shader.meta │ │ ├── TMP_SDF-Surface-Mobile.shader │ │ ├── TMP_SDF-Surface-Mobile.shader.meta │ │ ├── TMP_SDF-Surface.shader │ │ ├── TMP_SDF-Surface.shader.meta │ │ ├── TMP_SDF.shader │ │ ├── TMP_SDF.shader.meta │ │ ├── TMP_Sprite.shader │ │ ├── TMP_Sprite.shader.meta │ │ ├── TMPro.cginc │ │ ├── TMPro.cginc.meta │ │ ├── TMPro_Properties.cginc │ │ ├── TMPro_Properties.cginc.meta │ │ ├── TMPro_Surface.cginc │ │ └── TMPro_Surface.cginc.meta │ ├── Sprite Assets.meta │ ├── Sprite Assets │ │ ├── EmojiOne.asset │ │ └── EmojiOne.asset.meta │ ├── Style Sheets.meta │ ├── Style Sheets │ │ ├── Default Style Sheet.asset │ │ └── Default Style Sheet.asset.meta │ ├── TMP Settings.asset │ └── TMP Settings.asset.meta │ ├── Sprites.meta │ └── Sprites │ ├── EmojiOne Attribution.txt │ ├── EmojiOne Attribution.txt.meta │ ├── EmojiOne.json │ ├── EmojiOne.json.meta │ ├── EmojiOne.png │ └── EmojiOne.png.meta ├── Packages ├── com.unity.render-pipelines.universal@7.2.0 │ ├── CHANGELOG.md │ ├── CHANGELOG.md.meta │ ├── Documentation~ │ │ ├── 2DLightProperties.md │ │ ├── 2DRendererData_overview.md │ │ ├── 2DShadows.md │ │ ├── 2d-index.md │ │ ├── 2d-pixelperfect.md │ │ ├── Building-For-Consoles.md │ │ ├── EffectList.md │ │ ├── HDREmulationScale.md │ │ ├── Images │ │ │ ├── 2D │ │ │ │ ├── 2DLightBasics.png │ │ │ │ ├── 2D_Pix_image_0.png │ │ │ │ ├── 2D_Pix_image_1.png │ │ │ │ ├── 2D_Pix_image_2.png │ │ │ │ ├── 2D_Pix_image_3.png │ │ │ │ ├── 2D_Pix_image_4.png │ │ │ │ ├── 2D_Pix_image_5.png │ │ │ │ ├── 2D_Pix_image_6.png │ │ │ │ ├── 2D_Pix_image_7.png │ │ │ │ ├── 2D_Pix_image_8.png │ │ │ │ ├── 2D_Pix_image_9.png │ │ │ │ ├── 2dRendererData_properties.png │ │ │ │ ├── 2dRendererData_properties_updated.png │ │ │ │ ├── LightType_FreeForm.png │ │ │ │ ├── LightType_Parametric.png │ │ │ │ ├── LightType_Point.png │ │ │ │ ├── LightType_Sprite.png │ │ │ │ ├── RendSilhou_disabled_SS_false-1567347975031.png │ │ │ │ ├── RendSilhou_disabled_SS_false.png │ │ │ │ ├── RendSilhou_disabled_SS_true_-1567348054952.png │ │ │ │ ├── RendSilhou_disabled_SS_true_.png │ │ │ │ ├── RendSilhou_enabled_SS_false-1567348020330.png │ │ │ │ ├── RendSilhou_enabled_SS_false.png │ │ │ │ ├── RendSilhou_enabled_SS_true-1567348111977.png │ │ │ │ ├── RendSilhou_enabled_SS_true.png │ │ │ │ ├── ShadowIntensity0-1566813584467.png │ │ │ │ ├── ShadowIntensity0.png │ │ │ │ ├── ShadowIntensity05-1566813620123.png │ │ │ │ ├── ShadowIntensity05.png │ │ │ │ ├── ShadowIntensity100-1566813654802.png │ │ │ │ ├── ShadowIntensity100.png │ │ │ │ ├── cine_2Dpixelperfect_ex.png │ │ │ │ ├── image_0.png │ │ │ │ ├── image_1.png │ │ │ │ ├── image_10.png │ │ │ │ ├── image_11.png │ │ │ │ ├── image_12.png │ │ │ │ ├── image_13.png │ │ │ │ ├── image_14.png │ │ │ │ ├── image_15.png │ │ │ │ ├── image_16.png │ │ │ │ ├── image_17.png │ │ │ │ ├── image_18.png │ │ │ │ ├── image_19.png │ │ │ │ ├── image_2.png │ │ │ │ ├── image_20.png │ │ │ │ ├── image_21.png │ │ │ │ ├── image_22.png │ │ │ │ ├── image_23.png │ │ │ │ ├── image_24.png │ │ │ │ ├── image_25.png │ │ │ │ ├── image_26.png │ │ │ │ ├── image_27.png │ │ │ │ ├── image_28.png │ │ │ │ ├── image_29.png │ │ │ │ ├── image_3.png │ │ │ │ ├── image_30.png │ │ │ │ ├── image_31.png │ │ │ │ ├── image_32.png │ │ │ │ ├── image_33.png │ │ │ │ ├── image_34.png │ │ │ │ ├── image_35.png │ │ │ │ ├── image_36.png │ │ │ │ ├── image_37.png │ │ │ │ ├── image_38.png │ │ │ │ ├── image_39.png │ │ │ │ ├── image_4.png │ │ │ │ ├── image_40.png │ │ │ │ ├── image_41.png │ │ │ │ ├── image_42.png │ │ │ │ ├── image_43.png │ │ │ │ ├── image_44.png │ │ │ │ ├── image_45.png │ │ │ │ ├── image_46.png │ │ │ │ ├── image_47.png │ │ │ │ ├── image_48.png │ │ │ │ ├── image_49.png │ │ │ │ ├── image_5.png │ │ │ │ ├── image_50.png │ │ │ │ ├── image_51.png │ │ │ │ ├── image_52.png │ │ │ │ ├── image_53.png │ │ │ │ ├── image_54.png │ │ │ │ ├── image_6.png │ │ │ │ ├── image_7.png │ │ │ │ ├── image_8.png │ │ │ │ ├── image_9.png │ │ │ │ ├── w_composite_shadow.png │ │ │ │ ├── wo_composite_shadow-1567350239236.png │ │ │ │ └── wo_composite_shadow.png │ │ │ ├── AssetShots │ │ │ │ └── Beauty │ │ │ │ │ ├── Overview.png │ │ │ │ │ ├── SceneWithPost.png │ │ │ │ │ └── SceneWithoutPost.png │ │ │ ├── Graphics │ │ │ │ └── Rendering_Flowchart.png │ │ │ ├── Inspectors │ │ │ │ ├── Bloom.png │ │ │ │ ├── BokehDepthOfField.png │ │ │ │ ├── ChannelMixer.png │ │ │ │ ├── ChromaticAberration.png │ │ │ │ ├── ColorAdjustments.png │ │ │ │ ├── ColorCurves.png │ │ │ │ ├── ColorLookup.png │ │ │ │ ├── FilmGrain.png │ │ │ │ ├── GaussianDepthOfField.png │ │ │ │ ├── LensDistortion.png │ │ │ │ ├── LiftGammaGain.png │ │ │ │ ├── MotionBlur.png │ │ │ │ ├── PaniniProjection.png │ │ │ │ ├── Shaders │ │ │ │ │ ├── BakedLit.png │ │ │ │ │ ├── Lit.png │ │ │ │ │ ├── ParticlesExtra.png │ │ │ │ │ ├── ParticlesLit.png │ │ │ │ │ ├── ParticlesSimpleLit.png │ │ │ │ │ ├── ParticlesUnlit.png │ │ │ │ │ ├── SimpleLit.png │ │ │ │ │ └── Unlit.png │ │ │ │ ├── ShadowsMidtonesHighlights.png │ │ │ │ ├── SplitToning.png │ │ │ │ ├── Tonemapping.png │ │ │ │ ├── Vignette.png │ │ │ │ ├── Volume1.png │ │ │ │ ├── VolumeProfile.png │ │ │ │ ├── WhiteBalance.png │ │ │ │ └── light-inspector.png │ │ │ ├── camera-icon-base.png │ │ │ ├── camera-icon-overlay.png │ │ │ ├── camera-inspector-base.png │ │ │ ├── camera-inspector-output-target.png │ │ │ ├── camera-inspector-overlay.png │ │ │ ├── camera-inspector-render-type.png │ │ │ ├── camera-split-screen-viewport.png │ │ │ ├── camera-stack-add-camera.png │ │ │ ├── camera-stack-remove-camera.png │ │ │ ├── camera-stack-reorder.png │ │ │ └── camera-stacking-example.png │ │ ├── InstallURPIntoAProject.md │ │ ├── InstallingAndConfiguringURP.md │ │ ├── LightBlendStyles.md │ │ ├── LightTypes.md │ │ ├── Lights-2D-intro.md │ │ ├── Post-Processing-Channel-Mixer.md │ │ ├── Post-Processing-Color-Adjustments.md │ │ ├── Post-Processing-Color-Curves.md │ │ ├── Post-Processing-Film-Grain.md │ │ ├── Post-Processing-Lens-Distortion.md │ │ ├── Post-Processing-Lift-Gamma-Gain.md │ │ ├── Post-Processing-Motion-Blur.md │ │ ├── Post-Processing-Panini-Projection.md │ │ ├── Post-Processing-Shadows-Midtones-Highlights.md │ │ ├── Post-Processing-Split-Toning.md │ │ ├── Post-Processing-White-Balance.md │ │ ├── PrepShader.md │ │ ├── SecondaryTextures.md │ │ ├── Setup.md │ │ ├── ShaderGraph.md │ │ ├── TableOfContents.md │ │ ├── VolumeOverrides.md │ │ ├── VolumeProfile.md │ │ ├── Volumes.md │ │ ├── baked-lit-shader.md │ │ ├── camera-component-reference.md │ │ ├── camera-stacking.md │ │ ├── camera-types-and-render-type.md │ │ ├── cameras-advanced.md │ │ ├── cameras-multiple.md │ │ ├── cameras.md │ │ ├── configuring-universalrp-for-use.md │ │ ├── creating-a-new-project-with-universalrp.md │ │ ├── creating-a-new-project-with-urp.md │ │ ├── faq.md │ │ ├── filter.yml │ │ ├── forward-renderer.md │ │ ├── index.md │ │ ├── inside-universalrp.md │ │ ├── integration-with-post-processing.md │ │ ├── light-component.md │ │ ├── lighting.md │ │ ├── lit-shader.md │ │ ├── particles-lit-shader.md │ │ ├── particles-simple-lit-shader.md │ │ ├── particles-unlit-shader.md │ │ ├── pixel-cinemachine.md │ │ ├── post-processing-bloom.md │ │ ├── post-processing-chromatic-aberration.md │ │ ├── post-processing-depth-of-field.md │ │ ├── post-processing-tonemapping.md │ │ ├── post-processing-vignette.md │ │ ├── realtime-lighting-in-universalrp.md │ │ ├── rendering-in-universalrp.md │ │ ├── rendering-to-a-render-texture.md │ │ ├── rendering-to-the-same-render-target.md │ │ ├── shader-stripping.md │ │ ├── shaders-in-universalrp.md │ │ ├── shading-model.md │ │ ├── simple-lit-shader.md │ │ ├── speedtree.md │ │ ├── universal-additional-camera-data.md │ │ ├── universal-additional-light-data.md │ │ ├── universalrp-asset.md │ │ ├── universalrp-builtin-feature-comparison.md │ │ ├── unlit-shader.md │ │ ├── upgrade-guide-7-2-0.md │ │ ├── upgrade-guides.md │ │ ├── upgrade-lwrp-to-urp.md │ │ └── upgrading-your-shaders.md │ ├── Editor.meta │ ├── Editor │ │ ├── 2D.meta │ │ ├── 2D │ │ │ ├── CinemachineUniversalPixelPerfectEditor.cs │ │ │ ├── CinemachineUniversalPixelPerfectEditor.cs.meta │ │ │ ├── CompositeShadowCaster2DEditor.cs │ │ │ ├── CompositeShadowCaster2DEditor.cs.meta │ │ │ ├── Light2DEditor.cs │ │ │ ├── Light2DEditor.cs.meta │ │ │ ├── Light2DEditorUtility.cs │ │ │ ├── Light2DEditorUtility.cs.meta │ │ │ ├── PixelPerfectCameraEditor.cs │ │ │ ├── PixelPerfectCameraEditor.cs.meta │ │ │ ├── Renderer2DAnalytics.cs │ │ │ ├── Renderer2DAnalytics.cs.meta │ │ │ ├── Renderer2DDataEditor.cs │ │ │ ├── Renderer2DDataEditor.cs.meta │ │ │ ├── Renderer2DMenus.cs │ │ │ ├── Renderer2DMenus.cs.meta │ │ │ ├── Renderer2DUpgrader.cs │ │ │ ├── Renderer2DUpgrader.cs.meta │ │ │ ├── Resources.meta │ │ │ ├── Resources │ │ │ │ ├── Cinemachine.png │ │ │ │ ├── Cinemachine.png.meta │ │ │ │ ├── InspectorIcons.meta │ │ │ │ ├── InspectorIcons │ │ │ │ │ ├── FreeformLight.png │ │ │ │ │ ├── FreeformLight.png.meta │ │ │ │ │ ├── GlobalLight.png │ │ │ │ │ ├── GlobalLight.png.meta │ │ │ │ │ ├── ParametricLight.png │ │ │ │ │ ├── ParametricLight.png.meta │ │ │ │ │ ├── PointLight.png │ │ │ │ │ ├── PointLight.png.meta │ │ │ │ │ ├── SpriteLight.png │ │ │ │ │ └── SpriteLight.png.meta │ │ │ │ ├── LightCapBottomLeft.png │ │ │ │ ├── LightCapBottomLeft.png.meta │ │ │ │ ├── LightCapBottomRight.png │ │ │ │ ├── LightCapBottomRight.png.meta │ │ │ │ ├── LightCapDown.png │ │ │ │ ├── LightCapDown.png.meta │ │ │ │ ├── LightCapTopLeft.png │ │ │ │ ├── LightCapTopLeft.png.meta │ │ │ │ ├── LightCapTopRight.png │ │ │ │ ├── LightCapTopRight.png.meta │ │ │ │ ├── LightCapUp.png │ │ │ │ ├── LightCapUp.png.meta │ │ │ │ ├── PixelPerfectCamera.png │ │ │ │ ├── PixelPerfectCamera.png.meta │ │ │ │ ├── SceneViewIcons.meta │ │ │ │ └── SceneViewIcons │ │ │ │ │ ├── FreeformLight.png │ │ │ │ │ ├── FreeformLight.png.meta │ │ │ │ │ ├── GlobalLight.png │ │ │ │ │ ├── GlobalLight.png.meta │ │ │ │ │ ├── ParametricLight.png │ │ │ │ │ ├── ParametricLight.png.meta │ │ │ │ │ ├── PointLight.png │ │ │ │ │ ├── PointLight.png.meta │ │ │ │ │ ├── SpriteLight.png │ │ │ │ │ └── SpriteLight.png.meta │ │ │ ├── ShadowCaster2DEditor.cs │ │ │ ├── ShadowCaster2DEditor.cs.meta │ │ │ ├── ShadowCaster2DShapeTool.cs │ │ │ ├── ShadowCaster2DShapeTool.cs.meta │ │ │ ├── ShapeEditor.meta │ │ │ ├── ShapeEditor │ │ │ │ ├── EditablePath.meta │ │ │ │ ├── EditablePath │ │ │ │ │ ├── BezierUtility.cs │ │ │ │ │ ├── BezierUtility.cs.meta │ │ │ │ │ ├── ControlPoint.cs │ │ │ │ │ ├── ControlPoint.cs.meta │ │ │ │ │ ├── EditablePath.cs │ │ │ │ │ ├── EditablePath.cs.meta │ │ │ │ │ ├── EditablePathController.cs │ │ │ │ │ ├── EditablePathController.cs.meta │ │ │ │ │ ├── EditablePathExtensions.cs │ │ │ │ │ ├── EditablePathExtensions.cs.meta │ │ │ │ │ ├── EditablePathUtility.cs │ │ │ │ │ ├── EditablePathUtility.cs.meta │ │ │ │ │ ├── IEditablePath.cs │ │ │ │ │ ├── IEditablePath.cs.meta │ │ │ │ │ ├── IEditablePathController.cs │ │ │ │ │ ├── IEditablePathController.cs.meta │ │ │ │ │ ├── ISnapping.cs │ │ │ │ │ ├── ISnapping.cs.meta │ │ │ │ │ ├── IUndoObject.cs │ │ │ │ │ ├── IUndoObject.cs.meta │ │ │ │ │ ├── MultipleEditablePathController.cs │ │ │ │ │ ├── MultipleEditablePathController.cs.meta │ │ │ │ │ ├── Snapping.cs │ │ │ │ │ └── Snapping.cs.meta │ │ │ │ ├── EditorTool.meta │ │ │ │ ├── EditorTool │ │ │ │ │ ├── GenericScriptablePath.cs │ │ │ │ │ ├── GenericScriptablePath.cs.meta │ │ │ │ │ ├── GenericScriptablePathInspector.cs │ │ │ │ │ ├── GenericScriptablePathInspector.cs.meta │ │ │ │ │ ├── PathComponentEditor.cs │ │ │ │ │ ├── PathComponentEditor.cs.meta │ │ │ │ │ ├── PathEditorTool.cs │ │ │ │ │ ├── PathEditorTool.cs.meta │ │ │ │ │ ├── PathEditorToolExtensions.cs │ │ │ │ │ ├── PathEditorToolExtensions.cs.meta │ │ │ │ │ ├── ScriptableData.cs │ │ │ │ │ ├── ScriptableData.cs.meta │ │ │ │ │ ├── ScriptablePath.cs │ │ │ │ │ ├── ScriptablePath.cs.meta │ │ │ │ │ ├── ScriptablePathInspector.cs │ │ │ │ │ └── ScriptablePathInspector.cs.meta │ │ │ │ ├── GUIFramework.meta │ │ │ │ ├── GUIFramework │ │ │ │ │ ├── ClickAction.cs │ │ │ │ │ ├── ClickAction.cs.meta │ │ │ │ │ ├── CommandAction.cs │ │ │ │ │ ├── CommandAction.cs.meta │ │ │ │ │ ├── Control.cs │ │ │ │ │ ├── Control.cs.meta │ │ │ │ │ ├── DefaultControl.cs │ │ │ │ │ ├── DefaultControl.cs.meta │ │ │ │ │ ├── GUIAction.cs │ │ │ │ │ ├── GUIAction.cs.meta │ │ │ │ │ ├── GUIState.cs │ │ │ │ │ ├── GUIState.cs.meta │ │ │ │ │ ├── GUISystem.cs │ │ │ │ │ ├── GUISystem.cs.meta │ │ │ │ │ ├── GenericControl.cs │ │ │ │ │ ├── GenericControl.cs.meta │ │ │ │ │ ├── GenericDefaultControl.cs │ │ │ │ │ ├── GenericDefaultControl.cs.meta │ │ │ │ │ ├── HoveredControlAction.cs │ │ │ │ │ ├── HoveredControlAction.cs.meta │ │ │ │ │ ├── IGUIState.cs │ │ │ │ │ ├── IGUIState.cs.meta │ │ │ │ │ ├── LayoutData.cs │ │ │ │ │ ├── LayoutData.cs.meta │ │ │ │ │ ├── SliderAction.cs │ │ │ │ │ └── SliderAction.cs.meta │ │ │ │ ├── Resources.meta │ │ │ │ ├── Resources │ │ │ │ │ ├── Path.meta │ │ │ │ │ ├── Path │ │ │ │ │ │ ├── pointHovered.png │ │ │ │ │ │ ├── pointHovered.png.meta │ │ │ │ │ │ ├── pointNormal.png │ │ │ │ │ │ ├── pointNormal.png.meta │ │ │ │ │ │ ├── pointPreview.png │ │ │ │ │ │ ├── pointPreview.png.meta │ │ │ │ │ │ ├── pointRemovePreview.png │ │ │ │ │ │ ├── pointRemovePreview.png.meta │ │ │ │ │ │ ├── pointSelected.png │ │ │ │ │ │ ├── pointSelected.png.meta │ │ │ │ │ │ ├── tangentNormal.png │ │ │ │ │ │ └── tangentNormal.png.meta │ │ │ │ │ ├── ShapeTool.png │ │ │ │ │ ├── ShapeTool.png.meta │ │ │ │ │ ├── ShapeToolPro.png │ │ │ │ │ ├── ShapeToolPro.png.meta │ │ │ │ │ ├── TangentBroken.png │ │ │ │ │ ├── TangentBroken.png.meta │ │ │ │ │ ├── TangentBrokenPro.png │ │ │ │ │ ├── TangentBrokenPro.png.meta │ │ │ │ │ ├── TangentContinuous.png │ │ │ │ │ ├── TangentContinuous.png.meta │ │ │ │ │ ├── TangentContinuousPro.png │ │ │ │ │ ├── TangentContinuousPro.png.meta │ │ │ │ │ ├── TangentLinear.png │ │ │ │ │ ├── TangentLinear.png.meta │ │ │ │ │ ├── TangentLinearPro.png │ │ │ │ │ └── TangentLinearPro.png.meta │ │ │ │ ├── Selection.meta │ │ │ │ ├── Selection │ │ │ │ │ ├── ISelectable.cs │ │ │ │ │ ├── ISelectable.cs.meta │ │ │ │ │ ├── ISelection.cs │ │ │ │ │ ├── ISelection.cs.meta │ │ │ │ │ ├── ISelector.cs │ │ │ │ │ ├── ISelector.cs.meta │ │ │ │ │ ├── IndexedSelection.cs │ │ │ │ │ ├── IndexedSelection.cs.meta │ │ │ │ │ ├── PointRectSelector.cs │ │ │ │ │ ├── PointRectSelector.cs.meta │ │ │ │ │ ├── RectSelector.cs │ │ │ │ │ ├── RectSelector.cs.meta │ │ │ │ │ ├── SerializableSelection.cs │ │ │ │ │ └── SerializableSelection.cs.meta │ │ │ │ ├── Shapes.meta │ │ │ │ ├── Shapes │ │ │ │ │ ├── IShape.cs │ │ │ │ │ ├── IShape.cs.meta │ │ │ │ │ ├── Polygon.cs │ │ │ │ │ ├── Polygon.cs.meta │ │ │ │ │ ├── ShapeExtensions.cs │ │ │ │ │ ├── ShapeExtensions.cs.meta │ │ │ │ │ ├── Spline.cs │ │ │ │ │ └── Spline.cs.meta │ │ │ │ ├── View.meta │ │ │ │ └── View │ │ │ │ │ ├── CreatePointAction.cs │ │ │ │ │ ├── CreatePointAction.cs.meta │ │ │ │ │ ├── Drawer.cs │ │ │ │ │ ├── Drawer.cs.meta │ │ │ │ │ ├── EditablePathView.cs │ │ │ │ │ ├── EditablePathView.cs.meta │ │ │ │ │ ├── IDrawer.cs │ │ │ │ │ ├── IDrawer.cs.meta │ │ │ │ │ ├── IEditablePathView.cs │ │ │ │ │ └── IEditablePathView.cs.meta │ │ │ ├── SortingLayerDropDown.cs │ │ │ └── SortingLayerDropDown.cs.meta │ │ ├── AssetPostProcessors.meta │ │ ├── AssetPostProcessors │ │ │ ├── AutodeskInteractiveMaterialImport.cs │ │ │ ├── AutodeskInteractiveMaterialImport.cs.meta │ │ │ ├── FBXArnoldSurfaceMaterialDescriptionPreprocessor.cs │ │ │ ├── FBXArnoldSurfaceMaterialDescriptionPreprocessor.cs.meta │ │ │ ├── FBXMaterialDescriptionPreprocessor.cs │ │ │ ├── FBXMaterialDescriptionPreprocessor.cs.meta │ │ │ ├── PhysicalMaterial3DsMaxPreprocessor.cs │ │ │ ├── PhysicalMaterial3DsMaxPreprocessor.cs.meta │ │ │ ├── SketchupMaterialDescriptionPostprocessor.cs │ │ │ ├── SketchupMaterialDescriptionPostprocessor.cs.meta │ │ │ ├── ThreeDSMaterialDescriptionPostprocessor.cs │ │ │ └── ThreeDSMaterialDescriptionPostprocessor.cs.meta │ │ ├── AssetVersion.cs │ │ ├── AssetVersion.cs.meta │ │ ├── Deprecated.cs │ │ ├── Deprecated.cs.meta │ │ ├── EditorUtils.cs │ │ ├── EditorUtils.cs.meta │ │ ├── ForwardRendererDataEditor.cs │ │ ├── ForwardRendererDataEditor.cs.meta │ │ ├── Gizmos.meta │ │ ├── Gizmos │ │ │ ├── Camera_Base.png │ │ │ ├── Camera_Base.png.meta │ │ │ ├── Camera_Offscreen.png │ │ │ ├── Camera_Offscreen.png.meta │ │ │ ├── Camera_Overlay.png │ │ │ ├── Camera_Overlay.png.meta │ │ │ ├── Camera_PostProcessing.png │ │ │ ├── Camera_PostProcessing.png.meta │ │ │ ├── Camera_UI.png │ │ │ └── Camera_UI.png.meta │ │ ├── LightExplorer.cs │ │ ├── LightExplorer.cs.meta │ │ ├── MaterialPostprocessor.cs │ │ ├── MaterialPostprocessor.cs.meta │ │ ├── Overrides.meta │ │ ├── Overrides │ │ │ ├── BloomEditor.cs │ │ │ ├── BloomEditor.cs.meta │ │ │ ├── ChannelMixerEditor.cs │ │ │ ├── ChannelMixerEditor.cs.meta │ │ │ ├── ChromaticAberrationEditor.cs │ │ │ ├── ChromaticAberrationEditor.cs.meta │ │ │ ├── ColorAdjustmentsEditor.cs │ │ │ ├── ColorAdjustmentsEditor.cs.meta │ │ │ ├── ColorCurvesEditor.cs │ │ │ ├── ColorCurvesEditor.cs.meta │ │ │ ├── ColorLookupEditor.cs │ │ │ ├── ColorLookupEditor.cs.meta │ │ │ ├── DepthOfFieldEditor.cs │ │ │ ├── DepthOfFieldEditor.cs.meta │ │ │ ├── FilmGrainEditor.cs │ │ │ ├── FilmGrainEditor.cs.meta │ │ │ ├── LensDistortionEditor.cs │ │ │ ├── LensDistortionEditor.cs.meta │ │ │ ├── LiftGammaGainEditor.cs │ │ │ ├── LiftGammaGainEditor.cs.meta │ │ │ ├── MotionBlurEditor.cs │ │ │ ├── MotionBlurEditor.cs.meta │ │ │ ├── PaniniProjectionEditor.cs │ │ │ ├── PaniniProjectionEditor.cs.meta │ │ │ ├── Shaders.meta │ │ │ ├── Shaders │ │ │ │ ├── CurveBackground.shader │ │ │ │ ├── CurveBackground.shader.meta │ │ │ │ ├── ShadowsMidtonesHighlightsCurves.shader │ │ │ │ ├── ShadowsMidtonesHighlightsCurves.shader.meta │ │ │ │ ├── TrackballEditor.shader │ │ │ │ └── TrackballEditor.shader.meta │ │ │ ├── ShadowsMidtonesHighlightsEditor.cs │ │ │ ├── ShadowsMidtonesHighlightsEditor.cs.meta │ │ │ ├── SplitToningEditor.cs │ │ │ ├── SplitToningEditor.cs.meta │ │ │ ├── TonemappingEditor.cs │ │ │ ├── TonemappingEditor.cs.meta │ │ │ ├── VignetteEditor.cs │ │ │ ├── VignetteEditor.cs.meta │ │ │ ├── WhiteBalanceEditor.cs │ │ │ └── WhiteBalanceEditor.cs.meta │ │ ├── PostProcessDataEditor.cs │ │ ├── PostProcessDataEditor.cs.meta │ │ ├── RenderStateDataEditor.cs │ │ ├── RenderStateDataEditor.cs.meta │ │ ├── RendererFeatures.meta │ │ ├── RendererFeatures │ │ │ ├── NewRendererFeature.cs.txt │ │ │ ├── NewRendererFeature.cs.txt.meta │ │ │ ├── NewRendererFeatureDropdownItem.cs │ │ │ ├── NewRendererFeatureDropdownItem.cs.meta │ │ │ ├── RenderObjectsPassFeatureEditor.cs │ │ │ └── RenderObjectsPassFeatureEditor.cs.meta │ │ ├── SavedParameter.cs │ │ ├── SavedParameter.cs.meta │ │ ├── ScriptableRendererDataEditor.cs │ │ ├── ScriptableRendererDataEditor.cs.meta │ │ ├── ShaderGUI.meta │ │ ├── ShaderGUI │ │ │ ├── BaseShaderGUI.cs │ │ │ ├── BaseShaderGUI.cs.meta │ │ │ ├── ParticleGUI.cs │ │ │ ├── ParticleGUI.cs.meta │ │ │ ├── Shaders.meta │ │ │ ├── Shaders │ │ │ │ ├── BakedLitShader.cs │ │ │ │ ├── BakedLitShader.cs.meta │ │ │ │ ├── LitShader.cs │ │ │ │ ├── LitShader.cs.meta │ │ │ │ ├── ParticlesLitShader.cs │ │ │ │ ├── ParticlesLitShader.cs.meta │ │ │ │ ├── ParticlesSimpleLitShader.cs │ │ │ │ ├── ParticlesSimpleLitShader.cs.meta │ │ │ │ ├── ParticlesUnlitShader.cs │ │ │ │ ├── ParticlesUnlitShader.cs.meta │ │ │ │ ├── SimpleLitShader.cs │ │ │ │ ├── SimpleLitShader.cs.meta │ │ │ │ ├── UnlitShader.cs │ │ │ │ └── UnlitShader.cs.meta │ │ │ ├── ShadingModels.meta │ │ │ ├── ShadingModels │ │ │ │ ├── BakedLitGUI.cs │ │ │ │ ├── BakedLitGUI.cs.meta │ │ │ │ ├── LitGUI.cs │ │ │ │ ├── LitGUI.cs.meta │ │ │ │ ├── SimpleLitGUI.cs │ │ │ │ └── SimpleLitGUI.cs.meta │ │ │ ├── TerrainLitShaderGUI.cs │ │ │ └── TerrainLitShaderGUI.cs.meta │ │ ├── ShaderGraph.meta │ │ ├── ShaderGraph │ │ │ ├── AssetCallbacks.meta │ │ │ ├── AssetCallbacks │ │ │ │ ├── CreateSpriteLitShaderGraph.cs │ │ │ │ ├── CreateSpriteLitShaderGraph.cs.meta │ │ │ │ ├── CreateSpriteUnlitShaderGraph.cs │ │ │ │ └── CreateSpriteUnlitShaderGraph.cs.meta │ │ │ ├── Includes.meta │ │ │ ├── Includes │ │ │ │ ├── DepthOnlyPass.hlsl │ │ │ │ ├── DepthOnlyPass.hlsl.meta │ │ │ │ ├── LightingMetaPass.hlsl │ │ │ │ ├── LightingMetaPass.hlsl.meta │ │ │ │ ├── PBR2DPass.hlsl │ │ │ │ ├── PBR2DPass.hlsl.meta │ │ │ │ ├── PBRForwardPass.hlsl │ │ │ │ ├── PBRForwardPass.hlsl.meta │ │ │ │ ├── ShadowCasterPass.hlsl │ │ │ │ ├── ShadowCasterPass.hlsl.meta │ │ │ │ ├── SpriteForwardPass.hlsl │ │ │ │ ├── SpriteForwardPass.hlsl.meta │ │ │ │ ├── SpriteLitPass.hlsl │ │ │ │ ├── SpriteLitPass.hlsl.meta │ │ │ │ ├── SpriteNormalPass.hlsl │ │ │ │ ├── SpriteNormalPass.hlsl.meta │ │ │ │ ├── SpriteUnlitPass.hlsl │ │ │ │ ├── SpriteUnlitPass.hlsl.meta │ │ │ │ ├── UnlitPass.hlsl │ │ │ │ ├── UnlitPass.hlsl.meta │ │ │ │ ├── Varyings.hlsl │ │ │ │ └── Varyings.hlsl.meta │ │ │ ├── Interfaces.meta │ │ │ ├── Interfaces │ │ │ │ ├── ISpriteLitSubShader.cs │ │ │ │ ├── ISpriteLitSubShader.cs.meta │ │ │ │ ├── ISpriteUnlitSubShader.cs │ │ │ │ └── ISpriteUnlitSubShader.cs.meta │ │ │ ├── MasterNodes.meta │ │ │ ├── MasterNodes │ │ │ │ ├── SpriteLitMasterNode.cs │ │ │ │ ├── SpriteLitMasterNode.cs.meta │ │ │ │ ├── SpriteUnlitMasterNode.cs │ │ │ │ └── SpriteUnlitMasterNode.cs.meta │ │ │ ├── SubShaders.meta │ │ │ ├── SubShaders │ │ │ │ ├── UniversalPBRSubShader.cs │ │ │ │ ├── UniversalPBRSubShader.cs.meta │ │ │ │ ├── UniversalSpriteLitSubShader.cs │ │ │ │ ├── UniversalSpriteLitSubShader.cs.meta │ │ │ │ ├── UniversalSpriteUnlitSubShader.cs │ │ │ │ ├── UniversalSpriteUnlitSubShader.cs.meta │ │ │ │ ├── UniversalUnlitSubShader.cs │ │ │ │ └── UniversalUnlitSubShader.cs.meta │ │ │ ├── Templates.meta │ │ │ ├── Templates │ │ │ │ ├── BuildSurfaceDescriptionInputs.template.hlsl │ │ │ │ ├── BuildSurfaceDescriptionInputs.template.hlsl.meta │ │ │ │ ├── BuildVertexDescriptionInputs.template.hlsl │ │ │ │ └── BuildVertexDescriptionInputs.template.hlsl.meta │ │ │ ├── UniversalShaderGraphResources.cs │ │ │ ├── UniversalShaderGraphResources.cs.meta │ │ │ ├── UniversalShaderGraphUtils.cs │ │ │ └── UniversalShaderGraphUtils.cs.meta │ │ ├── ShaderPreprocessor.cs │ │ ├── ShaderPreprocessor.cs.meta │ │ ├── Shadow.meta │ │ ├── Shadow │ │ │ ├── ShadowCascadeSplitGUI.cs │ │ │ └── ShadowCascadeSplitGUI.cs.meta │ │ ├── TrackballUIDrawer.cs │ │ ├── TrackballUIDrawer.cs.meta │ │ ├── Unity.RenderPipelines.Universal.Editor.asmdef │ │ ├── Unity.RenderPipelines.Universal.Editor.asmdef.meta │ │ ├── UniversalAdditionalCameraDataEditor.cs │ │ ├── UniversalAdditionalCameraDataEditor.cs.meta │ │ ├── UniversalAdditionalLightDataEditor.cs │ │ ├── UniversalAdditionalLightDataEditor.cs.meta │ │ ├── UniversalRenderPipelineAssetEditor.cs │ │ ├── UniversalRenderPipelineAssetEditor.cs.meta │ │ ├── UniversalRenderPipelineCameraEditor.cs │ │ ├── UniversalRenderPipelineCameraEditor.cs.meta │ │ ├── UniversalRenderPipelineLightEditor.cs │ │ ├── UniversalRenderPipelineLightEditor.cs.meta │ │ ├── UniversalRenderPipelineMaterialUpgrader.cs │ │ ├── UniversalRenderPipelineMaterialUpgrader.cs.meta │ │ ├── UpgradeCommon.cs │ │ └── UpgradeCommon.cs.meta │ ├── LICENSE.md │ ├── LICENSE.md.meta │ ├── Runtime.meta │ ├── Runtime │ │ ├── 2D.meta │ │ ├── 2D │ │ │ ├── CinemachineUniversalPixelPerfect.cs │ │ │ ├── CinemachineUniversalPixelPerfect.cs.meta │ │ │ ├── CompositeShadowCaster2D.cs │ │ │ ├── CompositeShadowCaster2D.cs.meta │ │ │ ├── Light2D.cs │ │ │ ├── Light2D.cs.meta │ │ │ ├── Light2DBlendStyle.cs │ │ │ ├── Light2DBlendStyle.cs.meta │ │ │ ├── Light2DPoint.cs │ │ │ ├── Light2DPoint.cs.meta │ │ │ ├── Light2DShape.cs │ │ │ ├── Light2DShape.cs.meta │ │ │ ├── Light2DStub.cs │ │ │ ├── Light2DStub.cs.meta │ │ │ ├── LightUtility.cs │ │ │ ├── LightUtility.cs.meta │ │ │ ├── Passes.meta │ │ │ ├── Passes │ │ │ │ ├── Render2DLightingPass.cs │ │ │ │ ├── Render2DLightingPass.cs.meta │ │ │ │ ├── Utility.meta │ │ │ │ └── Utility │ │ │ │ │ ├── Light2DLookupTexture.cs │ │ │ │ │ ├── Light2DLookupTexture.cs.meta │ │ │ │ │ ├── RendererLighting.cs │ │ │ │ │ └── RendererLighting.cs.meta │ │ │ ├── PixelPerfectCamera.cs │ │ │ ├── PixelPerfectCamera.cs.meta │ │ │ ├── PixelPerfectCameraInternal.cs │ │ │ ├── PixelPerfectCameraInternal.cs.meta │ │ │ ├── Renderer2D.cs │ │ │ ├── Renderer2D.cs.meta │ │ │ ├── Renderer2DData.cs │ │ │ ├── Renderer2DData.cs.meta │ │ │ ├── ShadowCaster2D.cs │ │ │ ├── ShadowCaster2D.cs.meta │ │ │ ├── Shadows.meta │ │ │ └── Shadows │ │ │ │ ├── ShadowCasterGroup2D.cs │ │ │ │ ├── ShadowCasterGroup2D.cs.meta │ │ │ │ ├── ShadowCasterGroup2DManager.cs │ │ │ │ ├── ShadowCasterGroup2DManager.cs.meta │ │ │ │ ├── ShadowUtility.cs │ │ │ │ └── ShadowUtility.cs.meta │ │ ├── AssemblyInfo.cs │ │ ├── AssemblyInfo.cs.meta │ │ ├── Data.meta │ │ ├── Data │ │ │ ├── ForwardRendererData.asset │ │ │ ├── ForwardRendererData.asset.meta │ │ │ ├── PostProcessData.asset │ │ │ ├── PostProcessData.asset.meta │ │ │ ├── PostProcessData.cs │ │ │ ├── PostProcessData.cs.meta │ │ │ ├── RenderStateData.cs │ │ │ ├── RenderStateData.cs.meta │ │ │ ├── UniversalRenderPipelineAsset.cs │ │ │ ├── UniversalRenderPipelineAsset.cs.meta │ │ │ ├── UniversalRenderPipelineEditorResources.asset │ │ │ ├── UniversalRenderPipelineEditorResources.asset.meta │ │ │ ├── UniversalRenderPipelineEditorResources.cs │ │ │ └── UniversalRenderPipelineEditorResources.cs.meta │ │ ├── External.meta │ │ ├── External │ │ │ ├── LibTessDotNet.meta │ │ │ └── LibTessDotNet │ │ │ │ ├── Dict.cs │ │ │ │ ├── Dict.cs.meta │ │ │ │ ├── Geom.cs │ │ │ │ ├── Geom.cs.meta │ │ │ │ ├── LICENSE.txt │ │ │ │ ├── LICENSE.txt.meta │ │ │ │ ├── Mesh.cs │ │ │ │ ├── Mesh.cs.meta │ │ │ │ ├── MeshUtils.cs │ │ │ │ ├── MeshUtils.cs.meta │ │ │ │ ├── PriorityHeap.cs │ │ │ │ ├── PriorityHeap.cs.meta │ │ │ │ ├── PriorityQueue.cs │ │ │ │ ├── PriorityQueue.cs.meta │ │ │ │ ├── Sweep.cs │ │ │ │ ├── Sweep.cs.meta │ │ │ │ ├── Tess.cs │ │ │ │ └── Tess.cs.meta │ │ ├── ForwardLights.cs │ │ ├── ForwardLights.cs.meta │ │ ├── ForwardRenderer.cs │ │ ├── ForwardRenderer.cs.meta │ │ ├── ForwardRendererData.cs │ │ ├── ForwardRendererData.cs.meta │ │ ├── Materials.meta │ │ ├── Materials │ │ │ ├── ArnoldStandardSurface.meta │ │ │ ├── ArnoldStandardSurface │ │ │ │ ├── ArnoldStandardSurface.shadergraph │ │ │ │ ├── ArnoldStandardSurface.shadergraph.meta │ │ │ │ ├── ArnoldStandardSurfaceTransparent.shadergraph │ │ │ │ └── ArnoldStandardSurfaceTransparent.shadergraph.meta │ │ │ ├── Lit.mat │ │ │ ├── Lit.mat.meta │ │ │ ├── ParticlesLit.mat │ │ │ ├── ParticlesLit.mat.meta │ │ │ ├── PhysicalMaterial3DsMax.meta │ │ │ ├── PhysicalMaterial3DsMax │ │ │ │ ├── PhysicalMaterial3DsMax.shadergraph │ │ │ │ ├── PhysicalMaterial3DsMax.shadergraph.meta │ │ │ │ ├── PhysicalMaterial3DsMaxTransparent.shadergraph │ │ │ │ └── PhysicalMaterial3DsMaxTransparent.shadergraph.meta │ │ │ ├── SimpleLit.mat │ │ │ ├── SimpleLit.mat.meta │ │ │ ├── Sprite-Lit-Default.mat │ │ │ ├── Sprite-Lit-Default.mat.meta │ │ │ ├── Sprite-Unlit-Default.mat │ │ │ ├── Sprite-Unlit-Default.mat.meta │ │ │ ├── TerrainLit.mat │ │ │ └── TerrainLit.mat.meta │ │ ├── Overrides.meta │ │ ├── Overrides │ │ │ ├── Bloom.cs │ │ │ ├── Bloom.cs.meta │ │ │ ├── ChannelMixer.cs │ │ │ ├── ChannelMixer.cs.meta │ │ │ ├── ChromaticAberration.cs │ │ │ ├── ChromaticAberration.cs.meta │ │ │ ├── ColorAdjustments.cs │ │ │ ├── ColorAdjustments.cs.meta │ │ │ ├── ColorCurves.cs │ │ │ ├── ColorCurves.cs.meta │ │ │ ├── ColorLookup.cs │ │ │ ├── ColorLookup.cs.meta │ │ │ ├── DepthOfField.cs │ │ │ ├── DepthOfField.cs.meta │ │ │ ├── FilmGrain.cs │ │ │ ├── FilmGrain.cs.meta │ │ │ ├── LensDistortion.cs │ │ │ ├── LensDistortion.cs.meta │ │ │ ├── LiftGammaGain.cs │ │ │ ├── LiftGammaGain.cs.meta │ │ │ ├── MotionBlur.cs │ │ │ ├── MotionBlur.cs.meta │ │ │ ├── PaniniProjection.cs │ │ │ ├── PaniniProjection.cs.meta │ │ │ ├── ShadowsMidtonesHighlights.cs │ │ │ ├── ShadowsMidtonesHighlights.cs.meta │ │ │ ├── SplitToning.cs │ │ │ ├── SplitToning.cs.meta │ │ │ ├── Tonemapping.cs │ │ │ ├── Tonemapping.cs.meta │ │ │ ├── Vignette.cs │ │ │ ├── Vignette.cs.meta │ │ │ ├── WhiteBalance.cs │ │ │ └── WhiteBalance.cs.meta │ │ ├── Passes.meta │ │ ├── Passes │ │ │ ├── AdditionalLightsShadowCasterPass.cs │ │ │ ├── AdditionalLightsShadowCasterPass.cs.meta │ │ │ ├── CapturePass.cs │ │ │ ├── CapturePass.cs.meta │ │ │ ├── ColorGradingLutPass.cs │ │ │ ├── ColorGradingLutPass.cs.meta │ │ │ ├── CopyColorPass.cs │ │ │ ├── CopyColorPass.cs.meta │ │ │ ├── CopyDepthPass.cs │ │ │ ├── CopyDepthPass.cs.meta │ │ │ ├── DepthOnlyPass.cs │ │ │ ├── DepthOnlyPass.cs.meta │ │ │ ├── DrawObjectsPass.cs │ │ │ ├── DrawObjectsPass.cs.meta │ │ │ ├── DrawSkyboxPass.cs │ │ │ ├── DrawSkyboxPass.cs.meta │ │ │ ├── FinalBlitPass.cs │ │ │ ├── FinalBlitPass.cs.meta │ │ │ ├── InvokeOnRenderObjectCallbackPass.cs │ │ │ ├── InvokeOnRenderObjectCallbackPass.cs.meta │ │ │ ├── MainLightShadowCasterPass.cs │ │ │ ├── MainLightShadowCasterPass.cs.meta │ │ │ ├── PostProcessPass.cs │ │ │ ├── PostProcessPass.cs.meta │ │ │ ├── PostProcessPassCompat.cs │ │ │ ├── PostProcessPassCompat.cs.meta │ │ │ ├── RenderObjectsPass.cs │ │ │ ├── RenderObjectsPass.cs.meta │ │ │ ├── SceneViewDepthCopy.cs │ │ │ ├── SceneViewDepthCopy.cs.meta │ │ │ ├── ScreenSpaceShadowResolvePass.cs │ │ │ ├── ScreenSpaceShadowResolvePass.cs.meta │ │ │ ├── ScriptableRenderPass.cs │ │ │ ├── ScriptableRenderPass.cs.meta │ │ │ ├── TransparentSettingsPass.cs │ │ │ └── TransparentSettingsPass.cs.meta │ │ ├── PostProcessUtils.cs │ │ ├── PostProcessUtils.cs.meta │ │ ├── RenderTargetHandle.cs │ │ ├── RenderTargetHandle.cs.meta │ │ ├── RendererFeatures.meta │ │ ├── RendererFeatures │ │ │ ├── RenderObjects.cs │ │ │ └── RenderObjects.cs.meta │ │ ├── RenderingUtils.cs │ │ ├── RenderingUtils.cs.meta │ │ ├── SampleCount.cs │ │ ├── SampleCount.cs.meta │ │ ├── SceneViewDrawMode.cs │ │ ├── SceneViewDrawMode.cs.meta │ │ ├── ScriptableRenderer.cs │ │ ├── ScriptableRenderer.cs.meta │ │ ├── ScriptableRendererData.cs │ │ ├── ScriptableRendererData.cs.meta │ │ ├── ScriptableRendererFeature.cs │ │ ├── ScriptableRendererFeature.cs.meta │ │ ├── ShaderData.cs │ │ ├── ShaderData.cs.meta │ │ ├── ShaderUtils.cs │ │ ├── ShaderUtils.cs.meta │ │ ├── ShadowUtils.cs │ │ ├── ShadowUtils.cs.meta │ │ ├── Unity.RenderPipelines.Universal.Runtime.asmdef │ │ ├── Unity.RenderPipelines.Universal.Runtime.asmdef.meta │ │ ├── UniversalAdditionalCameraData.cs │ │ ├── UniversalAdditionalCameraData.cs.meta │ │ ├── UniversalAdditionalLightData.cs │ │ ├── UniversalAdditionalLightData.cs.meta │ │ ├── UniversalRenderPipeline.cs │ │ ├── UniversalRenderPipeline.cs.meta │ │ ├── UniversalRenderPipelineCore.cs │ │ └── UniversalRenderPipelineCore.cs.meta │ ├── ShaderLibrary.meta │ ├── ShaderLibrary │ │ ├── Core.hlsl │ │ ├── Core.hlsl.meta │ │ ├── DeclareDepthTexture.hlsl │ │ ├── DeclareDepthTexture.hlsl.meta │ │ ├── DeclareOpaqueTexture.hlsl │ │ ├── DeclareOpaqueTexture.hlsl.meta │ │ ├── Deprecated.hlsl │ │ ├── Deprecated.hlsl.meta │ │ ├── Input.hlsl │ │ ├── Input.hlsl.meta │ │ ├── Lighting.hlsl │ │ ├── Lighting.hlsl.meta │ │ ├── MetaInput.hlsl │ │ ├── MetaInput.hlsl.meta │ │ ├── Particles.hlsl │ │ ├── Particles.hlsl.meta │ │ ├── ShaderGraphFunctions.hlsl │ │ ├── ShaderGraphFunctions.hlsl.meta │ │ ├── ShaderTypes.cs │ │ ├── ShaderTypes.cs.hlsl │ │ ├── ShaderTypes.cs.hlsl.meta │ │ ├── ShaderTypes.cs.meta │ │ ├── Shadows.hlsl │ │ ├── Shadows.hlsl.meta │ │ ├── SurfaceInput.hlsl │ │ ├── SurfaceInput.hlsl.meta │ │ ├── Unity.RenderPipelines.Universal.ShaderLibrary.asmdef │ │ ├── Unity.RenderPipelines.Universal.ShaderLibrary.asmdef.meta │ │ ├── UnityInput.hlsl │ │ └── UnityInput.hlsl.meta │ ├── Shaders.meta │ ├── Shaders │ │ ├── 2D.meta │ │ ├── 2D │ │ │ ├── Include.meta │ │ │ ├── Include │ │ │ │ ├── CombinedShapeLightShared.hlsl │ │ │ │ ├── CombinedShapeLightShared.hlsl.meta │ │ │ │ ├── LightingUtility.hlsl │ │ │ │ ├── LightingUtility.hlsl.meta │ │ │ │ ├── NormalsRenderingShared.hlsl │ │ │ │ └── NormalsRenderingShared.hlsl.meta │ │ │ ├── Light2D-Point-Volumetric.shader │ │ │ ├── Light2D-Point-Volumetric.shader.meta │ │ │ ├── Light2D-Point.shader │ │ │ ├── Light2D-Point.shader.meta │ │ │ ├── Light2D-Shape-Volumetric.shader │ │ │ ├── Light2D-Shape-Volumetric.shader.meta │ │ │ ├── Light2D-Shape.shader │ │ │ ├── Light2D-Shape.shader.meta │ │ │ ├── Shadow2DRemoveSelf.shader │ │ │ ├── Shadow2DRemoveSelf.shader.meta │ │ │ ├── ShadowGroup2D.shader │ │ │ ├── ShadowGroup2D.shader.meta │ │ │ ├── Sprite-Lit-Default.shader │ │ │ └── Sprite-Lit-Default.shader.meta │ │ ├── Autodesk Interactive.meta │ │ ├── Autodesk Interactive │ │ │ ├── Autodesk Interactive Masked.shadergraph │ │ │ ├── Autodesk Interactive Masked.shadergraph.meta │ │ │ ├── Autodesk Interactive Transparent.shadergraph │ │ │ ├── Autodesk Interactive Transparent.shadergraph.meta │ │ │ ├── Autodesk Interactive.shadergraph │ │ │ └── Autodesk Interactive.shadergraph.meta │ │ ├── BakedLit.shader │ │ ├── BakedLit.shader.meta │ │ ├── BakedLitInput.hlsl │ │ ├── BakedLitInput.hlsl.meta │ │ ├── BakedLitMetaPass.hlsl │ │ ├── BakedLitMetaPass.hlsl.meta │ │ ├── DepthOnlyPass.hlsl │ │ ├── DepthOnlyPass.hlsl.meta │ │ ├── Lit.shader │ │ ├── Lit.shader.meta │ │ ├── LitForwardPass.hlsl │ │ ├── LitForwardPass.hlsl.meta │ │ ├── LitInput.hlsl │ │ ├── LitInput.hlsl.meta │ │ ├── LitMetaPass.hlsl │ │ ├── LitMetaPass.hlsl.meta │ │ ├── Nature.meta │ │ ├── Nature │ │ │ ├── SpeedTree7.shader │ │ │ ├── SpeedTree7.shader.meta │ │ │ ├── SpeedTree7Billboard.shader │ │ │ ├── SpeedTree7Billboard.shader.meta │ │ │ ├── SpeedTree7BillboardInput.hlsl │ │ │ ├── SpeedTree7BillboardInput.hlsl.meta │ │ │ ├── SpeedTree7BillboardPasses.hlsl │ │ │ ├── SpeedTree7BillboardPasses.hlsl.meta │ │ │ ├── SpeedTree7CommonInput.hlsl │ │ │ ├── SpeedTree7CommonInput.hlsl.meta │ │ │ ├── SpeedTree7CommonPasses.hlsl │ │ │ ├── SpeedTree7CommonPasses.hlsl.meta │ │ │ ├── SpeedTree7Input.hlsl │ │ │ ├── SpeedTree7Input.hlsl.meta │ │ │ ├── SpeedTree7Passes.hlsl │ │ │ ├── SpeedTree7Passes.hlsl.meta │ │ │ ├── SpeedTree8.shader │ │ │ ├── SpeedTree8.shader.meta │ │ │ ├── SpeedTree8Input.hlsl │ │ │ ├── SpeedTree8Input.hlsl.meta │ │ │ ├── SpeedTree8Passes.hlsl │ │ │ └── SpeedTree8Passes.hlsl.meta │ │ ├── Particles.meta │ │ ├── Particles │ │ │ ├── ParticlesLit.shader │ │ │ ├── ParticlesLit.shader.meta │ │ │ ├── ParticlesLitForwardPass.hlsl │ │ │ ├── ParticlesLitForwardPass.hlsl.meta │ │ │ ├── ParticlesLitInput.hlsl │ │ │ ├── ParticlesLitInput.hlsl.meta │ │ │ ├── ParticlesSimpleLit.shader │ │ │ ├── ParticlesSimpleLit.shader.meta │ │ │ ├── ParticlesSimpleLitForwardPass.hlsl │ │ │ ├── ParticlesSimpleLitForwardPass.hlsl.meta │ │ │ ├── ParticlesSimpleLitInput.hlsl │ │ │ ├── ParticlesSimpleLitInput.hlsl.meta │ │ │ ├── ParticlesUnlit.shader │ │ │ ├── ParticlesUnlit.shader.meta │ │ │ ├── ParticlesUnlitForwardPass.hlsl │ │ │ ├── ParticlesUnlitForwardPass.hlsl.meta │ │ │ ├── ParticlesUnlitInput.hlsl │ │ │ └── ParticlesUnlitInput.hlsl.meta │ │ ├── PostProcessing.meta │ │ ├── PostProcessing │ │ │ ├── Bloom.shader │ │ │ ├── Bloom.shader.meta │ │ │ ├── BokehDepthOfField.shader │ │ │ ├── BokehDepthOfField.shader.meta │ │ │ ├── CameraMotionBlur.shader │ │ │ ├── CameraMotionBlur.shader.meta │ │ │ ├── Common.hlsl │ │ │ ├── Common.hlsl.meta │ │ │ ├── FinalPost.shader │ │ │ ├── FinalPost.shader.meta │ │ │ ├── GaussianDepthOfField.shader │ │ │ ├── GaussianDepthOfField.shader.meta │ │ │ ├── LutBuilderHdr.shader │ │ │ ├── LutBuilderHdr.shader.meta │ │ │ ├── LutBuilderLdr.shader │ │ │ ├── LutBuilderLdr.shader.meta │ │ │ ├── PaniniProjection.shader │ │ │ ├── PaniniProjection.shader.meta │ │ │ ├── StopNaN.shader │ │ │ ├── StopNaN.shader.meta │ │ │ ├── SubpixelMorphologicalAntialiasing.hlsl │ │ │ ├── SubpixelMorphologicalAntialiasing.hlsl.meta │ │ │ ├── SubpixelMorphologicalAntialiasing.shader │ │ │ ├── SubpixelMorphologicalAntialiasing.shader.meta │ │ │ ├── SubpixelMorphologicalAntialiasingBridge.hlsl │ │ │ ├── SubpixelMorphologicalAntialiasingBridge.hlsl.meta │ │ │ ├── UberPost.shader │ │ │ └── UberPost.shader.meta │ │ ├── Shaders.cs │ │ ├── Shaders.cs.meta │ │ ├── ShadowCasterPass.hlsl │ │ ├── ShadowCasterPass.hlsl.meta │ │ ├── SimpleLit.shader │ │ ├── SimpleLit.shader.meta │ │ ├── SimpleLitForwardPass.hlsl │ │ ├── SimpleLitForwardPass.hlsl.meta │ │ ├── SimpleLitInput.hlsl │ │ ├── SimpleLitInput.hlsl.meta │ │ ├── SimpleLitMetaPass.hlsl │ │ ├── SimpleLitMetaPass.hlsl.meta │ │ ├── Terrain.meta │ │ ├── Terrain │ │ │ ├── TerrainDetailLit.shader │ │ │ ├── TerrainDetailLit.shader.meta │ │ │ ├── TerrainLit.shader │ │ │ ├── TerrainLit.shader.meta │ │ │ ├── TerrainLitAdd.shader │ │ │ ├── TerrainLitAdd.shader.meta │ │ │ ├── TerrainLitBase.shader │ │ │ ├── TerrainLitBase.shader.meta │ │ │ ├── TerrainLitBasemapGen.shader │ │ │ ├── TerrainLitBasemapGen.shader.meta │ │ │ ├── TerrainLitInput.hlsl │ │ │ ├── TerrainLitInput.hlsl.meta │ │ │ ├── TerrainLitMetaPass.hlsl │ │ │ ├── TerrainLitMetaPass.hlsl.meta │ │ │ ├── TerrainLitPasses.hlsl │ │ │ ├── TerrainLitPasses.hlsl.meta │ │ │ ├── WavingGrass.shader │ │ │ ├── WavingGrass.shader.meta │ │ │ ├── WavingGrassBillboard.shader │ │ │ ├── WavingGrassBillboard.shader.meta │ │ │ ├── WavingGrassInput.hlsl │ │ │ ├── WavingGrassInput.hlsl.meta │ │ │ ├── WavingGrassPasses.hlsl │ │ │ └── WavingGrassPasses.hlsl.meta │ │ ├── Unity.RenderPipelines.Universal.Shaders.asmdef │ │ ├── Unity.RenderPipelines.Universal.Shaders.asmdef.meta │ │ ├── Unlit.shader │ │ ├── Unlit.shader.meta │ │ ├── UnlitInput.hlsl │ │ ├── UnlitInput.hlsl.meta │ │ ├── UnlitMetaPass.hlsl │ │ ├── UnlitMetaPass.hlsl.meta │ │ ├── Utils.meta │ │ └── Utils │ │ │ ├── Blit.shader │ │ │ ├── Blit.shader.meta │ │ │ ├── CopyDepth.shader │ │ │ ├── CopyDepth.shader.meta │ │ │ ├── CopyDepthPass.hlsl │ │ │ ├── CopyDepthPass.hlsl.meta │ │ │ ├── FallbackError.shader │ │ │ ├── FallbackError.shader.meta │ │ │ ├── Sampling.shader │ │ │ ├── Sampling.shader.meta │ │ │ ├── ScreenSpaceShadows.shader │ │ │ ├── ScreenSpaceShadows.shader.meta │ │ │ ├── Universal2D.hlsl │ │ │ └── Universal2D.hlsl.meta │ ├── Tests.meta │ ├── Tests │ │ ├── .tests.json │ │ ├── Editor.meta │ │ ├── Editor │ │ │ ├── EditorTests.cs │ │ │ ├── EditorTests.cs.meta │ │ │ ├── Unity.RenderPipelines.Universal.Editor.Tests.asmdef │ │ │ └── Unity.RenderPipelines.Universal.Editor.Tests.asmdef.meta │ │ ├── Runtime.meta │ │ └── Runtime │ │ │ ├── Light2DTests.cs │ │ │ ├── Light2DTests.cs.meta │ │ │ ├── PixelPerfectCameraTests.cs │ │ │ ├── PixelPerfectCameraTests.cs.meta │ │ │ ├── RuntimeTests.cs │ │ │ ├── RuntimeTests.cs.meta │ │ │ ├── Unity.RenderPipelines.Universal.Runtime.Tests.asmdef │ │ │ └── Unity.RenderPipelines.Universal.Runtime.Tests.asmdef.meta │ ├── Textures.meta │ ├── Textures │ │ ├── BlueNoise16.meta │ │ ├── BlueNoise16 │ │ │ ├── L.meta │ │ │ └── L │ │ │ │ ├── LDR_LLL1_0.png │ │ │ │ ├── LDR_LLL1_0.png.meta │ │ │ │ ├── LDR_LLL1_1.png │ │ │ │ ├── LDR_LLL1_1.png.meta │ │ │ │ ├── LDR_LLL1_10.png │ │ │ │ ├── LDR_LLL1_10.png.meta │ │ │ │ ├── LDR_LLL1_11.png │ │ │ │ ├── LDR_LLL1_11.png.meta │ │ │ │ ├── LDR_LLL1_12.png │ │ │ │ ├── LDR_LLL1_12.png.meta │ │ │ │ ├── LDR_LLL1_13.png │ │ │ │ ├── LDR_LLL1_13.png.meta │ │ │ │ ├── LDR_LLL1_14.png │ │ │ │ ├── LDR_LLL1_14.png.meta │ │ │ │ ├── LDR_LLL1_15.png │ │ │ │ ├── LDR_LLL1_15.png.meta │ │ │ │ ├── LDR_LLL1_16.png │ │ │ │ ├── LDR_LLL1_16.png.meta │ │ │ │ ├── LDR_LLL1_17.png │ │ │ │ ├── LDR_LLL1_17.png.meta │ │ │ │ ├── LDR_LLL1_18.png │ │ │ │ ├── LDR_LLL1_18.png.meta │ │ │ │ ├── LDR_LLL1_19.png │ │ │ │ ├── LDR_LLL1_19.png.meta │ │ │ │ ├── LDR_LLL1_2.png │ │ │ │ ├── LDR_LLL1_2.png.meta │ │ │ │ ├── LDR_LLL1_20.png │ │ │ │ ├── LDR_LLL1_20.png.meta │ │ │ │ ├── LDR_LLL1_21.png │ │ │ │ ├── LDR_LLL1_21.png.meta │ │ │ │ ├── LDR_LLL1_22.png │ │ │ │ ├── LDR_LLL1_22.png.meta │ │ │ │ ├── LDR_LLL1_23.png │ │ │ │ ├── LDR_LLL1_23.png.meta │ │ │ │ ├── LDR_LLL1_24.png │ │ │ │ ├── LDR_LLL1_24.png.meta │ │ │ │ ├── LDR_LLL1_25.png │ │ │ │ ├── LDR_LLL1_25.png.meta │ │ │ │ ├── LDR_LLL1_26.png │ │ │ │ ├── LDR_LLL1_26.png.meta │ │ │ │ ├── LDR_LLL1_27.png │ │ │ │ ├── LDR_LLL1_27.png.meta │ │ │ │ ├── LDR_LLL1_28.png │ │ │ │ ├── LDR_LLL1_28.png.meta │ │ │ │ ├── LDR_LLL1_29.png │ │ │ │ ├── LDR_LLL1_29.png.meta │ │ │ │ ├── LDR_LLL1_3.png │ │ │ │ ├── LDR_LLL1_3.png.meta │ │ │ │ ├── LDR_LLL1_30.png │ │ │ │ ├── LDR_LLL1_30.png.meta │ │ │ │ ├── LDR_LLL1_31.png │ │ │ │ ├── LDR_LLL1_31.png.meta │ │ │ │ ├── LDR_LLL1_4.png │ │ │ │ ├── LDR_LLL1_4.png.meta │ │ │ │ ├── LDR_LLL1_5.png │ │ │ │ ├── LDR_LLL1_5.png.meta │ │ │ │ ├── LDR_LLL1_6.png │ │ │ │ ├── LDR_LLL1_6.png.meta │ │ │ │ ├── LDR_LLL1_7.png │ │ │ │ ├── LDR_LLL1_7.png.meta │ │ │ │ ├── LDR_LLL1_8.png │ │ │ │ ├── LDR_LLL1_8.png.meta │ │ │ │ ├── LDR_LLL1_9.png │ │ │ │ └── LDR_LLL1_9.png.meta │ │ ├── FilmGrain.meta │ │ ├── FilmGrain │ │ │ ├── Large01.png │ │ │ ├── Large01.png.meta │ │ │ ├── Large02.png │ │ │ ├── Large02.png.meta │ │ │ ├── Medium01.png │ │ │ ├── Medium01.png.meta │ │ │ ├── Medium02.png │ │ │ ├── Medium02.png.meta │ │ │ ├── Medium03.png │ │ │ ├── Medium03.png.meta │ │ │ ├── Medium04.png │ │ │ ├── Medium04.png.meta │ │ │ ├── Medium05.png │ │ │ ├── Medium05.png.meta │ │ │ ├── Medium06.png │ │ │ ├── Medium06.png.meta │ │ │ ├── Thin01.png │ │ │ ├── Thin01.png.meta │ │ │ ├── Thin02.png │ │ │ └── Thin02.png.meta │ │ ├── SMAA.meta │ │ └── SMAA │ │ │ ├── AreaTex.tga │ │ │ ├── AreaTex.tga.meta │ │ │ ├── SearchTex.tga │ │ │ └── SearchTex.tga.meta │ ├── package.json │ └── package.json.meta └── manifest.json ├── ProjectSettings ├── AudioManager.asset ├── ClusterInputManager.asset ├── DynamicsManager.asset ├── EditorBuildSettings.asset ├── EditorSettings.asset ├── GraphicsSettings.asset ├── InputManager.asset ├── NavMeshAreas.asset ├── NetworkManager.asset ├── Physics2DSettings.asset ├── PresetManager.asset ├── ProjectSettings.asset ├── ProjectVersion.txt ├── QualitySettings.asset ├── TagManager.asset ├── TimeManager.asset ├── UnityConnectSettings.asset ├── VFXManager.asset └── XRSettings.asset └── README.md /.gitattributes: -------------------------------------------------------------------------------- 1 | # Auto detect text files and perform LF normalization 2 | * text=auto 3 | -------------------------------------------------------------------------------- /Assets/AddressableAssetsData.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 169f2c2c42e6d394bb2dabcf42484f3b 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/AddressableAssetsData/AddressableAssetSettings.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b33f139beef53f246a8e08515b287bdf 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/AddressableAssetsData/Android.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b8aab3cf09f9a334e99e5e376e2155c1 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/AddressableAssetsData/AssetGroupTemplates.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9ef7a332f464a4f40a0d26d4533c4a0e 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/AddressableAssetsData/AssetGroups.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 519f09376661d8242b4cafbdfc3a7b31 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/AddressableAssetsData/AssetGroups/Built In Data.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 28e7b323aaca5424283aeb15f3b1e992 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/AddressableAssetsData/AssetGroups/Packed Assets.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4937e8a4b6b80f547a944f63e4dbc382 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/AddressableAssetsData/AssetGroups/Schemas.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1ad1309a0084e28479a78185d28f8ee5 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/AddressableAssetsData/DataBuilders.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d9fb92175d5b34848a81f02296029437 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/AddressableAssetsData/DefaultObject.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f88e48f94c3a9bd4cbd7c349946af60d 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/AddressableAssetsData/Windows.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d4d27554903b4c74a8a8c84050bf8779 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/AddressableAssetsData/Windows/addressables_content_state.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Assets/AddressableAssetsData/Windows/addressables_content_state.bin -------------------------------------------------------------------------------- /Assets/AddressableAssetsData/Windows/addressables_content_state.bin.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c038594ad3230a54aacff7235d88597f 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8ba56999aba0d0749a94859009fbc5a8 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Editor/SpineSettings.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 64d8a3ca9cab3c44dba52d38997449ec 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Plugins.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7bfd86158891f5a468d3571d81922d06 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/QuickSheet.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 61e23f7de6db87d489968e0672655c0e 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/QuickSheet/Doc.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2316e22f5fdc1db4f8e2dbcaf3b2c035 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/QuickSheet/Doc/Unity-Quicksheet.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Assets/QuickSheet/Doc/Unity-Quicksheet.pdf -------------------------------------------------------------------------------- /Assets/QuickSheet/Doc/Unity-Quicksheet.pdf.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5e0586483ff811148825cfc35ac00e5d 3 | timeCreated: 1486463499 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/QuickSheet/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0a19c9b2a0f836c4fb795a958998b9d8 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/QuickSheet/Editor/BaseMachine.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a01705deb29facb459d44306e444e9d6 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/QuickSheet/Editor/BaseMachineEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 77e83da85ee340940941e84788d93b69 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/QuickSheet/Editor/CustomAssetUtility.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 197163b50bd708a45b2fe8b77572299f 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/QuickSheet/Editor/GUIHelper.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 504b93fdbd135884eb5d87a4bb9d2e8d 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/QuickSheet/Editor/Resources.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8ae03436deb51cd4a8cf8d9015b1867f 3 | folderAsset: yes 4 | timeCreated: 1461753589 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/QuickSheet/Editor/Resources/brown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Assets/QuickSheet/Editor/Resources/brown.png -------------------------------------------------------------------------------- /Assets/QuickSheet/Editor/Resources/lightSkinBox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Assets/QuickSheet/Editor/Resources/lightSkinBox.png -------------------------------------------------------------------------------- /Assets/QuickSheet/Editor/ScriptGenerator.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: af81f81b72fcdac4c9222b6b17ace885 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/QuickSheet/Editor/ScriptPrescription.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0965d21528a71644bb3c64733ed85178 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/QuickSheet/Editor/Util.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e4853d62200d7ef43b86980de2483fd6 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/QuickSheet/Editor/Util/Cloner.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cf03ee2896b6c4405928daa0c5fe4556 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/QuickSheet/Editor/Util/CsvParser.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fe76fe0a168db43adb5c342733fa1745 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/QuickSheet/Editor/Util/Singleton.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 886ee090c5c5c4bf5b130c266f849a84 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/QuickSheet/Example.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fe271c66ff4064940b0b78b8e25d8c39 3 | folderAsset: yes 4 | timeCreated: 1512854213 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/QuickSheet/Example/Data.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: be828f35e46f2fa42985f419c7c93dc4 3 | folderAsset: yes 4 | timeCreated: 1512854229 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/QuickSheet/Example/Data/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 843b56f361f99c441a791cdfd12b6865 3 | folderAsset: yes 4 | timeCreated: 1512854239 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/QuickSheet/Example/Data/Runtime.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7e20f13eb513fb649b7f75ec25f20c60 3 | folderAsset: yes 4 | timeCreated: 1512854245 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/QuickSheet/Example/Difficulty.cs: -------------------------------------------------------------------------------- 1 | public enum Difficulty 2 | { 3 | Easy, 4 | Medium, 5 | Hard 6 | } 7 | -------------------------------------------------------------------------------- /Assets/QuickSheet/Example/Excel.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 409a0f119fa96764c9fa8ff364a181ca 3 | folderAsset: yes 4 | timeCreated: 1512854221 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/QuickSheet/Example/Excel/Example.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Assets/QuickSheet/Example/Excel/Example.xlsx -------------------------------------------------------------------------------- /Assets/QuickSheet/Example/Excel/Example.xlsx.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5f6eae8b7d6c62d4da61af7a8e8f1f58 3 | timeCreated: 1508690747 4 | licenseType: Free 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/QuickSheet/ExcelPlugin.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2fe98f308b38e6741be720eef4d4a3f1 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/QuickSheet/ExcelPlugin/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1eb608d418127cc48a0f4573d1c2c5d8 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/QuickSheet/ExcelPlugin/Editor/BaseExcelEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: dd215185f1b0ad8459b0b4fcc56bc2e6 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/QuickSheet/ExcelPlugin/Editor/Excel Settings.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f37cda8add312d644bf1272f72d0ad61 3 | timeCreated: 1500383140 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/QuickSheet/ExcelPlugin/Editor/ExcelMachine.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 80e14a72067f1ad408ec8d661bc560ce 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/QuickSheet/ExcelPlugin/Editor/ExcelMachineEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c724df26e0fe9ef48bb1422df293a448 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/QuickSheet/ExcelPlugin/Editor/ExcelQuery.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6af18c516040aad44babf30651b99b4f 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/QuickSheet/ExcelPlugin/Editor/ExcelSettings.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a7f75662a54ccdd4fac555acce15d166 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/QuickSheet/ExcelPlugin/Editor/ExcelSettingsEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d88c27acbf4b93c4c8930fb3f35fbe9a 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/QuickSheet/ExcelPlugin/Editor/Library.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 043dc3bacaef34f44b32f31d5737bc44 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/QuickSheet/ExcelPlugin/Editor/Library/ICSharpCode.SharpZipLib.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Assets/QuickSheet/ExcelPlugin/Editor/Library/ICSharpCode.SharpZipLib.dll -------------------------------------------------------------------------------- /Assets/QuickSheet/ExcelPlugin/Editor/Library/NPOI.2.1.1.txt: -------------------------------------------------------------------------------- 1 | 2 | NPOI 2.1.1 can be downloaded from: 3 | https://npoi.codeplex.com/releases 4 | -------------------------------------------------------------------------------- /Assets/QuickSheet/ExcelPlugin/Editor/Library/NPOI.2.1.1.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ba8a3ef3ac56408498ad3100fe023dac 3 | TextScriptImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/QuickSheet/ExcelPlugin/Editor/Library/NPOI.OOXML.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Assets/QuickSheet/ExcelPlugin/Editor/Library/NPOI.OOXML.dll -------------------------------------------------------------------------------- /Assets/QuickSheet/ExcelPlugin/Editor/Library/NPOI.OpenXml4Net.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Assets/QuickSheet/ExcelPlugin/Editor/Library/NPOI.OpenXml4Net.dll -------------------------------------------------------------------------------- /Assets/QuickSheet/ExcelPlugin/Editor/Library/NPOI.OpenXmlFormats.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Assets/QuickSheet/ExcelPlugin/Editor/Library/NPOI.OpenXmlFormats.dll -------------------------------------------------------------------------------- /Assets/QuickSheet/ExcelPlugin/Editor/Library/NPOI.XML.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 373b304eeee999f4da60927a3fdd4412 3 | timeCreated: 1471838694 4 | licenseType: Pro 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/QuickSheet/ExcelPlugin/Editor/Library/NPOI.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Assets/QuickSheet/ExcelPlugin/Editor/Library/NPOI.dll -------------------------------------------------------------------------------- /Assets/QuickSheet/ExcelPlugin/Editor/Library/Release Notes.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4f4ada1ca630e4d44a3e22f1f76d6fb8 3 | timeCreated: 1471841227 4 | licenseType: Pro 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/QuickSheet/ExcelPlugin/Templates.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: afb1f0a2da9be7c4abaaa51fae9c5a01 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/QuickSheet/ExcelPlugin/Templates/DataClass.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: be8b7e4e044e09546b0ac782828fdff7 3 | TextScriptImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/QuickSheet/ExcelPlugin/Templates/PostProcessor.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 27c6dd4a148ab7441ac733fcdb71f072 3 | TextScriptImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/QuickSheet/ExcelPlugin/Templates/ScriptableObjectClass.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9ab22a6a786af6949b92b3b8b7cc3272 3 | TextScriptImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/QuickSheet/ExcelPlugin/Templates/ScriptableObjectEditorClass.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c19da9ea30a40f44193d094106cfa028 3 | TextScriptImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/QuickSheet/GDataPlugin.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fb1ad8bb60899ff4291e33ba664f772b 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/QuickSheet/GDataPlugin/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 678670a4c37ec654086812049cab4f15 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/QuickSheet/GDataPlugin/Editor/BaseGoogleEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7c777716001d4344fb8f86ecb4a409f9 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/QuickSheet/GDataPlugin/Editor/GDataDB.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 492f8b7e773bb0e4c8e92cc6247864b8 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/QuickSheet/GDataPlugin/Editor/GDataDB/GDataDB.Linq.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1a3c4afa7ccf34c489fa94b4fb6713ac 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/QuickSheet/GDataPlugin/Editor/GDataDB/GDataDB.Linq/Impl.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 36477663dcce48f4bbc69b6c7eb228a9 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/QuickSheet/GDataPlugin/Editor/GDataDB/GDataDB.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d0faf12c4105ada44bbb854b75c4afa8 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/QuickSheet/GDataPlugin/Editor/GDataDB/GDataDB/IDatabase.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7a666a0cde53c4e49b5df865586f2f75 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/QuickSheet/GDataPlugin/Editor/GDataDB/GDataDB/IRow.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 88a0a06988212364da870d1629b3de9b 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/QuickSheet/GDataPlugin/Editor/GDataDB/GDataDB/ITable.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9c4a7baabfc25a745b6826021c792a3d 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/QuickSheet/GDataPlugin/Editor/GDataDB/GDataDB/Impl.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5799f7b88a0f60b459c4af1c9d9ebbea 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/QuickSheet/GDataPlugin/Editor/GDataDB/GDataDB/Impl/Row.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 780b2fc9689edea4892694374d93050a 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/QuickSheet/GDataPlugin/Editor/GDataDB/GDataDB/Impl/Table.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f2522631e6bd02b4b83ab5914028e304 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/QuickSheet/GDataPlugin/Editor/GDataDB/GDataDB/Order.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2ec4df538115e8f49ada7fb240b9c7f6 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/QuickSheet/GDataPlugin/Editor/GDataDB/GDataDB/Query.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f3ff00530572803448edb27e6eca581a 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/QuickSheet/GDataPlugin/Editor/GDataDB/README.md.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2de6057f0cebe18449d1a9be8826e298 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/QuickSheet/GDataPlugin/Editor/GDataDB/license.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fb0682fb21149484eb8f1f5456809119 3 | TextScriptImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/QuickSheet/GDataPlugin/Editor/Google Data Settings.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: de069546a9e7f3340afcaabb8a149e47 3 | timeCreated: 1500383124 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/QuickSheet/GDataPlugin/Editor/Google.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8fe61dc56dc04f44a9b5a28fa7eaa9db 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/QuickSheet/GDataPlugin/Editor/Google/Google.GData.AccessControl.DLL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Assets/QuickSheet/GDataPlugin/Editor/Google/Google.GData.AccessControl.DLL -------------------------------------------------------------------------------- /Assets/QuickSheet/GDataPlugin/Editor/Google/Google.GData.Client.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Assets/QuickSheet/GDataPlugin/Editor/Google/Google.GData.Client.dll -------------------------------------------------------------------------------- /Assets/QuickSheet/GDataPlugin/Editor/Google/Google.GData.Documents.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Assets/QuickSheet/GDataPlugin/Editor/Google/Google.GData.Documents.dll -------------------------------------------------------------------------------- /Assets/QuickSheet/GDataPlugin/Editor/Google/Google.GData.Extensions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Assets/QuickSheet/GDataPlugin/Editor/Google/Google.GData.Extensions.dll -------------------------------------------------------------------------------- /Assets/QuickSheet/GDataPlugin/Editor/Google/Google.GData.Spreadsheets.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Assets/QuickSheet/GDataPlugin/Editor/Google/Google.GData.Spreadsheets.dll -------------------------------------------------------------------------------- /Assets/QuickSheet/GDataPlugin/Editor/Google/Google.GData.license.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3432ee42bd3114816a9951cd7feb1fa4 3 | timeCreated: 1427705185 4 | licenseType: Free 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/QuickSheet/GDataPlugin/Editor/Google/Newtonsoft.Json.xml.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 69b9ce4284a8148a5bb45ccbcb0bc6e9 3 | timeCreated: 1432906003 4 | licenseType: Free 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/QuickSheet/GDataPlugin/Editor/Google/license.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: adedb1851d5204f3bacaf36547c7ff72 3 | timeCreated: 1427705185 4 | licenseType: Free 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/QuickSheet/GDataPlugin/Editor/GoogleDataSettings.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: dbcda13c00cae4f4087d84a149a1c70b 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/QuickSheet/GDataPlugin/Editor/GoogleDataSettingsEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4161ed9b16570b64f8a03904fffde3ac 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/QuickSheet/GDataPlugin/Editor/GoogleMachine.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bdb4931813a361148a6651be452ff88e 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/QuickSheet/GDataPlugin/Editor/GoogleMachineEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 838c44f91b255e2409df38f7e8c42d7c 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/QuickSheet/GDataPlugin/Templates.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: da001fbab56f2de47a6db0c42a368162 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/QuickSheet/GDataPlugin/Templates/AssetFileClass.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f3ff468c579567b4fa0e89df791a23c7 3 | TextScriptImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/QuickSheet/GDataPlugin/Templates/DataClass.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9ea35372ef24973468c73a9fc4fcfb30 3 | TextScriptImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/QuickSheet/GDataPlugin/Templates/ScriptableObjectClass.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: dd64167c27777cb428ae1d7a19decfec 3 | TextScriptImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/QuickSheet/GDataPlugin/Templates/ScriptableObjectEditorClass.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7a4639051ed66664e8726864d2e0df95 3 | TextScriptImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/QuickSheet/Runtime.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f90a9d68d0a5bde43b81350c3580939d 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/QuickSheet/Runtime/ExposePropertyAttribute.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | using System; 3 | using System.Collections; 4 | 5 | [AttributeUsage( AttributeTargets.Property )] 6 | public class ExposePropertyAttribute : Attribute 7 | { 8 | 9 | } -------------------------------------------------------------------------------- /Assets/QuickSheet/Runtime/ExposePropertyAttribute.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 97ffbbf694304df4187920e468596214 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/QuickSheet/Runtime/Util.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3f0a156a630ab434889769751205b7f3 3 | folderAsset: yes 4 | timeCreated: 1487836845 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Res.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1bf5db591546a9c498c1d70c8dac8880 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Res/Animations.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1892f5528bcbe9f4eb1ffc2e6eeda018 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Res/Animations/data.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 82589f0a45f6d4745a699e8cc7595a4b 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Res/Animations/data/Hero.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3f64276c2e841434c8d933e4d81e2651 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Res/Animations/data/Hero/attack.bytes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Assets/Res/Animations/data/Hero/attack.bytes -------------------------------------------------------------------------------- /Assets/Res/Animations/data/Hero/attack.bytes.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cef34ec873dd97241a681c3876a30d72 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Res/Animations/pic.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6807b03e5dc15f34687868666e1a12c4 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Res/Animations/pic/Hero.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0027dc69e1fe2b94daa1c002fced4883 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Res/Animations/pic/Hero/attack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Assets/Res/Animations/pic/Hero/attack.png -------------------------------------------------------------------------------- /Assets/Res/Configs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 38de630106591c54bb7b3e21c98d863f 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Res/Configs/TestData.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8dfc3f5ce824c4c45bffabbc9b493fb7 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Res/Configs/UIDataMain.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 70d386b28c789ad418ed00812a107512 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Res/Excel.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5c7c7e1d03ed9ec4bb06394514218cb6 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Res/Excel/ExcelSettings.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5ee33c3798bfaf447998789ac7d431ad 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Res/Excel/ImportSetting.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fe087cc6652a3ca40b506d2272da833e 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Res/Excel/New Import Setting.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fa030ee863c380145a57f1d25566fea7 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Res/Excel/Sheet1.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 159e0096da65f1341afab129eb11525c 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Res/Excel/Sheet2.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c2a6eac7b4d1e0f4aae2a1349e07fbd4 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Res/Excel/TestData.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Assets/Res/Excel/TestData.xlsx -------------------------------------------------------------------------------- /Assets/Res/Excel/TestData.xlsx.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e702e76333710ae4f94c50ad5f9250a1 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Res/ExcelAssets.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 11f4966c96b54024daae077a6241447b 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Res/ExcelAssets/Sheet1.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f97e70039c6e99d4da307e56795d0c3e 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Res/ExcelAssets/Sheet2.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: dbb852ff2df6dac4b9723472861e04d6 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Res/Fonts.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 363385d5ded0f3a438f6b6da28854144 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Res/Fonts/FZYTK.TTF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Assets/Res/Fonts/FZYTK.TTF -------------------------------------------------------------------------------- /Assets/Res/Fonts/SIMYOU.TTF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Assets/Res/Fonts/SIMYOU.TTF -------------------------------------------------------------------------------- /Assets/Res/Light.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4df097f8c7a332f4ca6979daad021bdd 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Res/Light/2D Renderer Data.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: df989d7a88b61424ea9d8f6dec71e91c 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Res/Light/LWRPAsset.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 77dab51d1542a334fa56dea0b6a57f39 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Res/Light/LWRPAsset_Renderer.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 06e50b1d388c1e8499c46b01a83a8655 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Res/Materials.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5bfff6a00bf2c21448fb4bf48238b3fc 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Res/Materials/PurpleMaterial.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e5a5e04f543c5774d9d8dfe854f9e27a 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Res/Materials/TestMaterial.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 623c2466c2d385748b24cb126858e72e 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Res/Prefabs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: abfcdf59fd4d79e44bb9cd28d546897e 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Res/Prefabs/Game.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6595b2505bc2823459802b327da3d646 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Res/Prefabs/Game/TestGameScene.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4d9fc64b46e920a42bfd1ff462f93d74 3 | PrefabImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Res/Prefabs/UI.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1abf5c2aee12fe54b88ccd75ddd7f838 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Res/Prefabs/UI/GameUI.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 627cf6d8a96024648934fd71edc69648 3 | PrefabImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Res/Prefabs/UI/GuestBookText.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3c5cae2263a39ed4ea149306dfb9c622 3 | PrefabImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Res/Prefabs/UI/GuestBookUI.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9d4c6b66f57a5014db9c3c0376bac94a 3 | PrefabImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Res/Prefabs/UI/LoadingUI.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3588f64f1bc7744468938c4287f78dc5 3 | PrefabImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Res/Prefabs/UI/MainUI.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 12acc04c3f6510f429b3a89d36a25f1c 3 | PrefabImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Res/Prefabs/UI/UI.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8c5bdab3c2dce1e4eadd9215e6b82450 3 | PrefabImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Res/Shaders.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 06a84f0bb28a5f349b46d891fa7b655e 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Res/Shaders/2DLightGrayMaterial.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c0c148ae0b23d354d82a95b44d1eabaf 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Res/Shaders/Unlit_Gray.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: afa23e2f92c740345835ae036fafdb7c 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Res/Textures.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 10c9a50a341811841b3a5af6a89766c7 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Res/Textures/123.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Assets/Res/Textures/123.jpg -------------------------------------------------------------------------------- /Assets/Res/Textures/UI.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 23f361ea2923b4c4791857026736949a 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Res/Textures/UI/Game.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9428e4f05bf245e42a18660a6a830375 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Res/Textures/UI/Game/GameBG_01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Assets/Res/Textures/UI/Game/GameBG_01.jpg -------------------------------------------------------------------------------- /Assets/Res/Textures/UI/Game/GameBG_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Assets/Res/Textures/UI/Game/GameBG_02.png -------------------------------------------------------------------------------- /Assets/Res/Textures/UI/Game/GamePause.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Assets/Res/Textures/UI/Game/GamePause.png -------------------------------------------------------------------------------- /Assets/Res/Textures/UI/Game/GamePlay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Assets/Res/Textures/UI/Game/GamePlay.png -------------------------------------------------------------------------------- /Assets/Res/Textures/UI/Game/Joystick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Assets/Res/Textures/UI/Game/Joystick.png -------------------------------------------------------------------------------- /Assets/Res/Textures/UI/Game/TestRenderTexture.renderTexture.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bd9ef3bed82554241ae098e3b53e46c0 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Res/Textures/UI/GuestBook.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 534b85f6e5650dc4b8a5052a41680218 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Res/Textures/UI/GuestBook/Box.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Assets/Res/Textures/UI/GuestBook/Box.png -------------------------------------------------------------------------------- /Assets/Res/Textures/UI/GuestBook/TickIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Assets/Res/Textures/UI/GuestBook/TickIcon.png -------------------------------------------------------------------------------- /Assets/Res/Textures/UI/GuestBook/game_background_3. 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Assets/Res/Textures/UI/GuestBook/game_background_3. 2.png -------------------------------------------------------------------------------- /Assets/Res/Textures/UI/GuestBook/textbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Assets/Res/Textures/UI/GuestBook/textbox.png -------------------------------------------------------------------------------- /Assets/Res/Textures/UI/Main.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e901e662af6de49429baa3f7dd4cb555 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Res/Textures/UI/Main/MainBG.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Assets/Res/Textures/UI/Main/MainBG.jpg -------------------------------------------------------------------------------- /Assets/Res/Textures/UI/Main/MainBall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Assets/Res/Textures/UI/Main/MainBall.png -------------------------------------------------------------------------------- /Assets/Res/Textures/UI/Main/MainButton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Assets/Res/Textures/UI/Main/MainButton.png -------------------------------------------------------------------------------- /Assets/Res/Textures/UI/Main/MainLightBlue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Assets/Res/Textures/UI/Main/MainLightBlue.png -------------------------------------------------------------------------------- /Assets/Res/Textures/UI/Main/MainLightGreen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Assets/Res/Textures/UI/Main/MainLightGreen.png -------------------------------------------------------------------------------- /Assets/Res/Textures/UI/Main/MainLightPink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Assets/Res/Textures/UI/Main/MainLightPink.png -------------------------------------------------------------------------------- /Assets/Res/Textures/UI/Main/MainSetting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Assets/Res/Textures/UI/Main/MainSetting.png -------------------------------------------------------------------------------- /Assets/Res/Textures/UI/Main/MainStar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Assets/Res/Textures/UI/Main/MainStar.png -------------------------------------------------------------------------------- /Assets/Res/Textures/UI/Main/MainTitle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Assets/Res/Textures/UI/Main/MainTitle.png -------------------------------------------------------------------------------- /Assets/Res/Textures/UI/Main/MainTitleBG.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Assets/Res/Textures/UI/Main/MainTitleBG.png -------------------------------------------------------------------------------- /Assets/Res/Textures/UI/Main/circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Assets/Res/Textures/UI/Main/circle.png -------------------------------------------------------------------------------- /Assets/Resources.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 302f800e9ea08b14f9f5412ecc369a9a 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Resources/DOTweenSettings.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a2402c0f417a71641848905aa03b88e7 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Scenes.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b260b4b7b586bb340abb08127f5eaa3a 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Scenes/LoveStartScene.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 55c7efb9d32156f4b8a20974951b8140 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Scenes/TestScene.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 72013c81730db7441994987da024b112 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Scripts.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c51b59ab1dd5423468479be774a0e3c7 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Scripts/CSharp.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 94f72a5a34fd11841975eb1483c3ed76 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Scripts/CSharp/Game.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fc2a7468bfe640740976e3d85c3e36db 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Scripts/CSharp/GameData.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 773e9ba1acb850d41a84d2a109c7f35f 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Scripts/CSharp/GameData/TestData.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 063d9e93db4eb49478e572a9cb330f5e 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Scripts/CSharp/GameData/UIData.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 23c2951c7d9aa024b860f3076c360b48 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Scripts/CSharp/GameEngine.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c5fe3e900f779714c95d425407403515 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Scripts/CSharp/GameEngine/Anim.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ad36b1fdd57a899438bcbb2d8be4d025 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Scripts/CSharp/GameEngine/Data.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: eb7e973b55675bc48921692fe4b7242c 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Scripts/CSharp/GameEngine/EventCenter.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fffc03f5469b2bb45bc1463041dd96a8 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Scripts/CSharp/GameEngine/MonoTool.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a957f7cea8a7d374fb445a023b391973 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Scripts/CSharp/GameEngine/Music.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6678c15a036db75408bc546112c6c30b 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Scripts/CSharp/GameEngine/ObjectPool.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fba9eb5ca4c68ca43bd5409262db0812 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Scripts/CSharp/GameEngine/Res.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2d7069454e20e4040bac3fd796b17fa7 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Scripts/CSharp/GameEngine/Singleton.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5c4b0b3a5b98e944d8937c0bdf2fbe8d 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Scripts/CSharp/GameEngine/Timer.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 63342153af978ad4ab6f2af67308fa0e 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Scripts/CSharp/GameEngine/UI.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 46dad806eb47dba41827553076d6b6b9 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Scripts/CSharp/GameEngine/Util.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8f8f51367e6b0834380f8cc739b36e85 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Scripts/CSharp/RenderPasses.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7b759fc4c326ff34ab82d4dd71ef541a 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Scripts/CSharp/UI.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: eaa12d62fe02924498808282377320e1 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Scripts/CSharp/UI/GuestBookClient.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e064d7488af208849b8abb6e7c83ae0d 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Scripts/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cef09114c2c66984f9be71143bb0d2be 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Scripts/Editor/Excel.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 85be0d2cfaae2844e8d3cf858a64397e 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Scripts/Excel.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a792ab95c3d48414d969e4e14633b85b 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Scripts/Test.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 633aad35896c06244ad4783c8bb9c3e9 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Spine Examples.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e6712a5a0c05f9f4092f9a3197925e99 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/Spine Examples/Getting Started.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fb68fe44ae68d834b8be5d854b2b402e 3 | folderAsset: yes 4 | timeCreated: 1452591237 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Spine Examples/Getting Started/1 The Spine GameObject.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fff6e9ad77d93024a9a87f6f2c0a6b3e 3 | timeCreated: 1452591252 4 | licenseType: Free 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Spine Examples/Getting Started/2 Controlling Animation.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5c66a9c1bbf922d4ab082694f19536c7 3 | timeCreated: 1452592098 4 | licenseType: Free 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Spine Examples/Getting Started/3 Controlling Animation Continued.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8059cdefcf15d4d428dfdb3201149e2d 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Spine Examples/Getting Started/5 Basic Platformer.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c0218f9f0a3cc144698dca06a3f59668 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Spine Examples/Getting Started/6 SkeletonGraphic.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fa77f7a2c74add54eb0eb29f88e080dc 3 | timeCreated: 1455501626 4 | licenseType: Free 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Spine Examples/Images.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9c09abf60fa8f05459511e7962b1312c 3 | folderAsset: yes 4 | timeCreated: 1574857895 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Spine Examples/Images/outline-shaders-heading.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Assets/Spine Examples/Images/outline-shaders-heading.png -------------------------------------------------------------------------------- /Assets/Spine Examples/Other Examples.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d6add8776a2fe514e84cf5b4f2c0b548 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/Spine Examples/Other Examples/AtlasRegionAttacher.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 63212ccaf5776bd489cba58fb67a2233 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Spine Examples/Other Examples/BlendModes.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0a9f938ebd96eda46b25875547a2c188 3 | timeCreated: 1538614434 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Spine Examples/Other Examples/Drunkboy.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 261ab31a787f69142bbfb6027465aaea 3 | timeCreated: 1520349924 4 | licenseType: Free 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Spine Examples/Other Examples/FixedTimestepUpdates.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 48557e58ca94ae740bdbcf7cca4f1cb3 3 | timeCreated: 1545032603 4 | licenseType: Free 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Spine Examples/Other Examples/Freezeboy.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: abf5f8c4fc1d6ff429f00b34381c5b5a 3 | timeCreated: 1520592910 4 | licenseType: Free 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Spine Examples/Other Examples/Goblins.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e2d0070263bf7e143b12963d5c0de179 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Spine Examples/Other Examples/Instantiate from Script.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 59dc5776e19e2f041b1cac961a86924f 3 | timeCreated: 1500249265 4 | licenseType: Free 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Spine Examples/Other Examples/Mix and Match Equip.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 689b97bc3d1902b4aa860f704e2c6112 3 | timeCreated: 1480087951 4 | licenseType: Free 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Spine Examples/Other Examples/Mix and Match.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9b55bcfc2181c68418e59ee61ef5afc9 3 | timeCreated: 1480087951 4 | licenseType: Free 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Spine Examples/Other Examples/Outline Shaders.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1119a9b52a74de2469d4b8fa5feb4c83 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Spine Examples/Other Examples/SkeletonAnimationMulti.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 235842830be28644eb5bec81483907de 3 | timeCreated: 1502103327 4 | licenseType: Free 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Spine Examples/Other Examples/SkeletonRenderSeparator.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 65ea82f2322d63247a1ee886ef3ba820 3 | timeCreated: 1458684353 4 | licenseType: Free 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Spine Examples/Other Examples/SkeletonUtility Animated Physics.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a0deee17ee93fb047a1b70bc302c4dd6 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Spine Examples/Other Examples/SkeletonUtility Eyes.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 51036c61bd222d9469b4e94cc89cceae 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Spine Examples/Other Examples/SkeletonUtility GroundConstraint.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c7f661c0d47f631438d4608f740c4922 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Spine Examples/Other Examples/SkeletonUtility Ragdoll.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 031930e4cebf68345b71c664bfa622cf 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Spine Examples/Other Examples/SpineGauge.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b9ae310595c646944a1268f51fb389a4 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Spine Examples/Other Examples/Sprite Shaders.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0862248ab668ce749845b0d7de5c6355 3 | timeCreated: 1479531945 4 | licenseType: Free 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Spine Examples/Other Examples/VertexEffect.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d2cf975fd2ba8ae4ba3eebbd9b5f6df4 3 | timeCreated: 1498101478 4 | licenseType: Free 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Spine Examples/Scripts.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: faf8f756f527b6145aeb411ed90f6619 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/Spine Examples/Scripts/RaggedySpineboy.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 849a7739a7df0754882fcb34c09df4c1 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Spine Examples/Scripts/Sample Components/Ghost.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 13193c9d213765f4c85f4c1faa615711 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/Spine Examples/Scripts/Sample Components/Ghost/Shaders.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a0cee0de78cef7440ae0b5aac39ae971 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/Spine Examples/Scripts/SpineGauge.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c888ce38da699d143a68153f26379a37 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Spine Examples/Sound.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ab51e7c76aeecdb4cab94e4cad31b50f 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/Spine Examples/Sound/Footstep.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Assets/Spine Examples/Sound/Footstep.ogg -------------------------------------------------------------------------------- /Assets/Spine Examples/Sound/Hardfall.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Assets/Spine Examples/Sound/Hardfall.ogg -------------------------------------------------------------------------------- /Assets/Spine Examples/Sound/Jump.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Assets/Spine Examples/Sound/Jump.ogg -------------------------------------------------------------------------------- /Assets/Spine Examples/Sound/Spineboygun.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Assets/Spine Examples/Sound/Spineboygun.ogg -------------------------------------------------------------------------------- /Assets/Spine Examples/Spine Skeletons.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 953a9308be1797d43b7a6863ba2242d8 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/Spine Examples/Spine Skeletons/Dragon.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8bf38627132b0bc4c9a5824b876167f6 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/Spine Examples/Spine Skeletons/Dragon/dragon.atlas.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 40ca8efa87a2fae4a9de6fa585dc6b4b 3 | TextScriptImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Spine Examples/Spine Skeletons/Dragon/dragon.json.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 95c98e245823e2243a1d8e7a1ef16c51 3 | TextScriptImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Spine Examples/Spine Skeletons/Dragon/dragon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Assets/Spine Examples/Spine Skeletons/Dragon/dragon.png -------------------------------------------------------------------------------- /Assets/Spine Examples/Spine Skeletons/Dragon/dragon2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Assets/Spine Examples/Spine Skeletons/Dragon/dragon2.png -------------------------------------------------------------------------------- /Assets/Spine Examples/Spine Skeletons/Dragon/dragon_Atlas.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6f86779b1deba7c4aaec1f5895510b57 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Spine Examples/Spine Skeletons/Dragon/dragon_SkeletonData.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 76506fa7fbeed084ab2dfb084648c628 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Spine Examples/Spine Skeletons/Dragon/dragon_dragon.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3277fd5561d95724e83c6ca4a1dd28a4 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Spine Examples/Spine Skeletons/Dragon/dragon_dragon2.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d58543c96f991934ca874395eb40222c 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Spine Examples/Spine Skeletons/Dragon/license.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: da573df32ef2f02438ea15f92f44ac01 3 | TextScriptImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Spine Examples/Spine Skeletons/Eyes.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d85018bfbaa1a484bb36432eb063bdb8 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/Spine Examples/Spine Skeletons/Eyes/eyes.atlas.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d2899150110e7384badaef80d9f784ee 3 | TextScriptImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Spine Examples/Spine Skeletons/Eyes/eyes.json.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: deb987fe02427834d9959416f01385fe 3 | TextScriptImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Spine Examples/Spine Skeletons/Eyes/eyes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Assets/Spine Examples/Spine Skeletons/Eyes/eyes.png -------------------------------------------------------------------------------- /Assets/Spine Examples/Spine Skeletons/Eyes/eyes_Atlas.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: dcae7523c93690f4c80520308eced1e2 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Spine Examples/Spine Skeletons/Eyes/eyes_Material.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4f9d106a1e4d45b468b980311947a225 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Spine Examples/Spine Skeletons/Eyes/eyes_SkeletonData.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ef2f009a37ff7ff42bc2a2f407ca9483 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Spine Examples/Spine Skeletons/FootSoldier.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7a709e690449c1b40b198bb86f707c41 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/Spine Examples/Spine Skeletons/FootSoldier/Equipment.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e90f1603e5c99c745a28d42e61afe5b2 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/Spine Examples/Spine Skeletons/FootSoldier/Equipment/Equipment.atlas.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4f0639ff8bc42314d8d62ee0f7ba541f 3 | TextScriptImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Spine Examples/Spine Skeletons/FootSoldier/Equipment/Equipment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Assets/Spine Examples/Spine Skeletons/FootSoldier/Equipment/Equipment.png -------------------------------------------------------------------------------- /Assets/Spine Examples/Spine Skeletons/FootSoldier/Equipment/Equipment_Atlas.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c574489dd067c2b4cb4dc165a4c410cc 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Spine Examples/Spine Skeletons/FootSoldier/Equipment/Equipment_Material.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e6e388faa521c96449984cfa4b60d74e 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Spine Examples/Spine Skeletons/FootSoldier/FS_White.atlas.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5ca7c05342912804eb0a2fd5bbe85b58 3 | TextScriptImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Spine Examples/Spine Skeletons/FootSoldier/FS_White.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Assets/Spine Examples/Spine Skeletons/FootSoldier/FS_White.png -------------------------------------------------------------------------------- /Assets/Spine Examples/Spine Skeletons/FootSoldier/FS_White_Atlas.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e3c7e74834cd8424f8735ba05e94a688 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Spine Examples/Spine Skeletons/FootSoldier/FS_White_Material.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5a3598dafa118754db95756064347da7 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Spine Examples/Spine Skeletons/FootSoldier/FootSoldier.json.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b075ad1d14f5db64b941d266e53de57d 3 | TextScriptImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Spine Examples/Spine Skeletons/FootSoldier/FootSoldier_SkeletonData.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e57cdb51287d3924ebb2ececf816733b 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Spine Examples/Spine Skeletons/FootSoldier/license.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6fe8b327d2ab4bd438a63ffec150a911 3 | TextScriptImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Spine Examples/Spine Skeletons/Gauge.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 850ff16a039121a48a7cf86e301ef1fa 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/Spine Examples/Spine Skeletons/Gauge/Gauge.atlas.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6afa4952627478a44995c3cdf2e96a24 3 | TextScriptImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Spine Examples/Spine Skeletons/Gauge/Gauge.json.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: af5e86c10d52bad43b0b62542815f199 3 | TextScriptImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Spine Examples/Spine Skeletons/Gauge/Gauge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Assets/Spine Examples/Spine Skeletons/Gauge/Gauge.png -------------------------------------------------------------------------------- /Assets/Spine Examples/Spine Skeletons/Gauge/Gauge_Atlas.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e888132736b335e4c88bc0a283b474c6 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Spine Examples/Spine Skeletons/Gauge/Gauge_Material.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9ab9bdbda020b3e46b5a3b0558ef591d 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Spine Examples/Spine Skeletons/Gauge/Gauge_SkeletonData.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 22b19a38b21c15a48854f0db86b0b7d3 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Spine Examples/Spine Skeletons/Goblins.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cdf7c6b00467fad44915c02ea43fe3b5 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/Spine Examples/Spine Skeletons/Goblins/dagger.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Assets/Spine Examples/Spine Skeletons/Goblins/dagger.png -------------------------------------------------------------------------------- /Assets/Spine Examples/Spine Skeletons/Goblins/goblins.atlas.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 179f09b47e5402545a1aa69bf5cb2cba 3 | timeCreated: 1467115504 4 | licenseType: Free 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Spine Examples/Spine Skeletons/Goblins/goblins.json.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c3921acb20cbc25418859f1b213d3d3f 3 | timeCreated: 1467115504 4 | licenseType: Free 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Spine Examples/Spine Skeletons/Goblins/goblins.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Assets/Spine Examples/Spine Skeletons/Goblins/goblins.png -------------------------------------------------------------------------------- /Assets/Spine Examples/Spine Skeletons/Hero.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2c9c8caf9ef4a2d44a6978ea8bdcb3f6 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/Spine Examples/Spine Skeletons/Hero/hero-pro.atlas.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d7e3bd7e6f971cb428513ebf424e0846 3 | timeCreated: 1524005968 4 | licenseType: Free 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Spine Examples/Spine Skeletons/Hero/hero-pro.json.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 33cbc24302a26c1438b20d9253eee469 3 | timeCreated: 1524005968 4 | licenseType: Free 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Spine Examples/Spine Skeletons/Hero/hero-pro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Assets/Spine Examples/Spine Skeletons/Hero/hero-pro.png -------------------------------------------------------------------------------- /Assets/Spine Examples/Spine Skeletons/Hero/license.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0d9db1748e0cf9f408129df308299463 3 | TextScriptImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Spine Examples/Spine Skeletons/Raggedy Spineboy.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 31a18437d3dfcde44a2e4b24361a3620 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/Spine Examples/Spine Skeletons/Raggedy Spineboy/Raggedy Spineboy.atlas.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bdfc7a081d52b68499e44aa82689a73d 3 | TextScriptImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Spine Examples/Spine Skeletons/Raggedy Spineboy/Raggedy Spineboy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Assets/Spine Examples/Spine Skeletons/Raggedy Spineboy/Raggedy Spineboy.png -------------------------------------------------------------------------------- /Assets/Spine Examples/Spine Skeletons/Raggedy Spineboy/Raggedy Spineboy_Atlas.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a9d85e8796d75384199c06f6fdbb0d73 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Spine Examples/Spine Skeletons/Raggedy Spineboy/Raggedy Spineboy_Material.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4ad4f7167d4983147ad870f93ebc9416 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Spine Examples/Spine Skeletons/Raggedy Spineboy/Raggedy Spineboy_SkeletonData.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 57484171e9b9c7243aa3117bc663e7b9 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Spine Examples/Spine Skeletons/Raggedy Spineboy/raggedy spineboy.json.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e6f1c85da28190c49a9aaa887894ab0d 3 | TextScriptImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Spine Examples/Spine Skeletons/Raptor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0d8935f4180c02a4ab97099ce30c55f3 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/Spine Examples/Spine Skeletons/Raptor/raptor.atlas.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ddbc971619ecba3499f4bcd61c741053 3 | TextScriptImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Spine Examples/Spine Skeletons/Raptor/raptor.json.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3ae635b4540c450408d30a8afb9f75a7 3 | TextScriptImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Spine Examples/Spine Skeletons/Raptor/raptor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Assets/Spine Examples/Spine Skeletons/Raptor/raptor.png -------------------------------------------------------------------------------- /Assets/Spine Examples/Spine Skeletons/Raptor/raptor_Atlas.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d5fc231712b346f459c8583fa224a669 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Spine Examples/Spine Skeletons/Raptor/raptor_Material.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4e2feebfcaa26a54ab19f1ff3e0eae35 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Spine Examples/Spine Skeletons/Raptor/raptor_SkeletonData.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 22c4b5e5a0fd9484d83b1aa705b9a54c 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Spine Examples/Spine Skeletons/Spineunitygirl/Doi.json.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ee66d4e095e47d44792cf450371372e3 3 | timeCreated: 1455491064 4 | licenseType: Free 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Spine Examples/Spine Skeletons/Spineunitygirl/Doi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Assets/Spine Examples/Spine Skeletons/Spineunitygirl/Doi.png -------------------------------------------------------------------------------- /Assets/Spine Examples/Spine Skeletons/Stretchyman/stretchyman-diffuse-pma.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Assets/Spine Examples/Spine Skeletons/Stretchyman/stretchyman-diffuse-pma.png -------------------------------------------------------------------------------- /Assets/Spine Examples/Spine Skeletons/Stretchyman/stretchyman-emission.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Assets/Spine Examples/Spine Skeletons/Stretchyman/stretchyman-emission.png -------------------------------------------------------------------------------- /Assets/Spine Examples/Spine Skeletons/Stretchyman/stretchyman-normals.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Assets/Spine Examples/Spine Skeletons/Stretchyman/stretchyman-normals.png -------------------------------------------------------------------------------- /Assets/Spine Examples/Spine Skeletons/raptor-pro-and-mask/SpriteMask_Mask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Assets/Spine Examples/Spine Skeletons/raptor-pro-and-mask/SpriteMask_Mask.png -------------------------------------------------------------------------------- /Assets/Spine Examples/Spine Skeletons/raptor-pro-and-mask/raptor-pma.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Assets/Spine Examples/Spine Skeletons/raptor-pro-and-mask/raptor-pma.png -------------------------------------------------------------------------------- /Assets/Spine Examples/Spine Skeletons/spineboy-pro/spineboy-pro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Assets/Spine Examples/Spine Skeletons/spineboy-pro/spineboy-pro.png -------------------------------------------------------------------------------- /Assets/Spine Examples/Spine Skeletons/spineboy-unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a0a97d96245608d43be03223ebfbc185 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/Spine Examples/Spine Skeletons/spineboy-unity/Equips/goggles-normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Assets/Spine Examples/Spine Skeletons/spineboy-unity/Equips/goggles-normal.png -------------------------------------------------------------------------------- /Assets/Spine Examples/Spine Skeletons/spineboy-unity/Equips/goggles-tactical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Assets/Spine Examples/Spine Skeletons/spineboy-unity/Equips/goggles-tactical.png -------------------------------------------------------------------------------- /Assets/Spine Examples/Spine Skeletons/spineboy-unity/Equips/gun-freeze.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Assets/Spine Examples/Spine Skeletons/spineboy-unity/Equips/gun-freeze.png -------------------------------------------------------------------------------- /Assets/Spine Examples/Spine Skeletons/spineboy-unity/Equips/gun-normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Assets/Spine Examples/Spine Skeletons/spineboy-unity/Equips/gun-normal.png -------------------------------------------------------------------------------- /Assets/Spine Examples/Spine Skeletons/spineboy-unity/spineboy.atlas.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5c0a5c36970a46e4d8378760ab4a4cfc 3 | TextScriptImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Spine Examples/Spine Skeletons/spineboy-unity/spineboy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Assets/Spine Examples/Spine Skeletons/spineboy-unity/spineboy.png -------------------------------------------------------------------------------- /Assets/Spine Examples/Spine Skeletons/spineboy-unity/spineboy_Atlas.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b4b8457d6cb8fec49a40be5b71d79e51 3 | NativeFormatImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Spine Examples/Spine Skeletons/square32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Assets/Spine Examples/Spine Skeletons/square32.png -------------------------------------------------------------------------------- /Assets/Spine Examples/Spine Skeletons/whirlyblendmodes/whirlyblendmodes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Assets/Spine Examples/Spine Skeletons/whirlyblendmodes/whirlyblendmodes.png -------------------------------------------------------------------------------- /Assets/Spine.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 30918bcaadaaecc42bc215ff52f75b21 3 | folderAsset: yes 4 | timeCreated: 1488288531 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Spine/CHANGELOG.md.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3a206f1c4d5fd9e49a16634698666cfe 3 | timeCreated: 1584967965 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Spine/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ad14d5a4cd7a0444286d315541ee0495 3 | folderAsset: yes 4 | timeCreated: 1527569319 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Spine/Editor/spine-unity-editor.asmdef.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 173464ddf4cdb6640a4dfa8a9281ad69 3 | AssemblyDefinitionImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Spine/Editor/spine-unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 83fbec88df35fe34bab43a5dde6788af 3 | folderAsset: yes 4 | timeCreated: 1527569675 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Spine/Editor/spine-unity/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f0e95036e72b08544a9d295dd4366f40 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/Spine/Editor/spine-unity/Editor/GUI.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bfaea6b7e7f52bc46b8d1c3cb5e9eaa1 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/Spine/Editor/spine-unity/Editor/GUI/AtlasAsset Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Assets/Spine/Editor/spine-unity/Editor/GUI/AtlasAsset Icon.png -------------------------------------------------------------------------------- /Assets/Spine/Editor/spine-unity/Editor/GUI/SkeletonDataAsset Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Assets/Spine/Editor/spine-unity/Editor/GUI/SkeletonDataAsset Icon.png -------------------------------------------------------------------------------- /Assets/Spine/Editor/spine-unity/Editor/GUI/icon-animation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Assets/Spine/Editor/spine-unity/Editor/GUI/icon-animation.png -------------------------------------------------------------------------------- /Assets/Spine/Editor/spine-unity/Editor/GUI/icon-animationRoot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Assets/Spine/Editor/spine-unity/Editor/GUI/icon-animationRoot.png -------------------------------------------------------------------------------- /Assets/Spine/Editor/spine-unity/Editor/GUI/icon-attachment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Assets/Spine/Editor/spine-unity/Editor/GUI/icon-attachment.png -------------------------------------------------------------------------------- /Assets/Spine/Editor/spine-unity/Editor/GUI/icon-bone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Assets/Spine/Editor/spine-unity/Editor/GUI/icon-bone.png -------------------------------------------------------------------------------- /Assets/Spine/Editor/spine-unity/Editor/GUI/icon-boneNib.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Assets/Spine/Editor/spine-unity/Editor/GUI/icon-boneNib.png -------------------------------------------------------------------------------- /Assets/Spine/Editor/spine-unity/Editor/GUI/icon-boundingBox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Assets/Spine/Editor/spine-unity/Editor/GUI/icon-boundingBox.png -------------------------------------------------------------------------------- /Assets/Spine/Editor/spine-unity/Editor/GUI/icon-clipping.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Assets/Spine/Editor/spine-unity/Editor/GUI/icon-clipping.png -------------------------------------------------------------------------------- /Assets/Spine/Editor/spine-unity/Editor/GUI/icon-constraintIK.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Assets/Spine/Editor/spine-unity/Editor/GUI/icon-constraintIK.png -------------------------------------------------------------------------------- /Assets/Spine/Editor/spine-unity/Editor/GUI/icon-constraintNib.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Assets/Spine/Editor/spine-unity/Editor/GUI/icon-constraintNib.png -------------------------------------------------------------------------------- /Assets/Spine/Editor/spine-unity/Editor/GUI/icon-constraintPath.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Assets/Spine/Editor/spine-unity/Editor/GUI/icon-constraintPath.png -------------------------------------------------------------------------------- /Assets/Spine/Editor/spine-unity/Editor/GUI/icon-constraintTransform.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Assets/Spine/Editor/spine-unity/Editor/GUI/icon-constraintTransform.png -------------------------------------------------------------------------------- /Assets/Spine/Editor/spine-unity/Editor/GUI/icon-constraints.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Assets/Spine/Editor/spine-unity/Editor/GUI/icon-constraints.png -------------------------------------------------------------------------------- /Assets/Spine/Editor/spine-unity/Editor/GUI/icon-event.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Assets/Spine/Editor/spine-unity/Editor/GUI/icon-event.png -------------------------------------------------------------------------------- /Assets/Spine/Editor/spine-unity/Editor/GUI/icon-hingeChain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Assets/Spine/Editor/spine-unity/Editor/GUI/icon-hingeChain.png -------------------------------------------------------------------------------- /Assets/Spine/Editor/spine-unity/Editor/GUI/icon-image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Assets/Spine/Editor/spine-unity/Editor/GUI/icon-image.png -------------------------------------------------------------------------------- /Assets/Spine/Editor/spine-unity/Editor/GUI/icon-mesh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Assets/Spine/Editor/spine-unity/Editor/GUI/icon-mesh.png -------------------------------------------------------------------------------- /Assets/Spine/Editor/spine-unity/Editor/GUI/icon-null.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Assets/Spine/Editor/spine-unity/Editor/GUI/icon-null.png -------------------------------------------------------------------------------- /Assets/Spine/Editor/spine-unity/Editor/GUI/icon-path.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Assets/Spine/Editor/spine-unity/Editor/GUI/icon-path.png -------------------------------------------------------------------------------- /Assets/Spine/Editor/spine-unity/Editor/GUI/icon-point.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Assets/Spine/Editor/spine-unity/Editor/GUI/icon-point.png -------------------------------------------------------------------------------- /Assets/Spine/Editor/spine-unity/Editor/GUI/icon-poseBones.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Assets/Spine/Editor/spine-unity/Editor/GUI/icon-poseBones.png -------------------------------------------------------------------------------- /Assets/Spine/Editor/spine-unity/Editor/GUI/icon-skeleton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Assets/Spine/Editor/spine-unity/Editor/GUI/icon-skeleton.png -------------------------------------------------------------------------------- /Assets/Spine/Editor/spine-unity/Editor/GUI/icon-skeletonUtility.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Assets/Spine/Editor/spine-unity/Editor/GUI/icon-skeletonUtility.png -------------------------------------------------------------------------------- /Assets/Spine/Editor/spine-unity/Editor/GUI/icon-skin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Assets/Spine/Editor/spine-unity/Editor/GUI/icon-skin.png -------------------------------------------------------------------------------- /Assets/Spine/Editor/spine-unity/Editor/GUI/icon-skinPlaceholder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Assets/Spine/Editor/spine-unity/Editor/GUI/icon-skinPlaceholder.png -------------------------------------------------------------------------------- /Assets/Spine/Editor/spine-unity/Editor/GUI/icon-skinsRoot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Assets/Spine/Editor/spine-unity/Editor/GUI/icon-skinsRoot.png -------------------------------------------------------------------------------- /Assets/Spine/Editor/spine-unity/Editor/GUI/icon-slot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Assets/Spine/Editor/spine-unity/Editor/GUI/icon-slot.png -------------------------------------------------------------------------------- /Assets/Spine/Editor/spine-unity/Editor/GUI/icon-slotRoot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Assets/Spine/Editor/spine-unity/Editor/GUI/icon-slotRoot.png -------------------------------------------------------------------------------- /Assets/Spine/Editor/spine-unity/Editor/GUI/icon-spine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Assets/Spine/Editor/spine-unity/Editor/GUI/icon-spine.png -------------------------------------------------------------------------------- /Assets/Spine/Editor/spine-unity/Editor/GUI/icon-subMeshRenderer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Assets/Spine/Editor/spine-unity/Editor/GUI/icon-subMeshRenderer.png -------------------------------------------------------------------------------- /Assets/Spine/Editor/spine-unity/Editor/GUI/icon-warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Assets/Spine/Editor/spine-unity/Editor/GUI/icon-warning.png -------------------------------------------------------------------------------- /Assets/Spine/Editor/spine-unity/Editor/GUI/icon-weights.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Assets/Spine/Editor/spine-unity/Editor/GUI/icon-weights.png -------------------------------------------------------------------------------- /Assets/Spine/Editor/spine-unity/Editor/ImporterPresets/PMAPresetTemplate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Assets/Spine/Editor/spine-unity/Editor/ImporterPresets/PMAPresetTemplate.png -------------------------------------------------------------------------------- /Assets/Spine/Editor/spine-unity/Editor/ImporterPresets/StraightAlphaPresetTemplate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Assets/Spine/Editor/spine-unity/Editor/ImporterPresets/StraightAlphaPresetTemplate.png -------------------------------------------------------------------------------- /Assets/Spine/Editor/spine-unity/Editor/Resources/SpineAssetDatabaseMarker.txt: -------------------------------------------------------------------------------- 1 | DO NOT MOVE OR DELETE THIS FILE -------------------------------------------------------------------------------- /Assets/Spine/Editor/spine-unity/Editor/Windows/SkeletonBaker.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 687d9be457ea4eb44bf09c35c95ee5cd 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Spine/Runtime.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ddb0e27aa2258854a8d171196f395b87 3 | folderAsset: yes 4 | timeCreated: 1527569312 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Spine/Runtime/spine-csharp.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a60dd41ef13d98647b9f963089feb7b0 3 | folderAsset: yes 4 | timeCreated: 1456265151 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Spine/Runtime/spine-unity.asmdef: -------------------------------------------------------------------------------- 1 | { 2 | "name": "spine-unity", 3 | "references": [] 4 | } 5 | -------------------------------------------------------------------------------- /Assets/Spine/Runtime/spine-unity.asmdef.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 68765d262e2128e4ab49c983f3411946 3 | AssemblyDefinitionImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Spine/Runtime/spine-unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 29a3535756b284a428d35dcd4327185e 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/Spine/Runtime/spine-unity/Components/SkeletonRendererCustomMaterials.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a7236dbdc6a4e5a4989483dac97aee0b 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Spine/Runtime/spine-unity/Components/SkeletonUtility.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f6e0caaafe294de48af468a6a9321473 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/Spine/Runtime/spine-unity/Shaders.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ef8189a68a74bec4eba582e65fb98dbd 3 | DefaultImporter: 4 | userData: 5 | -------------------------------------------------------------------------------- /Assets/Spine/Runtime/spine-unity/Shaders/Spine-Skeleton-Lit.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bd83c75f51f5e23498ae22ffcdfe92c3 3 | ShaderImporter: 4 | defaultTextures: [] 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Spine/Runtime/spine-unity/Shaders/Spine-Skeleton-Tint.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 522f03282fd79be47b306e2ef4b593fd 3 | ShaderImporter: 4 | defaultTextures: [] 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Spine/Runtime/spine-unity/Shaders/Spine-Skeleton-TintBlack.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: deee23ab4aa38564ead2ac05e112c169 3 | ShaderImporter: 4 | defaultTextures: [] 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Spine/Runtime/spine-unity/Shaders/Spine-Skeleton.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1e8a610c9e01c3648bac42585e5fc676 3 | ShaderImporter: 4 | defaultTextures: [] 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Spine/Runtime/spine-unity/Shaders/Sprite/README.md.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cecd0ea162097a94c89a97af6baf0a66 3 | timeCreated: 1479457854 4 | licenseType: Free 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Spine/Runtime/spine-unity/Shaders/Utility/Hidden-Spine-Bones.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 66988de88a15abd4e8846c6805485f57 3 | ShaderImporter: 4 | defaultTextures: [] 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Spine/Runtime/spine-unity/Shaders/Utility/HiddenPass.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 43227e5adadc6f24bb4bf74b92a56fb4 3 | NativeFormatImporter: 4 | userData: 5 | assetBundleName: 6 | assetBundleVariant: 7 | -------------------------------------------------------------------------------- /Assets/Spine/Runtime/spine-unity/Shaders/Utility/HiddenPass.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 913475501bf19374c84390868a9d6d3d 3 | ShaderImporter: 4 | defaultTextures: [] 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Spine/Runtime/spine-unity/Utility.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 52627c17e6dd4bf4dad4bdfc490ce823 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Spine/Runtime/spine-unity/Utility/SkeletonExtensions.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ea85c8f6a91a6ab45881b0dbdaabb7d0 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | -------------------------------------------------------------------------------- /Assets/Spine/version.txt: -------------------------------------------------------------------------------- 1 | This Spine-Unity runtime works with data exported from Spine Editor version: 3.8.xx 2 | Package version: spine-unity-3.8-2020-03-23.unitypackage 3 | -------------------------------------------------------------------------------- /Assets/Spine/version.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 80c06a67282e71043a4b1fad3e0c5654 3 | timeCreated: 1485965987 4 | licenseType: Free 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/StreamingAssets.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fc953336476c6514fb57b8a9d3ed328f 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f54d1bd14bd3ca042bd867b519fee8cc 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Documentation.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8e7e8f5a82a3a134e91c54efd2274ea9 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Documentation/TextMesh Pro User Guide 2016.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Assets/TextMesh Pro/Documentation/TextMesh Pro User Guide 2016.pdf -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Documentation/TextMesh Pro User Guide 2016.pdf.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1b8d251f9af63b746bf2f7ffe00ebb9b 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ce51c8e33b734b4db6086586558c53a3 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Fonts.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b63e0053080646b9819789bf3bf9fa17 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Fonts/Anton OFL.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 73a79399807f4e8388c2cbb5494681ca 3 | timeCreated: 1484172033 4 | licenseType: Pro 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Fonts/Anton.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Assets/TextMesh Pro/Examples & Extras/Fonts/Anton.ttf -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Fonts/Bangers - OFL.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: efe0bf4ac872451e91612d1ae593f480 3 | timeCreated: 1484171296 4 | licenseType: Pro 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Fonts/Bangers.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Assets/TextMesh Pro/Examples & Extras/Fonts/Bangers.ttf -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Fonts/Electronic Highway Sign.TTF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Assets/TextMesh Pro/Examples & Extras/Fonts/Electronic Highway Sign.TTF -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Fonts/Oswald-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Assets/TextMesh Pro/Examples & Extras/Fonts/Oswald-Bold.ttf -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Fonts/Roboto-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Assets/TextMesh Pro/Examples & Extras/Fonts/Roboto-Bold.ttf -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Materials/Crate - Surface Shader Scene.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e6b9b44320f4448d9d5e0ee634259966 3 | NativeFormatImporter: 4 | userData: 5 | assetBundleName: 6 | assetBundleVariant: 7 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Materials/Ground - Logo Scene.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c719e38f25a9480abd2480ab621a2949 3 | NativeFormatImporter: 4 | userData: 5 | assetBundleName: 6 | assetBundleVariant: 7 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Materials/Ground - Surface Shader Scene.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: aadd5a709a48466c887296bb5b1b8110 3 | NativeFormatImporter: 4 | userData: 5 | assetBundleName: 6 | assetBundleVariant: 7 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Prefabs/TextMeshPro - Prefab 1.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a6e39ced0ea046bcb636c3f0b2e2a745 3 | NativeFormatImporter: 4 | userData: 5 | assetBundleName: 6 | assetBundleVariant: 7 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Prefabs/TextMeshPro - Prefab 2.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fdad9d952ae84cafb74c63f2e694d042 3 | NativeFormatImporter: 4 | userData: 5 | assetBundleName: 6 | assetBundleVariant: 7 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Resources/Fonts & Materials/Bangers SDF Logo.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f4e195ac1e204eff960149d1cb34e18c 3 | NativeFormatImporter: 4 | userData: 5 | assetBundleName: 6 | assetBundleVariant: 7 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Resources/Fonts & Materials/Bangers SDF.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 125cb55b44b24c4393181402bc6200e6 3 | NativeFormatImporter: 4 | userData: 5 | assetBundleName: 6 | assetBundleVariant: 7 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Scenes/06 - Extra Rich Text Examples.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 39a1fa96ad2a449b908fca29d4297a74 3 | DefaultImporter: 4 | userData: 5 | assetBundleName: 6 | assetBundleVariant: 7 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Scenes/08 - Improved Text Alignment.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5fe2257128d9401fad0790f581dc8a6f 3 | DefaultImporter: 4 | userData: 5 | assetBundleName: 6 | assetBundleVariant: 7 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Scenes/15 - Inline Graphics & Sprites.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e76e6c0f81964cbda3fe0b7d26ed8060 3 | DefaultImporter: 4 | userData: 5 | assetBundleName: 6 | assetBundleVariant: 7 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Sprites/Default Sprites.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Assets/TextMesh Pro/Examples & Extras/Sprites/Default Sprites.png -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Sprites/DropCap Numbers.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Assets/TextMesh Pro/Examples & Extras/Sprites/DropCap Numbers.psd -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Textures/Brushed Metal 3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Assets/TextMesh Pro/Examples & Extras/Textures/Brushed Metal 3.jpg -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Textures/Floor Cement.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Assets/TextMesh Pro/Examples & Extras/Textures/Floor Cement.jpg -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Textures/Floor Tiles 1 - diffuse.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Assets/TextMesh Pro/Examples & Extras/Textures/Floor Tiles 1 - diffuse.jpg -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Textures/Fruit Jelly (B&W).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Assets/TextMesh Pro/Examples & Extras/Textures/Fruit Jelly (B&W).jpg -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Textures/Gradient Diagonal (Color).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Assets/TextMesh Pro/Examples & Extras/Textures/Gradient Diagonal (Color).jpg -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Textures/Gradient Horizontal (Color).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Assets/TextMesh Pro/Examples & Extras/Textures/Gradient Horizontal (Color).jpg -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Textures/Gradient Vertical (Color).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Assets/TextMesh Pro/Examples & Extras/Textures/Gradient Vertical (Color).jpg -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Textures/Mask Zig-n-Zag.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Assets/TextMesh Pro/Examples & Extras/Textures/Mask Zig-n-Zag.psd -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Textures/Small Crate_diffuse.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Assets/TextMesh Pro/Examples & Extras/Textures/Small Crate_diffuse.jpg -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Textures/Small Crate_normal.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Assets/TextMesh Pro/Examples & Extras/Textures/Small Crate_normal.jpg -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Textures/Sunny Days - Seamless.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Assets/TextMesh Pro/Examples & Extras/Textures/Sunny Days - Seamless.jpg -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Textures/Text Overflow - Linked Text Image 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Assets/TextMesh Pro/Examples & Extras/Textures/Text Overflow - Linked Text Image 1.png -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Textures/Wipe Pattern - Circle.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Assets/TextMesh Pro/Examples & Extras/Textures/Wipe Pattern - Circle.psd -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Textures/Wipe Pattern - Diagonal.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Assets/TextMesh Pro/Examples & Extras/Textures/Wipe Pattern - Diagonal.psd -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Textures/Wipe Pattern - Radial Double.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Assets/TextMesh Pro/Examples & Extras/Textures/Wipe Pattern - Radial Double.psd -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Examples & Extras/Textures/Wipe Pattern - Radial Quad.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Assets/TextMesh Pro/Examples & Extras/Textures/Wipe Pattern - Radial Quad.psd -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Fonts.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6ab70aee4d56447429c680537fbf93ed 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Fonts/LiberationSans - OFL.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6e59c59b81ab47f9b6ec5781fa725d2c 3 | timeCreated: 1484171296 4 | licenseType: Pro 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Fonts/LiberationSans.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Assets/TextMesh Pro/Fonts/LiberationSans.ttf -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 243e06394e614e5d99fab26083b707fa 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/LineBreaking Following Characters.txt: -------------------------------------------------------------------------------- 1 | )]}〕〉》」』】〙〗〟’”⦆»ヽヾーァィゥェォッャュョヮヵヶぁぃぅぇぉっゃゅょゎゕゖㇰㇱㇲㇳㇴㇵㇶㇷㇸㇹㇺㇻㇼㇽㇾㇿ々〻‐゠–〜?!‼⁇⁈⁉・、%,.:;。!?]):;=}¢°"†‡℃〆%,. -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/LineBreaking Leading Characters.txt: -------------------------------------------------------------------------------- 1 | ([{〔〈《「『【〘〖〝‘“⦅«$—…‥〳〴〵\[({£¥"々〇〉》」$⦆¥₩ # -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Shaders/TMP_Bitmap-Custom-Atlas.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 48bb5f55d8670e349b6e614913f9d910 3 | ShaderImporter: 4 | defaultTextures: [] 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Shaders/TMP_Bitmap-Mobile.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1e3b057af24249748ff873be7fafee47 3 | ShaderImporter: 4 | defaultTextures: [] 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Shaders/TMP_Bitmap.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 128e987d567d4e2c824d754223b3f3b0 3 | ShaderImporter: 4 | defaultTextures: [] 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Shaders/TMP_SDF Overlay.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: dd89cf5b9246416f84610a006f916af7 3 | ShaderImporter: 4 | defaultTextures: [] 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Shaders/TMP_SDF-Mobile Overlay.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a02a7d8c237544f1962732b55a9aebf1 3 | ShaderImporter: 4 | defaultTextures: [] 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Shaders/TMP_SDF-Mobile.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fe393ace9b354375a9cb14cdbbc28be4 3 | ShaderImporter: 4 | defaultTextures: [] 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Shaders/TMP_SDF-Surface-Mobile.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 85187c2149c549c5b33f0cdb02836b17 3 | ShaderImporter: 4 | defaultTextures: [] 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Shaders/TMP_SDF-Surface.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f7ada0af4f174f0694ca6a487b8f543d 3 | ShaderImporter: 4 | defaultTextures: [] 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Shaders/TMP_SDF.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 68e6db2ebdc24f95958faec2be5558d6 3 | ShaderImporter: 4 | defaultTextures: [] 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Shaders/TMPro.cginc.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 407bc68d299748449bbf7f48ee690f8d 3 | ShaderImporter: 4 | defaultTextures: [] 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Shaders/TMPro_Properties.cginc.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3997e2241185407d80309a82f9148466 3 | ShaderImporter: 4 | defaultTextures: [] 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Shaders/TMPro_Surface.cginc.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d930090c0cd643c7b55f19a38538c162 3 | ShaderImporter: 4 | defaultTextures: [] 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Sprite Assets/EmojiOne.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c41005c129ba4d66911b75229fd70b45 3 | timeCreated: 1480316912 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/TMP Settings.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3f5b5dff67a942289a9defa416b206f3 3 | timeCreated: 1436653997 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Sprites.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d0603b6d5186471b96c778c3949c7ce2 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Sprites/EmojiOne Attribution.txt: -------------------------------------------------------------------------------- 1 | This sample of beautiful emojis are provided by EmojiOne https://www.emojione.com/ 2 | 3 | Please visit their website to view the complete set of their emojis and review their licensing terms. -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Sprites/EmojiOne Attribution.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 381dcb09d5029d14897e55f98031fca5 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Sprites/EmojiOne.json.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8f05276190cf498a8153f6cbe761d4e6 3 | timeCreated: 1480316860 4 | licenseType: Pro 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Sprites/EmojiOne.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Assets/TextMesh Pro/Sprites/EmojiOne.png -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/CHANGELOG.md.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 16b5d2a7d862f49ffb9453600e8ee776 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Documentation~/Images/2D/image_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Packages/com.unity.render-pipelines.universal@7.2.0/Documentation~/Images/2D/image_0.png -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Documentation~/Images/2D/image_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Packages/com.unity.render-pipelines.universal@7.2.0/Documentation~/Images/2D/image_1.png -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Documentation~/Images/2D/image_10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Packages/com.unity.render-pipelines.universal@7.2.0/Documentation~/Images/2D/image_10.png -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Documentation~/Images/2D/image_11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Packages/com.unity.render-pipelines.universal@7.2.0/Documentation~/Images/2D/image_11.png -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Documentation~/Images/2D/image_12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Packages/com.unity.render-pipelines.universal@7.2.0/Documentation~/Images/2D/image_12.png -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Documentation~/Images/2D/image_13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Packages/com.unity.render-pipelines.universal@7.2.0/Documentation~/Images/2D/image_13.png -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Documentation~/Images/2D/image_14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Packages/com.unity.render-pipelines.universal@7.2.0/Documentation~/Images/2D/image_14.png -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Documentation~/Images/2D/image_15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Packages/com.unity.render-pipelines.universal@7.2.0/Documentation~/Images/2D/image_15.png -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Documentation~/Images/2D/image_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Packages/com.unity.render-pipelines.universal@7.2.0/Documentation~/Images/2D/image_16.png -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Documentation~/Images/2D/image_17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Packages/com.unity.render-pipelines.universal@7.2.0/Documentation~/Images/2D/image_17.png -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Documentation~/Images/2D/image_18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Packages/com.unity.render-pipelines.universal@7.2.0/Documentation~/Images/2D/image_18.png -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Documentation~/Images/2D/image_19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Packages/com.unity.render-pipelines.universal@7.2.0/Documentation~/Images/2D/image_19.png -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Documentation~/Images/2D/image_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Packages/com.unity.render-pipelines.universal@7.2.0/Documentation~/Images/2D/image_2.png -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Documentation~/Images/2D/image_20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Packages/com.unity.render-pipelines.universal@7.2.0/Documentation~/Images/2D/image_20.png -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Documentation~/Images/2D/image_21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Packages/com.unity.render-pipelines.universal@7.2.0/Documentation~/Images/2D/image_21.png -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Documentation~/Images/2D/image_22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Packages/com.unity.render-pipelines.universal@7.2.0/Documentation~/Images/2D/image_22.png -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Documentation~/Images/2D/image_23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Packages/com.unity.render-pipelines.universal@7.2.0/Documentation~/Images/2D/image_23.png -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Documentation~/Images/2D/image_24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Packages/com.unity.render-pipelines.universal@7.2.0/Documentation~/Images/2D/image_24.png -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Documentation~/Images/2D/image_25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Packages/com.unity.render-pipelines.universal@7.2.0/Documentation~/Images/2D/image_25.png -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Documentation~/Images/2D/image_26.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Packages/com.unity.render-pipelines.universal@7.2.0/Documentation~/Images/2D/image_26.png -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Documentation~/Images/2D/image_27.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Packages/com.unity.render-pipelines.universal@7.2.0/Documentation~/Images/2D/image_27.png -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Documentation~/Images/2D/image_28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Packages/com.unity.render-pipelines.universal@7.2.0/Documentation~/Images/2D/image_28.png -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Documentation~/Images/2D/image_29.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Packages/com.unity.render-pipelines.universal@7.2.0/Documentation~/Images/2D/image_29.png -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Documentation~/Images/2D/image_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Packages/com.unity.render-pipelines.universal@7.2.0/Documentation~/Images/2D/image_3.png -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Documentation~/Images/2D/image_30.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Packages/com.unity.render-pipelines.universal@7.2.0/Documentation~/Images/2D/image_30.png -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Documentation~/Images/2D/image_31.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Packages/com.unity.render-pipelines.universal@7.2.0/Documentation~/Images/2D/image_31.png -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Documentation~/Images/2D/image_32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Packages/com.unity.render-pipelines.universal@7.2.0/Documentation~/Images/2D/image_32.png -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Documentation~/Images/2D/image_33.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Packages/com.unity.render-pipelines.universal@7.2.0/Documentation~/Images/2D/image_33.png -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Documentation~/Images/2D/image_34.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Packages/com.unity.render-pipelines.universal@7.2.0/Documentation~/Images/2D/image_34.png -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Documentation~/Images/2D/image_35.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Packages/com.unity.render-pipelines.universal@7.2.0/Documentation~/Images/2D/image_35.png -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Documentation~/Images/2D/image_36.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Packages/com.unity.render-pipelines.universal@7.2.0/Documentation~/Images/2D/image_36.png -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Documentation~/Images/2D/image_37.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Packages/com.unity.render-pipelines.universal@7.2.0/Documentation~/Images/2D/image_37.png -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Documentation~/Images/2D/image_38.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Packages/com.unity.render-pipelines.universal@7.2.0/Documentation~/Images/2D/image_38.png -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Documentation~/Images/2D/image_39.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Packages/com.unity.render-pipelines.universal@7.2.0/Documentation~/Images/2D/image_39.png -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Documentation~/Images/2D/image_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Packages/com.unity.render-pipelines.universal@7.2.0/Documentation~/Images/2D/image_4.png -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Documentation~/Images/2D/image_40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Packages/com.unity.render-pipelines.universal@7.2.0/Documentation~/Images/2D/image_40.png -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Documentation~/Images/2D/image_41.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Packages/com.unity.render-pipelines.universal@7.2.0/Documentation~/Images/2D/image_41.png -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Documentation~/Images/2D/image_42.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Packages/com.unity.render-pipelines.universal@7.2.0/Documentation~/Images/2D/image_42.png -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Documentation~/Images/2D/image_43.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Packages/com.unity.render-pipelines.universal@7.2.0/Documentation~/Images/2D/image_43.png -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Documentation~/Images/2D/image_44.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Packages/com.unity.render-pipelines.universal@7.2.0/Documentation~/Images/2D/image_44.png -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Documentation~/Images/2D/image_45.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Packages/com.unity.render-pipelines.universal@7.2.0/Documentation~/Images/2D/image_45.png -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Documentation~/Images/2D/image_46.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Packages/com.unity.render-pipelines.universal@7.2.0/Documentation~/Images/2D/image_46.png -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Documentation~/Images/2D/image_47.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Packages/com.unity.render-pipelines.universal@7.2.0/Documentation~/Images/2D/image_47.png -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Documentation~/Images/2D/image_48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Packages/com.unity.render-pipelines.universal@7.2.0/Documentation~/Images/2D/image_48.png -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Documentation~/Images/2D/image_49.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Packages/com.unity.render-pipelines.universal@7.2.0/Documentation~/Images/2D/image_49.png -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Documentation~/Images/2D/image_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Packages/com.unity.render-pipelines.universal@7.2.0/Documentation~/Images/2D/image_5.png -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Documentation~/Images/2D/image_50.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Packages/com.unity.render-pipelines.universal@7.2.0/Documentation~/Images/2D/image_50.png -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Documentation~/Images/2D/image_51.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Packages/com.unity.render-pipelines.universal@7.2.0/Documentation~/Images/2D/image_51.png -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Documentation~/Images/2D/image_52.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Packages/com.unity.render-pipelines.universal@7.2.0/Documentation~/Images/2D/image_52.png -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Documentation~/Images/2D/image_53.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Packages/com.unity.render-pipelines.universal@7.2.0/Documentation~/Images/2D/image_53.png -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Documentation~/Images/2D/image_54.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Packages/com.unity.render-pipelines.universal@7.2.0/Documentation~/Images/2D/image_54.png -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Documentation~/Images/2D/image_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Packages/com.unity.render-pipelines.universal@7.2.0/Documentation~/Images/2D/image_6.png -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Documentation~/Images/2D/image_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Packages/com.unity.render-pipelines.universal@7.2.0/Documentation~/Images/2D/image_7.png -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Documentation~/Images/2D/image_8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Packages/com.unity.render-pipelines.universal@7.2.0/Documentation~/Images/2D/image_8.png -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Documentation~/Images/2D/image_9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Packages/com.unity.render-pipelines.universal@7.2.0/Documentation~/Images/2D/image_9.png -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Documentation~/forward-renderer.md: -------------------------------------------------------------------------------- 1 | **Important:** This page is still a work in progress. To read our most current documentation, open the [*TableOfContents.md*](TableOfContents.md) file to see the linked pages. -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Documentation~/realtime-lighting-in-universalrp.md: -------------------------------------------------------------------------------- 1 | **Important:** This page is still a work in progress. To read our most current documentation, open the [*TableOfContents.md*](TableOfContents.md) file to see the linked pages. -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 53c20613ce8ac478dba8507359e02516 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Editor/2D.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b3fb8b56aca55544ca9b8d53bc19e031 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Editor/2D/Resources/Cinemachine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Packages/com.unity.render-pipelines.universal@7.2.0/Editor/2D/Resources/Cinemachine.png -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Editor/2D/Resources/LightCapDown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Packages/com.unity.render-pipelines.universal@7.2.0/Editor/2D/Resources/LightCapDown.png -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Editor/2D/Resources/LightCapTopLeft.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Packages/com.unity.render-pipelines.universal@7.2.0/Editor/2D/Resources/LightCapTopLeft.png -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Editor/2D/Resources/LightCapUp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Packages/com.unity.render-pipelines.universal@7.2.0/Editor/2D/Resources/LightCapUp.png -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Editor/2D/ShapeEditor/Selection/ISelector.cs: -------------------------------------------------------------------------------- 1 | namespace UnityEditor.Experimental.Rendering.Universal.Path2D 2 | { 3 | internal interface ISelector 4 | { 5 | bool Select(T element); 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Editor/AssetVersion.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | 3 | namespace UnityEditor.Rendering.Universal 4 | { 5 | class AssetVersion : ScriptableObject 6 | { 7 | public int version; 8 | } 9 | } 10 | -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Editor/Gizmos.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f5e37a0064cfb07429ae6ca5b82debc2 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Editor/Gizmos/Camera_Base.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Packages/com.unity.render-pipelines.universal@7.2.0/Editor/Gizmos/Camera_Base.png -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Editor/Gizmos/Camera_Offscreen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Packages/com.unity.render-pipelines.universal@7.2.0/Editor/Gizmos/Camera_Offscreen.png -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Editor/Gizmos/Camera_Overlay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Packages/com.unity.render-pipelines.universal@7.2.0/Editor/Gizmos/Camera_Overlay.png -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Editor/Gizmos/Camera_PostProcessing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Packages/com.unity.render-pipelines.universal@7.2.0/Editor/Gizmos/Camera_PostProcessing.png -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Editor/Gizmos/Camera_UI.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Packages/com.unity.render-pipelines.universal@7.2.0/Editor/Gizmos/Camera_UI.png -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Editor/Overrides.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ad2bd79f2c9e81640b75c0a7edbe7970 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Editor/ShaderGUI.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e2eccaf646dce46a69c0224eb55c61a2 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Editor/ShaderGraph/Interfaces/ISpriteLitSubShader.cs: -------------------------------------------------------------------------------- 1 | using UnityEditor.ShaderGraph; 2 | 3 | namespace UnityEditor.Experimental.Rendering.Universal 4 | { 5 | interface ISpriteLitSubShader : ISubShader 6 | {} 7 | } 8 | -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Editor/Shadow.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 79381f0a1a24d284cb7d726fde8b3cca 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/LICENSE.md.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: eecaac92122b4407f8bf4998e8708aee 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Runtime.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 79e8584360be43649ad60cb0f180e904 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Runtime/2D.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5fbe43a4058e69f4ca1ac77ea6e1bda6 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Runtime/2D/Passes.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f74b40ff9aaa99a49a36a3c646ca5917 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Runtime/Data.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d59f1663563e245fabce035da7cecd75 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Runtime/External.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a16d3f5cc558b4b45937e84b914b6de0 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Runtime/Materials.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7f10efc5458aa44a2928a72c38807544 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Runtime/Overrides.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1d7cd03b402219345ac6dedb815bfdeb 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Runtime/Passes.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c2a16f045b3148e4f9d0d62614a81a61 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/ShaderLibrary.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2de5b472450204ae2853db2cb6a2540a 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Shaders.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 248877dd7078443d6b51abf21ee7d52a 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Shaders/2D.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e674d0c2643d94245b5da6cc11dfe0ec 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Shaders/Nature.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4cbffddcbed277c40a97feee7c42e857 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Shaders/Particles.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7aa17bb9699a0ee4282141a28d9fb8ea 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Shaders/Shaders.cs: -------------------------------------------------------------------------------- 1 | // UniversalPR Shaders folder need an Assembly Definition files to create a .cs project 2 | // This is a dummy shader file so the Shaders assembly is not empty. 3 | class ShadersDummy { } 4 | -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Shaders/Terrain.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cf2defa266cfe43e59a7230ff55c6107 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Shaders/Utils.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 593842fd4bfffcc41877fd07df639f3c 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Tests.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 90821e75f62bb9e4ea9d6111201e1d90 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Tests/.tests.json: -------------------------------------------------------------------------------- 1 | { 2 | "createSeparatePackage": false 3 | } 4 | -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Tests/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 64cd425d88561ea488dfaf36cceaac01 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Tests/Runtime.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 144dd1c434d67bc40adbcae6c42e6e6c 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Textures.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6970e3730c799f44ab472c8aa6c4b431 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Textures/BlueNoise16/L/LDR_LLL1_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Packages/com.unity.render-pipelines.universal@7.2.0/Textures/BlueNoise16/L/LDR_LLL1_0.png -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Textures/BlueNoise16/L/LDR_LLL1_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Packages/com.unity.render-pipelines.universal@7.2.0/Textures/BlueNoise16/L/LDR_LLL1_1.png -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Textures/BlueNoise16/L/LDR_LLL1_10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Packages/com.unity.render-pipelines.universal@7.2.0/Textures/BlueNoise16/L/LDR_LLL1_10.png -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Textures/BlueNoise16/L/LDR_LLL1_11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Packages/com.unity.render-pipelines.universal@7.2.0/Textures/BlueNoise16/L/LDR_LLL1_11.png -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Textures/BlueNoise16/L/LDR_LLL1_12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Packages/com.unity.render-pipelines.universal@7.2.0/Textures/BlueNoise16/L/LDR_LLL1_12.png -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Textures/BlueNoise16/L/LDR_LLL1_13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Packages/com.unity.render-pipelines.universal@7.2.0/Textures/BlueNoise16/L/LDR_LLL1_13.png -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Textures/BlueNoise16/L/LDR_LLL1_14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Packages/com.unity.render-pipelines.universal@7.2.0/Textures/BlueNoise16/L/LDR_LLL1_14.png -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Textures/BlueNoise16/L/LDR_LLL1_15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Packages/com.unity.render-pipelines.universal@7.2.0/Textures/BlueNoise16/L/LDR_LLL1_15.png -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Textures/BlueNoise16/L/LDR_LLL1_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Packages/com.unity.render-pipelines.universal@7.2.0/Textures/BlueNoise16/L/LDR_LLL1_16.png -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Textures/BlueNoise16/L/LDR_LLL1_17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Packages/com.unity.render-pipelines.universal@7.2.0/Textures/BlueNoise16/L/LDR_LLL1_17.png -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Textures/BlueNoise16/L/LDR_LLL1_18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Packages/com.unity.render-pipelines.universal@7.2.0/Textures/BlueNoise16/L/LDR_LLL1_18.png -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Textures/BlueNoise16/L/LDR_LLL1_19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Packages/com.unity.render-pipelines.universal@7.2.0/Textures/BlueNoise16/L/LDR_LLL1_19.png -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Textures/BlueNoise16/L/LDR_LLL1_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Packages/com.unity.render-pipelines.universal@7.2.0/Textures/BlueNoise16/L/LDR_LLL1_2.png -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Textures/BlueNoise16/L/LDR_LLL1_20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Packages/com.unity.render-pipelines.universal@7.2.0/Textures/BlueNoise16/L/LDR_LLL1_20.png -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Textures/BlueNoise16/L/LDR_LLL1_21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Packages/com.unity.render-pipelines.universal@7.2.0/Textures/BlueNoise16/L/LDR_LLL1_21.png -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Textures/BlueNoise16/L/LDR_LLL1_22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Packages/com.unity.render-pipelines.universal@7.2.0/Textures/BlueNoise16/L/LDR_LLL1_22.png -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Textures/BlueNoise16/L/LDR_LLL1_23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Packages/com.unity.render-pipelines.universal@7.2.0/Textures/BlueNoise16/L/LDR_LLL1_23.png -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Textures/BlueNoise16/L/LDR_LLL1_24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Packages/com.unity.render-pipelines.universal@7.2.0/Textures/BlueNoise16/L/LDR_LLL1_24.png -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Textures/BlueNoise16/L/LDR_LLL1_25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Packages/com.unity.render-pipelines.universal@7.2.0/Textures/BlueNoise16/L/LDR_LLL1_25.png -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Textures/BlueNoise16/L/LDR_LLL1_26.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Packages/com.unity.render-pipelines.universal@7.2.0/Textures/BlueNoise16/L/LDR_LLL1_26.png -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Textures/BlueNoise16/L/LDR_LLL1_27.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Packages/com.unity.render-pipelines.universal@7.2.0/Textures/BlueNoise16/L/LDR_LLL1_27.png -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Textures/BlueNoise16/L/LDR_LLL1_28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Packages/com.unity.render-pipelines.universal@7.2.0/Textures/BlueNoise16/L/LDR_LLL1_28.png -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Textures/BlueNoise16/L/LDR_LLL1_29.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Packages/com.unity.render-pipelines.universal@7.2.0/Textures/BlueNoise16/L/LDR_LLL1_29.png -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Textures/BlueNoise16/L/LDR_LLL1_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Packages/com.unity.render-pipelines.universal@7.2.0/Textures/BlueNoise16/L/LDR_LLL1_3.png -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Textures/BlueNoise16/L/LDR_LLL1_30.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Packages/com.unity.render-pipelines.universal@7.2.0/Textures/BlueNoise16/L/LDR_LLL1_30.png -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Textures/BlueNoise16/L/LDR_LLL1_31.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Packages/com.unity.render-pipelines.universal@7.2.0/Textures/BlueNoise16/L/LDR_LLL1_31.png -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Textures/BlueNoise16/L/LDR_LLL1_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Packages/com.unity.render-pipelines.universal@7.2.0/Textures/BlueNoise16/L/LDR_LLL1_4.png -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Textures/BlueNoise16/L/LDR_LLL1_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Packages/com.unity.render-pipelines.universal@7.2.0/Textures/BlueNoise16/L/LDR_LLL1_5.png -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Textures/BlueNoise16/L/LDR_LLL1_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Packages/com.unity.render-pipelines.universal@7.2.0/Textures/BlueNoise16/L/LDR_LLL1_6.png -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Textures/BlueNoise16/L/LDR_LLL1_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Packages/com.unity.render-pipelines.universal@7.2.0/Textures/BlueNoise16/L/LDR_LLL1_7.png -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Textures/BlueNoise16/L/LDR_LLL1_8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Packages/com.unity.render-pipelines.universal@7.2.0/Textures/BlueNoise16/L/LDR_LLL1_8.png -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Textures/BlueNoise16/L/LDR_LLL1_9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Packages/com.unity.render-pipelines.universal@7.2.0/Textures/BlueNoise16/L/LDR_LLL1_9.png -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Textures/FilmGrain/Large01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Packages/com.unity.render-pipelines.universal@7.2.0/Textures/FilmGrain/Large01.png -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Textures/FilmGrain/Large02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Packages/com.unity.render-pipelines.universal@7.2.0/Textures/FilmGrain/Large02.png -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Textures/FilmGrain/Medium01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Packages/com.unity.render-pipelines.universal@7.2.0/Textures/FilmGrain/Medium01.png -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Textures/FilmGrain/Medium02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Packages/com.unity.render-pipelines.universal@7.2.0/Textures/FilmGrain/Medium02.png -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Textures/FilmGrain/Medium03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Packages/com.unity.render-pipelines.universal@7.2.0/Textures/FilmGrain/Medium03.png -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Textures/FilmGrain/Medium04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Packages/com.unity.render-pipelines.universal@7.2.0/Textures/FilmGrain/Medium04.png -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Textures/FilmGrain/Medium05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Packages/com.unity.render-pipelines.universal@7.2.0/Textures/FilmGrain/Medium05.png -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Textures/FilmGrain/Medium06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Packages/com.unity.render-pipelines.universal@7.2.0/Textures/FilmGrain/Medium06.png -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Textures/FilmGrain/Thin01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Packages/com.unity.render-pipelines.universal@7.2.0/Textures/FilmGrain/Thin01.png -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Textures/FilmGrain/Thin02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Packages/com.unity.render-pipelines.universal@7.2.0/Textures/FilmGrain/Thin02.png -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Textures/SMAA.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8175402ae6bf2a84f929602544c44007 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Textures/SMAA/AreaTex.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Packages/com.unity.render-pipelines.universal@7.2.0/Textures/SMAA/AreaTex.tga -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/Textures/SMAA/SearchTex.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnityMeow/LoveYouForever/401297e42f5a1f51e24e9c3e26053df917c51cc7/Packages/com.unity.render-pipelines.universal@7.2.0/Textures/SMAA/SearchTex.tga -------------------------------------------------------------------------------- /Packages/com.unity.render-pipelines.universal@7.2.0/package.json.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 30648b8d550465f4bb77f1e1afd0b37d 3 | PackageManifestImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /ProjectSettings/ClusterInputManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!236 &1 4 | ClusterInputManager: 5 | m_ObjectHideFlags: 0 6 | m_Inputs: [] 7 | -------------------------------------------------------------------------------- /ProjectSettings/NetworkManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!149 &1 4 | NetworkManager: 5 | m_ObjectHideFlags: 0 6 | m_DebugLevel: 0 7 | m_Sendrate: 15 8 | m_AssetToPrefab: {} 9 | -------------------------------------------------------------------------------- /ProjectSettings/PresetManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!1386491679 &1 4 | PresetManager: 5 | m_ObjectHideFlags: 0 6 | m_DefaultList: [] 7 | -------------------------------------------------------------------------------- /ProjectSettings/ProjectVersion.txt: -------------------------------------------------------------------------------- 1 | m_EditorVersion: 2019.3.5f1 2 | m_EditorVersionWithRevision: 2019.3.5f1 (d691e07d38ef) 3 | -------------------------------------------------------------------------------- /ProjectSettings/TimeManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!5 &1 4 | TimeManager: 5 | m_ObjectHideFlags: 0 6 | Fixed Timestep: 0.02 7 | Maximum Allowed Timestep: 0.1 8 | m_TimeScale: 1 9 | Maximum Particle Timestep: 0.03 10 | -------------------------------------------------------------------------------- /ProjectSettings/VFXManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!937362698 &1 4 | VFXManager: 5 | m_ObjectHideFlags: 0 6 | m_IndirectShader: {fileID: 0} 7 | m_RenderPipeSettingsPath: 8 | -------------------------------------------------------------------------------- /ProjectSettings/XRSettings.asset: -------------------------------------------------------------------------------- 1 | { 2 | "m_SettingKeys": [ 3 | "VR Device Disabled", 4 | "VR Device User Alert" 5 | ], 6 | "m_SettingValues": [ 7 | "False", 8 | "False" 9 | ] 10 | } -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # LoveYouForever 2 | Stick to your original desire. ❤️ 3 | --------------------------------------------------------------------------------