├── .github └── workflows │ └── main.yml ├── .gitignore ├── .gitmodules ├── LICENSE ├── Plugin ├── CustomFloorPlugin.sln └── CustomFloorPlugin │ ├── AssetLoader.cs │ ├── Assets │ ├── FeetIcon.png │ ├── Floor.png │ ├── LvlInsaneCover.png │ ├── PlayersPlace.mesh │ └── QuestionMarkIcon.png │ ├── BSEvents.cs │ ├── Behaviours │ ├── CameraVisibility.cs │ ├── ColorMaterial.cs │ ├── ComboReachedEvent.cs │ ├── CustomPlatform.cs │ ├── EventManager.cs │ ├── EveryNthComboFilter.cs │ ├── PairRotationEventEffect.cs │ ├── PrefabLightmapData.cs │ ├── RotationEventEffect.cs │ ├── SaberSliceFilter.cs │ ├── SongEventHandler.cs │ ├── Spectrogram.cs │ ├── SpectrogramAnimationState.cs │ ├── SpectrogramMaterial.cs │ ├── TextEventFilter.cs │ ├── TrackMirror.cs │ ├── TrackRings.cs │ └── TubeLight.cs │ ├── Configuration │ └── PluginConfig.cs │ ├── ConnectionManager.cs │ ├── CustomFloorPlugin.csproj │ ├── Directory.Build.props │ ├── Directory.Build.targets │ ├── EnvironmentHider.cs │ ├── GameShaders.cs │ ├── Helpers │ ├── CollectionHelper.cs │ └── ImageHelper.cs │ ├── Installers │ ├── PlatformsAppInstaller.cs │ ├── PlatformsGameInstaller.cs │ └── PlatformsMenuInstaller.cs │ ├── Interfaces │ ├── INotifyPlatformDisabled.cs │ └── INotifyPlatformEnabled.cs │ ├── Legacy Behaviours │ └── CustomPlatformLegacy.cs │ ├── MaterialSwapper.cs │ ├── PlatformLoader.cs │ ├── PlatformManager.cs │ ├── PlatformSpawner.cs │ ├── Plugin.cs │ ├── SongEventType.cs │ ├── UI │ ├── MenuButtonManager.cs │ ├── PlatformListsView.cs │ └── PlatformsFlowCoordinator.cs │ ├── Views │ └── PlatformLists.bsml │ └── manifest.json ├── README.md ├── Refs └── refs.txt ├── Unity ├── CustomPlatforms │ ├── Assets │ │ ├── Materials.meta │ │ ├── Materials │ │ │ ├── BetterBlack.mat │ │ │ ├── BetterBlack.mat.meta │ │ │ ├── Floor.png │ │ │ ├── Floor.png.meta │ │ │ ├── FloorGridDirt.png │ │ │ ├── FloorGridDirt.png.meta │ │ │ ├── GLOW_BLUE.mat │ │ │ ├── GLOW_BLUE.mat.meta │ │ │ ├── GLOW_RED.mat │ │ │ ├── GLOW_RED.mat.meta │ │ │ ├── _dark_replace.mat │ │ │ ├── _dark_replace.mat.meta │ │ │ ├── _glow_replace.mat │ │ │ ├── _glow_replace.mat.meta │ │ │ ├── simple platform b.png │ │ │ └── simple platform b.png.meta │ │ ├── Models.meta │ │ ├── Models │ │ │ ├── Default.meta │ │ │ ├── Default │ │ │ │ ├── CombinedMesh-level7-1.obj │ │ │ │ ├── CombinedMesh-level7-1.obj.meta │ │ │ │ ├── CombinedMesh-level7-3.obj │ │ │ │ ├── CombinedMesh-level7-3.obj.meta │ │ │ │ ├── CombinedMesh-level7-4.obj │ │ │ │ ├── CombinedMesh-level7-4.obj.meta │ │ │ │ ├── CombinedMesh-level7-5.obj │ │ │ │ ├── CombinedMesh-level7-5.obj.meta │ │ │ │ ├── CombinedMesh-level7-6.obj │ │ │ │ ├── CombinedMesh-level7-6.obj.meta │ │ │ │ ├── CombinedMesh-level7-7.obj │ │ │ │ ├── CombinedMesh-level7-7.obj.meta │ │ │ │ ├── CombinedMesh-level7-8.obj │ │ │ │ ├── CombinedMesh-level7-8.obj.meta │ │ │ │ ├── Ring-sharedassets6.assets-11.obj │ │ │ │ ├── Ring-sharedassets6.assets-11.obj.meta │ │ │ │ ├── Ring-sharedassets6.assets-12.obj │ │ │ │ └── Ring-sharedassets6.assets-12.obj.meta │ │ │ ├── Playground.meta │ │ │ └── Playground │ │ │ │ ├── Ring.prefab │ │ │ │ ├── Ring.prefab.meta │ │ │ │ ├── Spectrogram.prefab │ │ │ │ └── Spectrogram.prefab.meta │ │ ├── Scenes.meta │ │ ├── Scenes │ │ │ ├── DefaultPlatform.unity │ │ │ ├── DefaultPlatform.unity.meta │ │ │ ├── Playground.unity │ │ │ └── Playground.unity.meta │ │ ├── Scripts.meta │ │ ├── Scripts │ │ │ ├── CustomFloorPlugin.dll │ │ │ ├── CustomFloorPlugin.dll.meta │ │ │ ├── Editor.meta │ │ │ └── Editor │ │ │ │ ├── CustomPlatformEditor.cs │ │ │ │ ├── CustomPlatformEditor.cs.meta │ │ │ │ ├── PrefabLightmapDataEditor.cs │ │ │ │ └── PrefabLightmapDataEditor.cs.meta │ │ ├── Shaders.meta │ │ ├── Shaders │ │ │ ├── bs_standard.shader │ │ │ └── bs_standard.shader.meta │ │ ├── TextMesh Pro.meta │ │ └── TextMesh Pro │ │ │ ├── Documentation.meta │ │ │ ├── Documentation │ │ │ ├── TextMesh Pro User Guide 2016.pdf │ │ │ └── TextMesh Pro User Guide 2016.pdf.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 │ │ ├── manifest.json │ │ └── packages-lock.json │ └── ProjectSettings │ │ ├── AudioManager.asset │ │ ├── ClusterInputManager.asset │ │ ├── DynamicsManager.asset │ │ ├── EditorBuildSettings.asset │ │ ├── EditorSettings.asset │ │ ├── GraphicsSettings.asset │ │ ├── InputManager.asset │ │ ├── NavMeshAreas.asset │ │ ├── NetworkManager.asset │ │ ├── PackageManagerSettings.asset │ │ ├── Physics2DSettings.asset │ │ ├── PresetManager.asset │ │ ├── ProjectSettings.asset │ │ ├── ProjectVersion.txt │ │ ├── QualitySettings.asset │ │ ├── TagManager.asset │ │ ├── TimeManager.asset │ │ ├── UnityConnectSettings.asset │ │ ├── VFXManager.asset │ │ └── XRSettings.asset └── Script │ ├── CustomFloorPlugin.sln │ └── CustomFloorPlugin │ ├── CameraVisibility.cs │ ├── ColorMaterial.cs │ ├── ComboReachedEvent.cs │ ├── CustomFloorPlugin.csproj │ ├── CustomPlatform.cs │ ├── Directory.Build.targets │ ├── EventManager.cs │ ├── EveryNthComboFilter.cs │ ├── PairRotationEventEffect.cs │ ├── PrefabLightmapData.cs │ ├── RotationEventEffect.cs │ ├── SaberSliceFilter.cs │ ├── SongEventHandler.cs │ ├── SongEventType.cs │ ├── Spectrogram.cs │ ├── SpectrogramAnimationState.cs │ ├── SpectrogramMaterial.cs │ ├── TextEventFilter.cs │ ├── TrackMirror.cs │ ├── TrackRings.cs │ └── TubeLight.cs └── bsinstalldir.txt /.github/workflows/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/.github/workflows/main.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/.gitignore -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/.gitmodules -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/LICENSE -------------------------------------------------------------------------------- /Plugin/CustomFloorPlugin.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Plugin/CustomFloorPlugin.sln -------------------------------------------------------------------------------- /Plugin/CustomFloorPlugin/AssetLoader.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Plugin/CustomFloorPlugin/AssetLoader.cs -------------------------------------------------------------------------------- /Plugin/CustomFloorPlugin/Assets/FeetIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Plugin/CustomFloorPlugin/Assets/FeetIcon.png -------------------------------------------------------------------------------- /Plugin/CustomFloorPlugin/Assets/Floor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Plugin/CustomFloorPlugin/Assets/Floor.png -------------------------------------------------------------------------------- /Plugin/CustomFloorPlugin/Assets/LvlInsaneCover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Plugin/CustomFloorPlugin/Assets/LvlInsaneCover.png -------------------------------------------------------------------------------- /Plugin/CustomFloorPlugin/Assets/PlayersPlace.mesh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Plugin/CustomFloorPlugin/Assets/PlayersPlace.mesh -------------------------------------------------------------------------------- /Plugin/CustomFloorPlugin/Assets/QuestionMarkIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Plugin/CustomFloorPlugin/Assets/QuestionMarkIcon.png -------------------------------------------------------------------------------- /Plugin/CustomFloorPlugin/BSEvents.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Plugin/CustomFloorPlugin/BSEvents.cs -------------------------------------------------------------------------------- /Plugin/CustomFloorPlugin/Behaviours/CameraVisibility.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Plugin/CustomFloorPlugin/Behaviours/CameraVisibility.cs -------------------------------------------------------------------------------- /Plugin/CustomFloorPlugin/Behaviours/ColorMaterial.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Plugin/CustomFloorPlugin/Behaviours/ColorMaterial.cs -------------------------------------------------------------------------------- /Plugin/CustomFloorPlugin/Behaviours/ComboReachedEvent.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Plugin/CustomFloorPlugin/Behaviours/ComboReachedEvent.cs -------------------------------------------------------------------------------- /Plugin/CustomFloorPlugin/Behaviours/CustomPlatform.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Plugin/CustomFloorPlugin/Behaviours/CustomPlatform.cs -------------------------------------------------------------------------------- /Plugin/CustomFloorPlugin/Behaviours/EventManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Plugin/CustomFloorPlugin/Behaviours/EventManager.cs -------------------------------------------------------------------------------- /Plugin/CustomFloorPlugin/Behaviours/EveryNthComboFilter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Plugin/CustomFloorPlugin/Behaviours/EveryNthComboFilter.cs -------------------------------------------------------------------------------- /Plugin/CustomFloorPlugin/Behaviours/PairRotationEventEffect.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Plugin/CustomFloorPlugin/Behaviours/PairRotationEventEffect.cs -------------------------------------------------------------------------------- /Plugin/CustomFloorPlugin/Behaviours/PrefabLightmapData.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Plugin/CustomFloorPlugin/Behaviours/PrefabLightmapData.cs -------------------------------------------------------------------------------- /Plugin/CustomFloorPlugin/Behaviours/RotationEventEffect.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Plugin/CustomFloorPlugin/Behaviours/RotationEventEffect.cs -------------------------------------------------------------------------------- /Plugin/CustomFloorPlugin/Behaviours/SaberSliceFilter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Plugin/CustomFloorPlugin/Behaviours/SaberSliceFilter.cs -------------------------------------------------------------------------------- /Plugin/CustomFloorPlugin/Behaviours/SongEventHandler.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Plugin/CustomFloorPlugin/Behaviours/SongEventHandler.cs -------------------------------------------------------------------------------- /Plugin/CustomFloorPlugin/Behaviours/Spectrogram.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Plugin/CustomFloorPlugin/Behaviours/Spectrogram.cs -------------------------------------------------------------------------------- /Plugin/CustomFloorPlugin/Behaviours/SpectrogramAnimationState.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Plugin/CustomFloorPlugin/Behaviours/SpectrogramAnimationState.cs -------------------------------------------------------------------------------- /Plugin/CustomFloorPlugin/Behaviours/SpectrogramMaterial.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Plugin/CustomFloorPlugin/Behaviours/SpectrogramMaterial.cs -------------------------------------------------------------------------------- /Plugin/CustomFloorPlugin/Behaviours/TextEventFilter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Plugin/CustomFloorPlugin/Behaviours/TextEventFilter.cs -------------------------------------------------------------------------------- /Plugin/CustomFloorPlugin/Behaviours/TrackMirror.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Plugin/CustomFloorPlugin/Behaviours/TrackMirror.cs -------------------------------------------------------------------------------- /Plugin/CustomFloorPlugin/Behaviours/TrackRings.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Plugin/CustomFloorPlugin/Behaviours/TrackRings.cs -------------------------------------------------------------------------------- /Plugin/CustomFloorPlugin/Behaviours/TubeLight.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Plugin/CustomFloorPlugin/Behaviours/TubeLight.cs -------------------------------------------------------------------------------- /Plugin/CustomFloorPlugin/Configuration/PluginConfig.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Plugin/CustomFloorPlugin/Configuration/PluginConfig.cs -------------------------------------------------------------------------------- /Plugin/CustomFloorPlugin/ConnectionManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Plugin/CustomFloorPlugin/ConnectionManager.cs -------------------------------------------------------------------------------- /Plugin/CustomFloorPlugin/CustomFloorPlugin.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Plugin/CustomFloorPlugin/CustomFloorPlugin.csproj -------------------------------------------------------------------------------- /Plugin/CustomFloorPlugin/Directory.Build.props: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Plugin/CustomFloorPlugin/Directory.Build.props -------------------------------------------------------------------------------- /Plugin/CustomFloorPlugin/Directory.Build.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Plugin/CustomFloorPlugin/Directory.Build.targets -------------------------------------------------------------------------------- /Plugin/CustomFloorPlugin/EnvironmentHider.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Plugin/CustomFloorPlugin/EnvironmentHider.cs -------------------------------------------------------------------------------- /Plugin/CustomFloorPlugin/GameShaders.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Plugin/CustomFloorPlugin/GameShaders.cs -------------------------------------------------------------------------------- /Plugin/CustomFloorPlugin/Helpers/CollectionHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Plugin/CustomFloorPlugin/Helpers/CollectionHelper.cs -------------------------------------------------------------------------------- /Plugin/CustomFloorPlugin/Helpers/ImageHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Plugin/CustomFloorPlugin/Helpers/ImageHelper.cs -------------------------------------------------------------------------------- /Plugin/CustomFloorPlugin/Installers/PlatformsAppInstaller.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Plugin/CustomFloorPlugin/Installers/PlatformsAppInstaller.cs -------------------------------------------------------------------------------- /Plugin/CustomFloorPlugin/Installers/PlatformsGameInstaller.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Plugin/CustomFloorPlugin/Installers/PlatformsGameInstaller.cs -------------------------------------------------------------------------------- /Plugin/CustomFloorPlugin/Installers/PlatformsMenuInstaller.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Plugin/CustomFloorPlugin/Installers/PlatformsMenuInstaller.cs -------------------------------------------------------------------------------- /Plugin/CustomFloorPlugin/Interfaces/INotifyPlatformDisabled.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Plugin/CustomFloorPlugin/Interfaces/INotifyPlatformDisabled.cs -------------------------------------------------------------------------------- /Plugin/CustomFloorPlugin/Interfaces/INotifyPlatformEnabled.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Plugin/CustomFloorPlugin/Interfaces/INotifyPlatformEnabled.cs -------------------------------------------------------------------------------- /Plugin/CustomFloorPlugin/Legacy Behaviours/CustomPlatformLegacy.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Plugin/CustomFloorPlugin/Legacy Behaviours/CustomPlatformLegacy.cs -------------------------------------------------------------------------------- /Plugin/CustomFloorPlugin/MaterialSwapper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Plugin/CustomFloorPlugin/MaterialSwapper.cs -------------------------------------------------------------------------------- /Plugin/CustomFloorPlugin/PlatformLoader.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Plugin/CustomFloorPlugin/PlatformLoader.cs -------------------------------------------------------------------------------- /Plugin/CustomFloorPlugin/PlatformManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Plugin/CustomFloorPlugin/PlatformManager.cs -------------------------------------------------------------------------------- /Plugin/CustomFloorPlugin/PlatformSpawner.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Plugin/CustomFloorPlugin/PlatformSpawner.cs -------------------------------------------------------------------------------- /Plugin/CustomFloorPlugin/Plugin.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Plugin/CustomFloorPlugin/Plugin.cs -------------------------------------------------------------------------------- /Plugin/CustomFloorPlugin/SongEventType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Plugin/CustomFloorPlugin/SongEventType.cs -------------------------------------------------------------------------------- /Plugin/CustomFloorPlugin/UI/MenuButtonManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Plugin/CustomFloorPlugin/UI/MenuButtonManager.cs -------------------------------------------------------------------------------- /Plugin/CustomFloorPlugin/UI/PlatformListsView.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Plugin/CustomFloorPlugin/UI/PlatformListsView.cs -------------------------------------------------------------------------------- /Plugin/CustomFloorPlugin/UI/PlatformsFlowCoordinator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Plugin/CustomFloorPlugin/UI/PlatformsFlowCoordinator.cs -------------------------------------------------------------------------------- /Plugin/CustomFloorPlugin/Views/PlatformLists.bsml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Plugin/CustomFloorPlugin/Views/PlatformLists.bsml -------------------------------------------------------------------------------- /Plugin/CustomFloorPlugin/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Plugin/CustomFloorPlugin/manifest.json -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/README.md -------------------------------------------------------------------------------- /Refs/refs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Refs/refs.txt -------------------------------------------------------------------------------- /Unity/CustomPlatforms/Assets/Materials.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/Assets/Materials.meta -------------------------------------------------------------------------------- /Unity/CustomPlatforms/Assets/Materials/BetterBlack.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/Assets/Materials/BetterBlack.mat -------------------------------------------------------------------------------- /Unity/CustomPlatforms/Assets/Materials/BetterBlack.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/Assets/Materials/BetterBlack.mat.meta -------------------------------------------------------------------------------- /Unity/CustomPlatforms/Assets/Materials/Floor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/Assets/Materials/Floor.png -------------------------------------------------------------------------------- /Unity/CustomPlatforms/Assets/Materials/Floor.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/Assets/Materials/Floor.png.meta -------------------------------------------------------------------------------- /Unity/CustomPlatforms/Assets/Materials/FloorGridDirt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/Assets/Materials/FloorGridDirt.png -------------------------------------------------------------------------------- /Unity/CustomPlatforms/Assets/Materials/FloorGridDirt.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/Assets/Materials/FloorGridDirt.png.meta -------------------------------------------------------------------------------- /Unity/CustomPlatforms/Assets/Materials/GLOW_BLUE.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/Assets/Materials/GLOW_BLUE.mat -------------------------------------------------------------------------------- /Unity/CustomPlatforms/Assets/Materials/GLOW_BLUE.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/Assets/Materials/GLOW_BLUE.mat.meta -------------------------------------------------------------------------------- /Unity/CustomPlatforms/Assets/Materials/GLOW_RED.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/Assets/Materials/GLOW_RED.mat -------------------------------------------------------------------------------- /Unity/CustomPlatforms/Assets/Materials/GLOW_RED.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/Assets/Materials/GLOW_RED.mat.meta -------------------------------------------------------------------------------- /Unity/CustomPlatforms/Assets/Materials/_dark_replace.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/Assets/Materials/_dark_replace.mat -------------------------------------------------------------------------------- /Unity/CustomPlatforms/Assets/Materials/_dark_replace.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/Assets/Materials/_dark_replace.mat.meta -------------------------------------------------------------------------------- /Unity/CustomPlatforms/Assets/Materials/_glow_replace.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/Assets/Materials/_glow_replace.mat -------------------------------------------------------------------------------- /Unity/CustomPlatforms/Assets/Materials/_glow_replace.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/Assets/Materials/_glow_replace.mat.meta -------------------------------------------------------------------------------- /Unity/CustomPlatforms/Assets/Materials/simple platform b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/Assets/Materials/simple platform b.png -------------------------------------------------------------------------------- /Unity/CustomPlatforms/Assets/Materials/simple platform b.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/Assets/Materials/simple platform b.png.meta -------------------------------------------------------------------------------- /Unity/CustomPlatforms/Assets/Models.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/Assets/Models.meta -------------------------------------------------------------------------------- /Unity/CustomPlatforms/Assets/Models/Default.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/Assets/Models/Default.meta -------------------------------------------------------------------------------- /Unity/CustomPlatforms/Assets/Models/Default/CombinedMesh-level7-1.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/Assets/Models/Default/CombinedMesh-level7-1.obj -------------------------------------------------------------------------------- /Unity/CustomPlatforms/Assets/Models/Default/CombinedMesh-level7-1.obj.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/Assets/Models/Default/CombinedMesh-level7-1.obj.meta -------------------------------------------------------------------------------- /Unity/CustomPlatforms/Assets/Models/Default/CombinedMesh-level7-3.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/Assets/Models/Default/CombinedMesh-level7-3.obj -------------------------------------------------------------------------------- /Unity/CustomPlatforms/Assets/Models/Default/CombinedMesh-level7-3.obj.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/Assets/Models/Default/CombinedMesh-level7-3.obj.meta -------------------------------------------------------------------------------- /Unity/CustomPlatforms/Assets/Models/Default/CombinedMesh-level7-4.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/Assets/Models/Default/CombinedMesh-level7-4.obj -------------------------------------------------------------------------------- /Unity/CustomPlatforms/Assets/Models/Default/CombinedMesh-level7-4.obj.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/Assets/Models/Default/CombinedMesh-level7-4.obj.meta -------------------------------------------------------------------------------- /Unity/CustomPlatforms/Assets/Models/Default/CombinedMesh-level7-5.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/Assets/Models/Default/CombinedMesh-level7-5.obj -------------------------------------------------------------------------------- /Unity/CustomPlatforms/Assets/Models/Default/CombinedMesh-level7-5.obj.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/Assets/Models/Default/CombinedMesh-level7-5.obj.meta -------------------------------------------------------------------------------- /Unity/CustomPlatforms/Assets/Models/Default/CombinedMesh-level7-6.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/Assets/Models/Default/CombinedMesh-level7-6.obj -------------------------------------------------------------------------------- /Unity/CustomPlatforms/Assets/Models/Default/CombinedMesh-level7-6.obj.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/Assets/Models/Default/CombinedMesh-level7-6.obj.meta -------------------------------------------------------------------------------- /Unity/CustomPlatforms/Assets/Models/Default/CombinedMesh-level7-7.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/Assets/Models/Default/CombinedMesh-level7-7.obj -------------------------------------------------------------------------------- /Unity/CustomPlatforms/Assets/Models/Default/CombinedMesh-level7-7.obj.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/Assets/Models/Default/CombinedMesh-level7-7.obj.meta -------------------------------------------------------------------------------- /Unity/CustomPlatforms/Assets/Models/Default/CombinedMesh-level7-8.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/Assets/Models/Default/CombinedMesh-level7-8.obj -------------------------------------------------------------------------------- /Unity/CustomPlatforms/Assets/Models/Default/CombinedMesh-level7-8.obj.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/Assets/Models/Default/CombinedMesh-level7-8.obj.meta -------------------------------------------------------------------------------- /Unity/CustomPlatforms/Assets/Models/Default/Ring-sharedassets6.assets-11.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/Assets/Models/Default/Ring-sharedassets6.assets-11.obj -------------------------------------------------------------------------------- /Unity/CustomPlatforms/Assets/Models/Default/Ring-sharedassets6.assets-11.obj.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/Assets/Models/Default/Ring-sharedassets6.assets-11.obj.meta -------------------------------------------------------------------------------- /Unity/CustomPlatforms/Assets/Models/Default/Ring-sharedassets6.assets-12.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/Assets/Models/Default/Ring-sharedassets6.assets-12.obj -------------------------------------------------------------------------------- /Unity/CustomPlatforms/Assets/Models/Default/Ring-sharedassets6.assets-12.obj.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/Assets/Models/Default/Ring-sharedassets6.assets-12.obj.meta -------------------------------------------------------------------------------- /Unity/CustomPlatforms/Assets/Models/Playground.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/Assets/Models/Playground.meta -------------------------------------------------------------------------------- /Unity/CustomPlatforms/Assets/Models/Playground/Ring.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/Assets/Models/Playground/Ring.prefab -------------------------------------------------------------------------------- /Unity/CustomPlatforms/Assets/Models/Playground/Ring.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/Assets/Models/Playground/Ring.prefab.meta -------------------------------------------------------------------------------- /Unity/CustomPlatforms/Assets/Models/Playground/Spectrogram.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/Assets/Models/Playground/Spectrogram.prefab -------------------------------------------------------------------------------- /Unity/CustomPlatforms/Assets/Models/Playground/Spectrogram.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/Assets/Models/Playground/Spectrogram.prefab.meta -------------------------------------------------------------------------------- /Unity/CustomPlatforms/Assets/Scenes.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/Assets/Scenes.meta -------------------------------------------------------------------------------- /Unity/CustomPlatforms/Assets/Scenes/DefaultPlatform.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/Assets/Scenes/DefaultPlatform.unity -------------------------------------------------------------------------------- /Unity/CustomPlatforms/Assets/Scenes/DefaultPlatform.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/Assets/Scenes/DefaultPlatform.unity.meta -------------------------------------------------------------------------------- /Unity/CustomPlatforms/Assets/Scenes/Playground.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/Assets/Scenes/Playground.unity -------------------------------------------------------------------------------- /Unity/CustomPlatforms/Assets/Scenes/Playground.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/Assets/Scenes/Playground.unity.meta -------------------------------------------------------------------------------- /Unity/CustomPlatforms/Assets/Scripts.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/Assets/Scripts.meta -------------------------------------------------------------------------------- /Unity/CustomPlatforms/Assets/Scripts/CustomFloorPlugin.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/Assets/Scripts/CustomFloorPlugin.dll -------------------------------------------------------------------------------- /Unity/CustomPlatforms/Assets/Scripts/CustomFloorPlugin.dll.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/Assets/Scripts/CustomFloorPlugin.dll.meta -------------------------------------------------------------------------------- /Unity/CustomPlatforms/Assets/Scripts/Editor.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/Assets/Scripts/Editor.meta -------------------------------------------------------------------------------- /Unity/CustomPlatforms/Assets/Scripts/Editor/CustomPlatformEditor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/Assets/Scripts/Editor/CustomPlatformEditor.cs -------------------------------------------------------------------------------- /Unity/CustomPlatforms/Assets/Scripts/Editor/CustomPlatformEditor.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/Assets/Scripts/Editor/CustomPlatformEditor.cs.meta -------------------------------------------------------------------------------- /Unity/CustomPlatforms/Assets/Scripts/Editor/PrefabLightmapDataEditor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/Assets/Scripts/Editor/PrefabLightmapDataEditor.cs -------------------------------------------------------------------------------- /Unity/CustomPlatforms/Assets/Scripts/Editor/PrefabLightmapDataEditor.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/Assets/Scripts/Editor/PrefabLightmapDataEditor.cs.meta -------------------------------------------------------------------------------- /Unity/CustomPlatforms/Assets/Shaders.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/Assets/Shaders.meta -------------------------------------------------------------------------------- /Unity/CustomPlatforms/Assets/Shaders/bs_standard.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/Assets/Shaders/bs_standard.shader -------------------------------------------------------------------------------- /Unity/CustomPlatforms/Assets/Shaders/bs_standard.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/Assets/Shaders/bs_standard.shader.meta -------------------------------------------------------------------------------- /Unity/CustomPlatforms/Assets/TextMesh Pro.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/Assets/TextMesh Pro.meta -------------------------------------------------------------------------------- /Unity/CustomPlatforms/Assets/TextMesh Pro/Documentation.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/Assets/TextMesh Pro/Documentation.meta -------------------------------------------------------------------------------- /Unity/CustomPlatforms/Assets/TextMesh Pro/Documentation/TextMesh Pro User Guide 2016.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/Assets/TextMesh Pro/Documentation/TextMesh Pro User Guide 2016.pdf -------------------------------------------------------------------------------- /Unity/CustomPlatforms/Assets/TextMesh Pro/Documentation/TextMesh Pro User Guide 2016.pdf.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/Assets/TextMesh Pro/Documentation/TextMesh Pro User Guide 2016.pdf.meta -------------------------------------------------------------------------------- /Unity/CustomPlatforms/Assets/TextMesh Pro/Fonts.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/Assets/TextMesh Pro/Fonts.meta -------------------------------------------------------------------------------- /Unity/CustomPlatforms/Assets/TextMesh Pro/Fonts/LiberationSans - OFL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/Assets/TextMesh Pro/Fonts/LiberationSans - OFL.txt -------------------------------------------------------------------------------- /Unity/CustomPlatforms/Assets/TextMesh Pro/Fonts/LiberationSans - OFL.txt.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/Assets/TextMesh Pro/Fonts/LiberationSans - OFL.txt.meta -------------------------------------------------------------------------------- /Unity/CustomPlatforms/Assets/TextMesh Pro/Fonts/LiberationSans.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/Assets/TextMesh Pro/Fonts/LiberationSans.ttf -------------------------------------------------------------------------------- /Unity/CustomPlatforms/Assets/TextMesh Pro/Fonts/LiberationSans.ttf.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/Assets/TextMesh Pro/Fonts/LiberationSans.ttf.meta -------------------------------------------------------------------------------- /Unity/CustomPlatforms/Assets/TextMesh Pro/Resources.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/Assets/TextMesh Pro/Resources.meta -------------------------------------------------------------------------------- /Unity/CustomPlatforms/Assets/TextMesh Pro/Resources/Fonts & Materials.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/Assets/TextMesh Pro/Resources/Fonts & Materials.meta -------------------------------------------------------------------------------- /Unity/CustomPlatforms/Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Drop Shadow.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Drop Shadow.mat -------------------------------------------------------------------------------- /Unity/CustomPlatforms/Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Drop Shadow.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Drop Shadow.mat.meta -------------------------------------------------------------------------------- /Unity/CustomPlatforms/Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Fallback.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Fallback.asset -------------------------------------------------------------------------------- /Unity/CustomPlatforms/Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Fallback.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Fallback.asset.meta -------------------------------------------------------------------------------- /Unity/CustomPlatforms/Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Outline.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Outline.mat -------------------------------------------------------------------------------- /Unity/CustomPlatforms/Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Outline.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Outline.mat.meta -------------------------------------------------------------------------------- /Unity/CustomPlatforms/Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF.asset -------------------------------------------------------------------------------- /Unity/CustomPlatforms/Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF.asset.meta -------------------------------------------------------------------------------- /Unity/CustomPlatforms/Assets/TextMesh Pro/Resources/LineBreaking Following Characters.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/Assets/TextMesh Pro/Resources/LineBreaking Following Characters.txt -------------------------------------------------------------------------------- /Unity/CustomPlatforms/Assets/TextMesh Pro/Resources/LineBreaking Following Characters.txt.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/Assets/TextMesh Pro/Resources/LineBreaking Following Characters.txt.meta -------------------------------------------------------------------------------- /Unity/CustomPlatforms/Assets/TextMesh Pro/Resources/LineBreaking Leading Characters.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/Assets/TextMesh Pro/Resources/LineBreaking Leading Characters.txt -------------------------------------------------------------------------------- /Unity/CustomPlatforms/Assets/TextMesh Pro/Resources/LineBreaking Leading Characters.txt.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/Assets/TextMesh Pro/Resources/LineBreaking Leading Characters.txt.meta -------------------------------------------------------------------------------- /Unity/CustomPlatforms/Assets/TextMesh Pro/Resources/Shaders.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/Assets/TextMesh Pro/Resources/Shaders.meta -------------------------------------------------------------------------------- /Unity/CustomPlatforms/Assets/TextMesh Pro/Resources/Shaders/TMP_Bitmap-Custom-Atlas.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/Assets/TextMesh Pro/Resources/Shaders/TMP_Bitmap-Custom-Atlas.shader -------------------------------------------------------------------------------- /Unity/CustomPlatforms/Assets/TextMesh Pro/Resources/Shaders/TMP_Bitmap-Custom-Atlas.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/Assets/TextMesh Pro/Resources/Shaders/TMP_Bitmap-Custom-Atlas.shader.meta -------------------------------------------------------------------------------- /Unity/CustomPlatforms/Assets/TextMesh Pro/Resources/Shaders/TMP_Bitmap-Mobile.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/Assets/TextMesh Pro/Resources/Shaders/TMP_Bitmap-Mobile.shader -------------------------------------------------------------------------------- /Unity/CustomPlatforms/Assets/TextMesh Pro/Resources/Shaders/TMP_Bitmap-Mobile.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/Assets/TextMesh Pro/Resources/Shaders/TMP_Bitmap-Mobile.shader.meta -------------------------------------------------------------------------------- /Unity/CustomPlatforms/Assets/TextMesh Pro/Resources/Shaders/TMP_Bitmap.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/Assets/TextMesh Pro/Resources/Shaders/TMP_Bitmap.shader -------------------------------------------------------------------------------- /Unity/CustomPlatforms/Assets/TextMesh Pro/Resources/Shaders/TMP_Bitmap.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/Assets/TextMesh Pro/Resources/Shaders/TMP_Bitmap.shader.meta -------------------------------------------------------------------------------- /Unity/CustomPlatforms/Assets/TextMesh Pro/Resources/Shaders/TMP_SDF Overlay.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/Assets/TextMesh Pro/Resources/Shaders/TMP_SDF Overlay.shader -------------------------------------------------------------------------------- /Unity/CustomPlatforms/Assets/TextMesh Pro/Resources/Shaders/TMP_SDF Overlay.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/Assets/TextMesh Pro/Resources/Shaders/TMP_SDF Overlay.shader.meta -------------------------------------------------------------------------------- /Unity/CustomPlatforms/Assets/TextMesh Pro/Resources/Shaders/TMP_SDF-Mobile Masking.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/Assets/TextMesh Pro/Resources/Shaders/TMP_SDF-Mobile Masking.shader -------------------------------------------------------------------------------- /Unity/CustomPlatforms/Assets/TextMesh Pro/Resources/Shaders/TMP_SDF-Mobile Masking.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/Assets/TextMesh Pro/Resources/Shaders/TMP_SDF-Mobile Masking.shader.meta -------------------------------------------------------------------------------- /Unity/CustomPlatforms/Assets/TextMesh Pro/Resources/Shaders/TMP_SDF-Mobile Overlay.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/Assets/TextMesh Pro/Resources/Shaders/TMP_SDF-Mobile Overlay.shader -------------------------------------------------------------------------------- /Unity/CustomPlatforms/Assets/TextMesh Pro/Resources/Shaders/TMP_SDF-Mobile Overlay.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/Assets/TextMesh Pro/Resources/Shaders/TMP_SDF-Mobile Overlay.shader.meta -------------------------------------------------------------------------------- /Unity/CustomPlatforms/Assets/TextMesh Pro/Resources/Shaders/TMP_SDF-Mobile.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/Assets/TextMesh Pro/Resources/Shaders/TMP_SDF-Mobile.shader -------------------------------------------------------------------------------- /Unity/CustomPlatforms/Assets/TextMesh Pro/Resources/Shaders/TMP_SDF-Mobile.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/Assets/TextMesh Pro/Resources/Shaders/TMP_SDF-Mobile.shader.meta -------------------------------------------------------------------------------- /Unity/CustomPlatforms/Assets/TextMesh Pro/Resources/Shaders/TMP_SDF-Surface-Mobile.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/Assets/TextMesh Pro/Resources/Shaders/TMP_SDF-Surface-Mobile.shader -------------------------------------------------------------------------------- /Unity/CustomPlatforms/Assets/TextMesh Pro/Resources/Shaders/TMP_SDF-Surface-Mobile.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/Assets/TextMesh Pro/Resources/Shaders/TMP_SDF-Surface-Mobile.shader.meta -------------------------------------------------------------------------------- /Unity/CustomPlatforms/Assets/TextMesh Pro/Resources/Shaders/TMP_SDF-Surface.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/Assets/TextMesh Pro/Resources/Shaders/TMP_SDF-Surface.shader -------------------------------------------------------------------------------- /Unity/CustomPlatforms/Assets/TextMesh Pro/Resources/Shaders/TMP_SDF-Surface.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/Assets/TextMesh Pro/Resources/Shaders/TMP_SDF-Surface.shader.meta -------------------------------------------------------------------------------- /Unity/CustomPlatforms/Assets/TextMesh Pro/Resources/Shaders/TMP_SDF.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/Assets/TextMesh Pro/Resources/Shaders/TMP_SDF.shader -------------------------------------------------------------------------------- /Unity/CustomPlatforms/Assets/TextMesh Pro/Resources/Shaders/TMP_SDF.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/Assets/TextMesh Pro/Resources/Shaders/TMP_SDF.shader.meta -------------------------------------------------------------------------------- /Unity/CustomPlatforms/Assets/TextMesh Pro/Resources/Shaders/TMP_Sprite.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/Assets/TextMesh Pro/Resources/Shaders/TMP_Sprite.shader -------------------------------------------------------------------------------- /Unity/CustomPlatforms/Assets/TextMesh Pro/Resources/Shaders/TMP_Sprite.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/Assets/TextMesh Pro/Resources/Shaders/TMP_Sprite.shader.meta -------------------------------------------------------------------------------- /Unity/CustomPlatforms/Assets/TextMesh Pro/Resources/Shaders/TMPro.cginc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/Assets/TextMesh Pro/Resources/Shaders/TMPro.cginc -------------------------------------------------------------------------------- /Unity/CustomPlatforms/Assets/TextMesh Pro/Resources/Shaders/TMPro.cginc.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/Assets/TextMesh Pro/Resources/Shaders/TMPro.cginc.meta -------------------------------------------------------------------------------- /Unity/CustomPlatforms/Assets/TextMesh Pro/Resources/Shaders/TMPro_Properties.cginc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/Assets/TextMesh Pro/Resources/Shaders/TMPro_Properties.cginc -------------------------------------------------------------------------------- /Unity/CustomPlatforms/Assets/TextMesh Pro/Resources/Shaders/TMPro_Properties.cginc.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/Assets/TextMesh Pro/Resources/Shaders/TMPro_Properties.cginc.meta -------------------------------------------------------------------------------- /Unity/CustomPlatforms/Assets/TextMesh Pro/Resources/Shaders/TMPro_Surface.cginc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/Assets/TextMesh Pro/Resources/Shaders/TMPro_Surface.cginc -------------------------------------------------------------------------------- /Unity/CustomPlatforms/Assets/TextMesh Pro/Resources/Shaders/TMPro_Surface.cginc.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/Assets/TextMesh Pro/Resources/Shaders/TMPro_Surface.cginc.meta -------------------------------------------------------------------------------- /Unity/CustomPlatforms/Assets/TextMesh Pro/Resources/Sprite Assets.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/Assets/TextMesh Pro/Resources/Sprite Assets.meta -------------------------------------------------------------------------------- /Unity/CustomPlatforms/Assets/TextMesh Pro/Resources/Sprite Assets/EmojiOne.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/Assets/TextMesh Pro/Resources/Sprite Assets/EmojiOne.asset -------------------------------------------------------------------------------- /Unity/CustomPlatforms/Assets/TextMesh Pro/Resources/Sprite Assets/EmojiOne.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/Assets/TextMesh Pro/Resources/Sprite Assets/EmojiOne.asset.meta -------------------------------------------------------------------------------- /Unity/CustomPlatforms/Assets/TextMesh Pro/Resources/Style Sheets.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/Assets/TextMesh Pro/Resources/Style Sheets.meta -------------------------------------------------------------------------------- /Unity/CustomPlatforms/Assets/TextMesh Pro/Resources/Style Sheets/Default Style Sheet.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/Assets/TextMesh Pro/Resources/Style Sheets/Default Style Sheet.asset -------------------------------------------------------------------------------- /Unity/CustomPlatforms/Assets/TextMesh Pro/Resources/Style Sheets/Default Style Sheet.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/Assets/TextMesh Pro/Resources/Style Sheets/Default Style Sheet.asset.meta -------------------------------------------------------------------------------- /Unity/CustomPlatforms/Assets/TextMesh Pro/Resources/TMP Settings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/Assets/TextMesh Pro/Resources/TMP Settings.asset -------------------------------------------------------------------------------- /Unity/CustomPlatforms/Assets/TextMesh Pro/Resources/TMP Settings.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/Assets/TextMesh Pro/Resources/TMP Settings.asset.meta -------------------------------------------------------------------------------- /Unity/CustomPlatforms/Assets/TextMesh Pro/Sprites.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/Assets/TextMesh Pro/Sprites.meta -------------------------------------------------------------------------------- /Unity/CustomPlatforms/Assets/TextMesh Pro/Sprites/EmojiOne Attribution.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/Assets/TextMesh Pro/Sprites/EmojiOne Attribution.txt -------------------------------------------------------------------------------- /Unity/CustomPlatforms/Assets/TextMesh Pro/Sprites/EmojiOne Attribution.txt.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/Assets/TextMesh Pro/Sprites/EmojiOne Attribution.txt.meta -------------------------------------------------------------------------------- /Unity/CustomPlatforms/Assets/TextMesh Pro/Sprites/EmojiOne.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/Assets/TextMesh Pro/Sprites/EmojiOne.json -------------------------------------------------------------------------------- /Unity/CustomPlatforms/Assets/TextMesh Pro/Sprites/EmojiOne.json.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/Assets/TextMesh Pro/Sprites/EmojiOne.json.meta -------------------------------------------------------------------------------- /Unity/CustomPlatforms/Assets/TextMesh Pro/Sprites/EmojiOne.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/Assets/TextMesh Pro/Sprites/EmojiOne.png -------------------------------------------------------------------------------- /Unity/CustomPlatforms/Assets/TextMesh Pro/Sprites/EmojiOne.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/Assets/TextMesh Pro/Sprites/EmojiOne.png.meta -------------------------------------------------------------------------------- /Unity/CustomPlatforms/Packages/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/Packages/manifest.json -------------------------------------------------------------------------------- /Unity/CustomPlatforms/Packages/packages-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/Packages/packages-lock.json -------------------------------------------------------------------------------- /Unity/CustomPlatforms/ProjectSettings/AudioManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/ProjectSettings/AudioManager.asset -------------------------------------------------------------------------------- /Unity/CustomPlatforms/ProjectSettings/ClusterInputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/ProjectSettings/ClusterInputManager.asset -------------------------------------------------------------------------------- /Unity/CustomPlatforms/ProjectSettings/DynamicsManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/ProjectSettings/DynamicsManager.asset -------------------------------------------------------------------------------- /Unity/CustomPlatforms/ProjectSettings/EditorBuildSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/ProjectSettings/EditorBuildSettings.asset -------------------------------------------------------------------------------- /Unity/CustomPlatforms/ProjectSettings/EditorSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/ProjectSettings/EditorSettings.asset -------------------------------------------------------------------------------- /Unity/CustomPlatforms/ProjectSettings/GraphicsSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/ProjectSettings/GraphicsSettings.asset -------------------------------------------------------------------------------- /Unity/CustomPlatforms/ProjectSettings/InputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/ProjectSettings/InputManager.asset -------------------------------------------------------------------------------- /Unity/CustomPlatforms/ProjectSettings/NavMeshAreas.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/ProjectSettings/NavMeshAreas.asset -------------------------------------------------------------------------------- /Unity/CustomPlatforms/ProjectSettings/NetworkManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/ProjectSettings/NetworkManager.asset -------------------------------------------------------------------------------- /Unity/CustomPlatforms/ProjectSettings/PackageManagerSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/ProjectSettings/PackageManagerSettings.asset -------------------------------------------------------------------------------- /Unity/CustomPlatforms/ProjectSettings/Physics2DSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/ProjectSettings/Physics2DSettings.asset -------------------------------------------------------------------------------- /Unity/CustomPlatforms/ProjectSettings/PresetManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/ProjectSettings/PresetManager.asset -------------------------------------------------------------------------------- /Unity/CustomPlatforms/ProjectSettings/ProjectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/ProjectSettings/ProjectSettings.asset -------------------------------------------------------------------------------- /Unity/CustomPlatforms/ProjectSettings/ProjectVersion.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/ProjectSettings/ProjectVersion.txt -------------------------------------------------------------------------------- /Unity/CustomPlatforms/ProjectSettings/QualitySettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/ProjectSettings/QualitySettings.asset -------------------------------------------------------------------------------- /Unity/CustomPlatforms/ProjectSettings/TagManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/ProjectSettings/TagManager.asset -------------------------------------------------------------------------------- /Unity/CustomPlatforms/ProjectSettings/TimeManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/ProjectSettings/TimeManager.asset -------------------------------------------------------------------------------- /Unity/CustomPlatforms/ProjectSettings/UnityConnectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/ProjectSettings/UnityConnectSettings.asset -------------------------------------------------------------------------------- /Unity/CustomPlatforms/ProjectSettings/VFXManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/ProjectSettings/VFXManager.asset -------------------------------------------------------------------------------- /Unity/CustomPlatforms/ProjectSettings/XRSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/CustomPlatforms/ProjectSettings/XRSettings.asset -------------------------------------------------------------------------------- /Unity/Script/CustomFloorPlugin.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/Script/CustomFloorPlugin.sln -------------------------------------------------------------------------------- /Unity/Script/CustomFloorPlugin/CameraVisibility.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/Script/CustomFloorPlugin/CameraVisibility.cs -------------------------------------------------------------------------------- /Unity/Script/CustomFloorPlugin/ColorMaterial.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/Script/CustomFloorPlugin/ColorMaterial.cs -------------------------------------------------------------------------------- /Unity/Script/CustomFloorPlugin/ComboReachedEvent.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/Script/CustomFloorPlugin/ComboReachedEvent.cs -------------------------------------------------------------------------------- /Unity/Script/CustomFloorPlugin/CustomFloorPlugin.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/Script/CustomFloorPlugin/CustomFloorPlugin.csproj -------------------------------------------------------------------------------- /Unity/Script/CustomFloorPlugin/CustomPlatform.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/Script/CustomFloorPlugin/CustomPlatform.cs -------------------------------------------------------------------------------- /Unity/Script/CustomFloorPlugin/Directory.Build.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/Script/CustomFloorPlugin/Directory.Build.targets -------------------------------------------------------------------------------- /Unity/Script/CustomFloorPlugin/EventManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/Script/CustomFloorPlugin/EventManager.cs -------------------------------------------------------------------------------- /Unity/Script/CustomFloorPlugin/EveryNthComboFilter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/Script/CustomFloorPlugin/EveryNthComboFilter.cs -------------------------------------------------------------------------------- /Unity/Script/CustomFloorPlugin/PairRotationEventEffect.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/Script/CustomFloorPlugin/PairRotationEventEffect.cs -------------------------------------------------------------------------------- /Unity/Script/CustomFloorPlugin/PrefabLightmapData.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/Script/CustomFloorPlugin/PrefabLightmapData.cs -------------------------------------------------------------------------------- /Unity/Script/CustomFloorPlugin/RotationEventEffect.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/Script/CustomFloorPlugin/RotationEventEffect.cs -------------------------------------------------------------------------------- /Unity/Script/CustomFloorPlugin/SaberSliceFilter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/Script/CustomFloorPlugin/SaberSliceFilter.cs -------------------------------------------------------------------------------- /Unity/Script/CustomFloorPlugin/SongEventHandler.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/Script/CustomFloorPlugin/SongEventHandler.cs -------------------------------------------------------------------------------- /Unity/Script/CustomFloorPlugin/SongEventType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/Script/CustomFloorPlugin/SongEventType.cs -------------------------------------------------------------------------------- /Unity/Script/CustomFloorPlugin/Spectrogram.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/Script/CustomFloorPlugin/Spectrogram.cs -------------------------------------------------------------------------------- /Unity/Script/CustomFloorPlugin/SpectrogramAnimationState.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/Script/CustomFloorPlugin/SpectrogramAnimationState.cs -------------------------------------------------------------------------------- /Unity/Script/CustomFloorPlugin/SpectrogramMaterial.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/Script/CustomFloorPlugin/SpectrogramMaterial.cs -------------------------------------------------------------------------------- /Unity/Script/CustomFloorPlugin/TextEventFilter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/Script/CustomFloorPlugin/TextEventFilter.cs -------------------------------------------------------------------------------- /Unity/Script/CustomFloorPlugin/TrackMirror.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/Script/CustomFloorPlugin/TrackMirror.cs -------------------------------------------------------------------------------- /Unity/Script/CustomFloorPlugin/TrackRings.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/Script/CustomFloorPlugin/TrackRings.cs -------------------------------------------------------------------------------- /Unity/Script/CustomFloorPlugin/TubeLight.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/Unity/Script/CustomFloorPlugin/TubeLight.cs -------------------------------------------------------------------------------- /bsinstalldir.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/affederaffe/CustomPlatforms/HEAD/bsinstalldir.txt --------------------------------------------------------------------------------