├── .github └── workflows │ └── upm.yml ├── .gitignore ├── Assets ├── CHANGELOG.md ├── CHANGELOG.md.meta ├── Editor.meta ├── Editor │ ├── Animation.meta │ ├── Animation │ │ ├── AnimationParameterDrawer.cs │ │ ├── AnimationParameterDrawer.cs.meta │ │ ├── AnimatorControllerEditor.cs │ │ └── AnimatorControllerEditor.cs.meta │ ├── AssetImporter.meta │ ├── AssetImporter │ │ ├── AnimationEventsData.cs │ │ ├── AnimationEventsData.cs.meta │ │ ├── ColliderImporter.cs │ │ ├── ColliderImporter.cs.meta │ │ ├── EventsImporter.cs │ │ └── EventsImporter.cs.meta │ ├── BitPicker.meta │ ├── BitPicker │ │ ├── BitPickerConfig.asset │ │ ├── BitPickerConfig.asset.meta │ │ ├── BitPickerConfig.cs │ │ ├── BitPickerConfig.cs.meta │ │ ├── BitPickerHelper.cs │ │ ├── BitPickerHelper.cs.meta │ │ ├── BitPickerProvider.cs │ │ ├── BitPickerProvider.cs.meta │ │ ├── BitPickerWindow.cs │ │ ├── BitPickerWindow.cs.meta │ │ ├── BitPickerWorker.cs │ │ ├── BitPickerWorker.cs.meta │ │ ├── FuzzyMatcher.cs │ │ ├── FuzzyMatcher.cs.meta │ │ ├── FuzzyMatcherConfig.cs │ │ ├── FuzzyMatcherConfig.cs.meta │ │ ├── Providers.meta │ │ └── Providers │ │ │ ├── BitPickerHierarchyProvider.asset │ │ │ ├── BitPickerHierarchyProvider.asset.meta │ │ │ ├── BitPickerHierarchyProvider.cs │ │ │ ├── BitPickerHierarchyProvider.cs.meta │ │ │ ├── BitPickerProjectProvider.asset │ │ │ ├── BitPickerProjectProvider.asset.meta │ │ │ ├── BitPickerProjectProvider.cs │ │ │ └── BitPickerProjectProvider.cs.meta │ ├── BitPipe.meta │ ├── BitPipe │ │ ├── BitFolder.cs │ │ ├── BitFolder.cs.meta │ │ ├── BitFolderIntegrity.cs │ │ ├── BitFolderIntegrity.cs.meta │ │ ├── BitPipeHelper.cs │ │ ├── BitPipeHelper.cs.meta │ │ ├── BitPipeSettings.asset │ │ ├── BitPipeSettings.asset.meta │ │ ├── BitPipeSettings.cs │ │ ├── BitPipeSettings.cs.meta │ │ ├── BitPipeWindow.cs │ │ ├── BitPipeWindow.cs.meta │ │ ├── SceneOrganizer.cs │ │ ├── SceneOrganizer.cs.meta │ │ ├── TerrainOrganizer.cs │ │ └── TerrainOrganizer.cs.meta │ ├── EditorGraph.meta │ ├── EditorGraph │ │ ├── EditorGraph.cs │ │ ├── EditorGraph.cs.meta │ │ ├── EditorGraphController.cs │ │ ├── EditorGraphController.cs.meta │ │ ├── EditorGraphControllerHelper.cs │ │ ├── EditorGraphControllerHelper.cs.meta │ │ ├── EditorGraphGUI.cs │ │ ├── EditorGraphGUI.cs.meta │ │ ├── EditorGraphNode.cs │ │ ├── EditorGraphNode.cs.meta │ │ ├── SlotDrawer.cs │ │ └── SlotDrawer.cs.meta │ ├── EditorUtil.meta │ ├── EditorUtil │ │ ├── BoxGroup.cs │ │ ├── BoxGroup.cs.meta │ │ ├── DisabledGroup.cs │ │ ├── DisabledGroup.cs.meta │ │ ├── FadeGroup.cs │ │ ├── FadeGroup.cs.meta │ │ ├── FieldWidth.cs │ │ ├── FieldWidth.cs.meta │ │ ├── Horizontal.cs │ │ ├── Horizontal.cs.meta │ │ ├── IndentLevel.cs │ │ ├── IndentLevel.cs.meta │ │ ├── LabelWidth.cs │ │ ├── LabelWidth.cs.meta │ │ ├── Property.cs │ │ ├── Property.cs.meta │ │ ├── ScrollView.cs │ │ ├── ScrollView.cs.meta │ │ ├── Vertical.cs │ │ └── Vertical.cs.meta │ ├── Extensions.meta │ ├── Extensions │ │ ├── RectExtensions.cs │ │ └── RectExtensions.cs.meta │ ├── Graphics.meta │ ├── Graphics │ │ ├── ParticleControllerDrawer.cs │ │ └── ParticleControllerDrawer.cs.meta │ ├── Helpers.meta │ ├── Helpers │ │ ├── AssetDatabaseHelper.cs │ │ ├── AssetDatabaseHelper.cs.meta │ │ ├── EditorHelper.cs │ │ ├── EditorHelper.cs.meta │ │ ├── FileSystemHelper.cs │ │ ├── FileSystemHelper.cs.meta │ │ ├── ProjectBrowserHelper.cs │ │ ├── ProjectBrowserHelper.cs.meta │ │ ├── PropertyDrawerHelper.cs │ │ ├── PropertyDrawerHelper.cs.meta │ │ ├── ScriptDefinesHelper.cs │ │ ├── ScriptDefinesHelper.cs.meta │ │ ├── SerializedPropertyHelper.cs │ │ ├── SerializedPropertyHelper.cs.meta │ │ ├── StaticReflectionHelper.cs │ │ └── StaticReflectionHelper.cs.meta │ ├── Inspector.meta │ ├── Inspector │ │ ├── ContextMenus.meta │ │ ├── ContextMenus │ │ │ ├── ComponentContextMenu.cs │ │ │ ├── ComponentContextMenu.cs.meta │ │ │ ├── MaterialContextMenu.cs │ │ │ ├── MaterialContextMenu.cs.meta │ │ │ ├── ScriptableObjectContextMenu.cs │ │ │ ├── ScriptableObjectContextMenu.cs.meta │ │ │ ├── ScriptableObjectCreator.cs │ │ │ └── ScriptableObjectCreator.cs.meta │ │ ├── Decorators.meta │ │ ├── Decorators │ │ │ ├── HelpBoxDecorator.cs │ │ │ ├── HelpBoxDecorator.cs.meta │ │ │ ├── ShowImplementedInterfacesDecorator.cs │ │ │ └── ShowImplementedInterfacesDecorator.cs.meta │ │ ├── Drawers.meta │ │ ├── Drawers │ │ │ ├── ExponentInfoDrawer.cs │ │ │ ├── ExponentInfoDrawer.cs.meta │ │ │ ├── ExtendedScriptableObjectDrawer.cs │ │ │ ├── ExtendedScriptableObjectDrawer.cs.meta │ │ │ ├── FolderPathAttributeDrawer.cs │ │ │ ├── FolderPathAttributeDrawer.cs.meta │ │ │ ├── InlineScriptableObjectAttributeDrawer.cs │ │ │ ├── InlineScriptableObjectAttributeDrawer.cs.meta │ │ │ ├── LayerSelectorDrawer.cs │ │ │ ├── LayerSelectorDrawer.cs.meta │ │ │ ├── ReadOnlyDrawer.cs │ │ │ ├── ReadOnlyDrawer.cs.meta │ │ │ ├── RequireInterfaceDrawer.cs │ │ │ ├── RequireInterfaceDrawer.cs.meta │ │ │ ├── RequiredReferenceDrawer.cs │ │ │ ├── RequiredReferenceDrawer.cs.meta │ │ │ ├── TagSelectorDrawer.cs │ │ │ ├── TagSelectorDrawer.cs.meta │ │ │ ├── UnitDrawer.cs │ │ │ └── UnitDrawer.cs.meta │ │ ├── EditorCoroutine.cs │ │ ├── EditorCoroutine.cs.meta │ │ ├── InspectorButton.meta │ │ ├── InspectorButton │ │ │ ├── BehaviourButtonsEditor.cs │ │ │ ├── BehaviourButtonsEditor.cs.meta │ │ │ ├── ButtonAttributeHelper.cs │ │ │ ├── ButtonAttributeHelper.cs.meta │ │ │ ├── ScriptableObjectButtonsEditor.cs │ │ │ └── ScriptableObjectButtonsEditor.cs.meta │ │ ├── Isolate.cs │ │ ├── Isolate.cs.meta │ │ ├── OpenAssetListener.cs │ │ ├── OpenAssetListener.cs.meta │ │ ├── ScriptTemplate.meta │ │ ├── ScriptTemplate │ │ │ ├── ScriptTemplateCreator.cs │ │ │ ├── ScriptTemplateCreator.cs.meta │ │ │ ├── ScriptTemplatePreference.cs │ │ │ ├── ScriptTemplatePreference.cs.meta │ │ │ ├── ScriptTemplatePreferences.cs │ │ │ └── ScriptTemplatePreferences.cs.meta │ │ ├── ScriptableObjectInspectorWindow.cs │ │ ├── ScriptableObjectInspectorWindow.cs.meta │ │ ├── TransformEditor.cs │ │ └── TransformEditor.cs.meta │ ├── Math.meta │ ├── Math │ │ ├── ModifiableDrawer.cs │ │ ├── ModifiableDrawer.cs.meta │ │ ├── NumberRangeDrawer.cs │ │ ├── NumberRangeDrawer.cs.meta │ │ ├── SecureIntDrawer.cs │ │ └── SecureIntDrawer.cs.meta │ ├── Preferences.meta │ ├── Preferences │ │ ├── BitStrapDocs.cs │ │ ├── BitStrapDocs.cs.meta │ │ ├── BitStrapPreferences.cs │ │ └── BitStrapPreferences.cs.meta │ ├── Presets.meta │ ├── Presets │ │ ├── FBXImporter_SkeletalMesh.preset │ │ ├── FBXImporter_SkeletalMesh.preset.meta │ │ ├── FBXImporter_StaticMesh.preset │ │ └── FBXImporter_StaticMesh.preset.meta │ ├── References.meta │ ├── References │ │ ├── ReferencesDrawer.cs │ │ ├── ReferencesDrawer.cs.meta │ │ ├── ReferencesObjectEditor.cs │ │ └── ReferencesObjectEditor.cs.meta │ ├── Shaders.meta │ ├── Shaders │ │ ├── BackgroundBlurEditor.cs │ │ └── BackgroundBlurEditor.cs.meta │ ├── ShortcutsWindow.meta │ ├── ShortcutsWindow │ │ ├── ShortcutsReferences.asset │ │ ├── ShortcutsReferences.asset.meta │ │ ├── ShortcutsReferences.cs │ │ ├── ShortcutsReferences.cs.meta │ │ ├── ShortcutsWindow.cs │ │ └── ShortcutsWindow.cs.meta │ ├── Tween.meta │ ├── Tween │ │ ├── TweenShaderEditor.cs │ │ ├── TweenShaderEditor.cs.meta │ │ ├── TweenShaderPropertiesCache.cs │ │ ├── TweenShaderPropertiesCache.cs.meta │ │ ├── TweenShaderPropertyDrawer.cs │ │ ├── TweenShaderPropertyDrawer.cs.meta │ │ ├── TweenStepEditor.cs │ │ └── TweenStepEditor.cs.meta │ ├── UMake.meta │ ├── UMake │ │ ├── BuildActions.meta │ │ ├── BuildActions │ │ │ ├── AndroidKeyAction.asset │ │ │ ├── AndroidKeyAction.asset.meta │ │ │ ├── IncrementBundleVersion.asset │ │ │ ├── IncrementBundleVersion.asset.meta │ │ │ ├── IncrementSemanticVersioningBuildAction.asset │ │ │ ├── IncrementSemanticVersioningBuildAction.asset.meta │ │ │ ├── IncrementVersionBuildAction.asset │ │ │ ├── IncrementVersionBuildAction.asset.meta │ │ │ ├── Scripts.meta │ │ │ ├── Scripts │ │ │ │ ├── AndroidKeyAction.cs │ │ │ │ ├── AndroidKeyAction.cs.meta │ │ │ │ ├── IncrementBundleVersion.cs │ │ │ │ ├── IncrementBundleVersion.cs.meta │ │ │ │ ├── IncrementSemanticVersioningBuildAction.cs │ │ │ │ ├── IncrementSemanticVersioningBuildAction.cs.meta │ │ │ │ ├── IncrementVersionBuildAction.cs │ │ │ │ ├── IncrementVersionBuildAction.cs.meta │ │ │ │ ├── SteamUploadBuildAction.cs │ │ │ │ └── SteamUploadBuildAction.cs.meta │ │ │ ├── SteamUploadBuildAction.asset │ │ │ └── SteamUploadBuildAction.asset.meta │ │ ├── Targets.meta │ │ ├── Targets │ │ │ ├── Android.asset │ │ │ ├── Android.asset.meta │ │ │ ├── WSA.asset │ │ │ ├── WSA.asset.meta │ │ │ ├── WebGL.asset │ │ │ ├── WebGL.asset.meta │ │ │ ├── Windows32.asset │ │ │ └── Windows32.asset.meta │ │ ├── UMake.asset │ │ ├── UMake.asset.meta │ │ ├── UMake.cs │ │ ├── UMake.cs.meta │ │ ├── UMakeBuildAction.cs │ │ ├── UMakeBuildAction.cs.meta │ │ ├── UMakeBuildActionEditor.cs │ │ ├── UMakeBuildActionEditor.cs.meta │ │ ├── UMakeCli.cs │ │ ├── UMakeCli.cs.meta │ │ ├── UMakeEditor.cs │ │ ├── UMakeEditor.cs.meta │ │ ├── UMakeTarget.cs │ │ ├── UMakeTarget.cs.meta │ │ ├── UMakeTargetDrawer.cs │ │ ├── UMakeTargetDrawer.cs.meta │ │ ├── UMakeTargetEditor.cs │ │ └── UMakeTargetEditor.cs.meta │ ├── Unity.BitStrap.Editor.asmdef │ ├── Unity.BitStrap.Editor.asmdef.meta │ ├── Util.meta │ └── Util │ │ ├── EditorPrefProperty.cs │ │ ├── EditorPrefProperty.cs.meta │ │ ├── TimerDurationDrawer.cs │ │ └── TimerDurationDrawer.cs.meta ├── LICENSE.md ├── LICENSE.md.meta ├── README.md ├── README.md.meta ├── Runtime.meta ├── Runtime │ ├── Animation.meta │ ├── Animation │ │ ├── AnimationParameter.cs │ │ ├── AnimationParameter.cs.meta │ │ ├── AnimatorFieldAttribute.cs │ │ ├── AnimatorFieldAttribute.cs.meta │ │ ├── BoolAnimationParameter.cs │ │ ├── BoolAnimationParameter.cs.meta │ │ ├── FloatAnimationParameter.cs │ │ ├── FloatAnimationParameter.cs.meta │ │ ├── IntAnimationParameter.cs │ │ ├── IntAnimationParameter.cs.meta │ │ ├── TriggerAnimationParameter.cs │ │ └── TriggerAnimationParameter.cs.meta │ ├── BlobSerializer.meta │ ├── BlobSerializer │ │ ├── Blob.cs │ │ ├── Blob.cs.meta │ │ ├── BlobHelper.cs │ │ ├── BlobHelper.cs.meta │ │ ├── BlobSerializer.cs │ │ ├── BlobSerializer.cs.meta │ │ ├── BlobSerializerHelper.cs │ │ └── BlobSerializerHelper.cs.meta │ ├── Compatibility.meta │ ├── Compatibility │ │ ├── UnityWebRequestHelper.cs │ │ ├── UnityWebRequestHelper.cs.meta │ │ ├── WSA.meta │ │ └── WSA │ │ │ ├── BitArrayExtensions.cs │ │ │ ├── BitArrayExtensions.cs.meta │ │ │ ├── MemberInfoExtensions.cs │ │ │ ├── MemberInfoExtensions.cs.meta │ │ │ ├── TypeExtensions.cs │ │ │ └── TypeExtensions.cs.meta │ ├── EditorGraph.meta │ ├── EditorGraph │ │ ├── EditorGraphSerializer.cs │ │ └── EditorGraphSerializer.cs.meta │ ├── Extensions.meta │ ├── Extensions │ │ ├── ArrayExtensions.cs │ │ ├── ArrayExtensions.cs.meta │ │ ├── ComponentExtensions.cs │ │ ├── ComponentExtensions.cs.meta │ │ ├── DictionaryExtensions.cs │ │ ├── DictionaryExtensions.cs.meta │ │ ├── FloatExtensions.cs │ │ ├── FloatExtensions.cs.meta │ │ ├── GameObjectExtensions.cs │ │ ├── GameObjectExtensions.cs.meta │ │ ├── HashSetExtensions.cs │ │ ├── HashSetExtensions.cs.meta │ │ ├── IntExtensions.cs │ │ ├── IntExtensions.cs.meta │ │ ├── ListExtensions.cs │ │ ├── ListExtensions.cs.meta │ │ ├── StringExtensions.cs │ │ └── StringExtensions.cs.meta │ ├── Functional.meta │ ├── Functional │ │ ├── Functional.cs │ │ ├── Functional.cs.meta │ │ ├── Option.cs │ │ ├── Option.cs.meta │ │ ├── Promise.cs │ │ ├── Promise.cs.meta │ │ ├── Result.cs │ │ ├── Result.cs.meta │ │ ├── Unit.cs │ │ └── Unit.cs.meta │ ├── Graphics.meta │ ├── Graphics │ │ ├── ParticleController.cs │ │ └── ParticleController.cs.meta │ ├── Helpers.meta │ ├── Helpers │ │ ├── ColorHelper.cs │ │ ├── ColorHelper.cs.meta │ │ ├── EmailHelper.cs │ │ ├── EmailHelper.cs.meta │ │ ├── ReflectionHelper.cs │ │ ├── ReflectionHelper.cs.meta │ │ ├── StringHelper.cs │ │ └── StringHelper.cs.meta │ ├── Inspector.meta │ ├── Inspector │ │ ├── Attributes.meta │ │ ├── Attributes │ │ │ ├── ButtonAttribute.cs │ │ │ ├── ButtonAttribute.cs.meta │ │ │ ├── ExponentInfoAttribute.cs │ │ │ ├── ExponentInfoAttribute.cs.meta │ │ │ ├── FolderPathAttribute.cs │ │ │ ├── FolderPathAttribute.cs.meta │ │ │ ├── HelpBoxAttribute.cs │ │ │ ├── HelpBoxAttribute.cs.meta │ │ │ ├── InlineScriptableObjectAttribute.cs │ │ │ ├── InlineScriptableObjectAttribute.cs.meta │ │ │ ├── LayerSelectorAttribute.cs │ │ │ ├── LayerSelectorAttribute.cs.meta │ │ │ ├── ReadOnlyAttribute.cs │ │ │ ├── ReadOnlyAttribute.cs.meta │ │ │ ├── RequireInterfaceAttribute.cs │ │ │ ├── RequireInterfaceAttribute.cs.meta │ │ │ ├── RequiredReferenceAttribute.cs │ │ │ ├── RequiredReferenceAttribute.cs.meta │ │ │ ├── ShowImplementedInterfacesAttribute.cs │ │ │ ├── ShowImplementedInterfacesAttribute.cs.meta │ │ │ ├── TagSelectorAttribute.cs │ │ │ ├── TagSelectorAttribute.cs.meta │ │ │ ├── UnitAttribute.cs │ │ │ └── UnitAttribute.cs.meta │ │ ├── MirrorTool.cs │ │ ├── MirrorTool.cs.meta │ │ ├── RuntimeConsole.cs │ │ └── RuntimeConsole.cs.meta │ ├── Math.meta │ ├── Math │ │ ├── BitHelper.cs │ │ ├── BitHelper.cs.meta │ │ ├── FastRandom.cs │ │ ├── FastRandom.cs.meta │ │ ├── Modifiable.cs │ │ ├── Modifiable.cs.meta │ │ ├── NumberRange.cs │ │ ├── NumberRange.cs.meta │ │ ├── SecureInt.cs │ │ ├── SecureInt.cs.meta │ │ ├── VectorHelper.cs │ │ └── VectorHelper.cs.meta │ ├── References.meta │ ├── References │ │ ├── References.cs │ │ ├── References.cs.meta │ │ ├── ReferencesHelper.cs │ │ ├── ReferencesHelper.cs.meta │ │ ├── ReferencesObject.cs │ │ └── ReferencesObject.cs.meta │ ├── Shaders.meta │ ├── Shaders │ │ ├── BackgroundBlur.shader │ │ ├── BackgroundBlur.shader.meta │ │ ├── Scanline.shader │ │ └── Scanline.shader.meta │ ├── Tween.meta │ ├── Tween │ │ ├── Tween.cs │ │ ├── Tween.cs.meta │ │ ├── TweenFov.cs │ │ ├── TweenFov.cs.meta │ │ ├── TweenPath.cs │ │ ├── TweenPath.cs.meta │ │ ├── TweenShader.cs │ │ ├── TweenShader.cs.meta │ │ ├── TweenShaderProperty.cs │ │ ├── TweenShaderProperty.cs.meta │ │ ├── TweenStep.cs │ │ └── TweenStep.cs.meta │ ├── Unity.BitStrap.asmdef │ ├── Unity.BitStrap.asmdef.meta │ ├── Util.meta │ ├── Util │ │ ├── BitStream.cs │ │ ├── BitStream.cs.meta │ │ ├── CircularBuffer.cs │ │ ├── CircularBuffer.cs.meta │ │ ├── Create.cs │ │ ├── Create.cs.meta │ │ ├── GUILayoutChart.cs │ │ ├── PlayerPrefProperty.cs │ │ ├── PlayerPrefProperty.cs.meta │ │ ├── SafeAction.cs │ │ ├── SafeAction.cs.meta │ │ ├── Singleton.cs │ │ ├── Singleton.cs.meta │ │ ├── Slice.cs │ │ ├── Slice.cs.meta │ │ ├── Timer.cs │ │ └── Timer.cs.meta │ ├── WebApi.meta │ └── WebApi │ │ ├── Helpers.meta │ │ ├── Helpers │ │ ├── WebActionHelper.cs │ │ ├── WebActionHelper.cs.meta │ │ ├── WebApiHelper.cs │ │ └── WebApiHelper.cs.meta │ │ ├── WebAction.cs │ │ ├── WebAction.cs.meta │ │ ├── WebApi.cs │ │ ├── WebApi.cs.meta │ │ ├── WebController.cs │ │ ├── WebController.cs.meta │ │ ├── WebSerializers.meta │ │ └── WebSerializers │ │ ├── IWebSerializer.cs │ │ ├── IWebSerializer.cs.meta │ │ ├── JsonWebSerializer.cs │ │ └── JsonWebSerializer.cs.meta ├── Samples.meta ├── Samples │ ├── Animation.meta │ ├── Animation │ │ ├── AnimationParameters.meta │ │ ├── AnimationParameters │ │ │ ├── AnimationParameters.unity │ │ │ ├── AnimationParameters.unity.meta │ │ │ ├── AnimationParametersExample.cs │ │ │ ├── AnimationParametersExample.cs.meta │ │ │ ├── ExampleAnimator.controller │ │ │ ├── ExampleAnimator.controller.meta │ │ │ ├── IndirectAnimationParametersExample.cs │ │ │ └── IndirectAnimationParametersExample.cs.meta │ │ ├── Unity.BitStrap.Example.Animation.asmdef │ │ └── Unity.BitStrap.Example.Animation.asmdef.meta │ ├── BlobSerializer.meta │ ├── BlobSerializer │ │ ├── BlobSerializerExample.cs │ │ ├── BlobSerializerExample.cs.meta │ │ ├── BlobSerializerExamples.unity │ │ ├── BlobSerializerExamples.unity.meta │ │ ├── Unity.BitStrap.Example.BlobSerializer.asmdef │ │ └── Unity.BitStrap.Example.BlobSerializer.asmdef.meta │ ├── EditorGraph.meta │ ├── EditorGraph │ │ ├── Editor.meta │ │ ├── Editor │ │ │ ├── MyGraphEditor.cs │ │ │ ├── MyGraphEditor.cs.meta │ │ │ ├── MyGraphNodeController.cs │ │ │ ├── MyGraphNodeController.cs.meta │ │ │ ├── Unity.BitStrap.Example.EditorGraph.Editor.asmdef │ │ │ └── Unity.BitStrap.Example.EditorGraph.Editor.asmdef.meta │ │ ├── MyGraph.asset │ │ ├── MyGraph.asset.meta │ │ ├── MyGraph.cs │ │ ├── MyGraph.cs.meta │ │ ├── MyGraphNode.cs │ │ ├── MyGraphNode.cs.meta │ │ ├── Unity.BitStrap.Example.EditorGraph.asmdef │ │ └── Unity.BitStrap.Example.EditorGraph.asmdef.meta │ ├── Extensions.meta │ ├── Extensions │ │ ├── ArrayExtensionsExample.cs │ │ ├── ArrayExtensionsExample.cs.meta │ │ ├── ComponentExtensionsExample.cs │ │ ├── ComponentExtensionsExample.cs.meta │ │ ├── DictionaryExtensionsExample.cs │ │ ├── DictionaryExtensionsExample.cs.meta │ │ ├── Editor.meta │ │ ├── Editor │ │ │ ├── RectExtensionsExample.cs │ │ │ ├── RectExtensionsExample.cs.meta │ │ │ ├── Unity.BitStrap.Example.Extensions.Editor.asmdef │ │ │ └── Unity.BitStrap.Example.Extensions.Editor.asmdef.meta │ │ ├── ExtensionsExample.unity │ │ ├── ExtensionsExample.unity.meta │ │ ├── FloatExtensionsExample.cs │ │ ├── FloatExtensionsExample.cs.meta │ │ ├── GameObjectExtensionsExample.cs │ │ ├── GameObjectExtensionsExample.cs.meta │ │ ├── HashSetExtensionsExample.cs │ │ ├── HashSetExtensionsExample.cs.meta │ │ ├── IntExtensionsExample.cs │ │ ├── IntExtensionsExample.cs.meta │ │ ├── ListExtensionsExample.cs │ │ ├── ListExtensionsExample.cs.meta │ │ ├── StringExtensionsExample.cs │ │ ├── StringExtensionsExample.cs.meta │ │ ├── Unity.BitStrap.Example.Extensions.asmdef │ │ └── Unity.BitStrap.Example.Extensions.asmdef.meta │ ├── Functional.meta │ ├── Functional │ │ ├── FunctionalExamples.unity │ │ ├── FunctionalExamples.unity.meta │ │ ├── OptionExample.cs │ │ ├── OptionExample.cs.meta │ │ ├── PromiseExample.cs │ │ ├── PromiseExample.cs.meta │ │ ├── ResultExample.cs │ │ ├── ResultExample.cs.meta │ │ ├── Unity.BitStrap.Example.Functional.asmdef │ │ └── Unity.BitStrap.Example.Functional.asmdef.meta │ ├── Graphics.meta │ ├── Graphics │ │ ├── GraphicExamples.unity │ │ ├── GraphicExamples.unity.meta │ │ ├── ParticleControllerExample.cs │ │ ├── ParticleControllerExample.cs.meta │ │ ├── Unity.BitStrap.Example.Graphics.asmdef │ │ └── Unity.BitStrap.Example.Graphics.asmdef.meta │ ├── Helpers.meta │ ├── Helpers │ │ ├── ColorHelperExample.cs │ │ ├── ColorHelperExample.cs.meta │ │ ├── Editor.meta │ │ ├── Editor │ │ │ ├── AllEditorStylesExample.cs │ │ │ ├── AllEditorStylesExample.cs.meta │ │ │ ├── EditorHelperExample.cs │ │ │ ├── EditorHelperExample.cs.meta │ │ │ ├── ProjectBrowserHelperExample.cs │ │ │ ├── ProjectBrowserHelperExample.cs.meta │ │ │ ├── ScriptDefinesHelperExample.cs │ │ │ ├── ScriptDefinesHelperExample.cs.meta │ │ │ ├── StaticReflectionHelperExample.cs │ │ │ ├── StaticReflectionHelperExample.cs.meta │ │ │ ├── Unity.BitStrap.Example.Helpers.Editor.asmdef │ │ │ └── Unity.BitStrap.Example.Helpers.Editor.asmdef.meta │ │ ├── EmailHelperExample.cs │ │ ├── EmailHelperExample.cs.meta │ │ ├── HelpersExample.unity │ │ ├── HelpersExample.unity.meta │ │ ├── ReflectionHelperExample.cs │ │ ├── ReflectionHelperExample.cs.meta │ │ ├── StringHelperExample.cs │ │ ├── StringHelperExample.cs.meta │ │ ├── Unity.BitStrap.Example.Helpers.asmdef │ │ └── Unity.BitStrap.Example.Helpers.asmdef.meta │ ├── Inspector.meta │ ├── Inspector │ │ ├── AttributesExample.cs │ │ ├── AttributesExample.cs.meta │ │ ├── ComponentReference.cs │ │ ├── ComponentReference.cs.meta │ │ ├── DummyScriptableObjectExample.asset │ │ ├── DummyScriptableObjectExample.asset.meta │ │ ├── DummyScriptableObjectExample.cs │ │ ├── DummyScriptableObjectExample.cs.meta │ │ ├── Editor.meta │ │ ├── Editor │ │ │ ├── C# ScriptTemplate-BitStrap.txt │ │ │ ├── C# ScriptTemplate-BitStrap.txt.meta │ │ │ ├── C# ScriptTemplate-Example.txt │ │ │ ├── C# ScriptTemplate-Example.txt.meta │ │ │ ├── C# ScriptTemplate-Unity.txt │ │ │ └── C# ScriptTemplate-Unity.txt.meta │ │ ├── InspectorExamples.unity │ │ ├── InspectorExamples.unity.meta │ │ ├── InterfaceReferenceExample.cs │ │ ├── InterfaceReferenceExample.cs.meta │ │ ├── MyClassThaImplementsMyInterface.cs │ │ ├── MyClassThaImplementsMyInterface.cs.meta │ │ ├── RuntimeConsoleExample.cs │ │ ├── RuntimeConsoleExample.cs.meta │ │ ├── Unity.BitStrap.Example.Inspector.asmdef │ │ └── Unity.BitStrap.Example.Inspector.asmdef.meta │ ├── Math.meta │ ├── Math │ │ ├── BitHelperExample.cs │ │ ├── BitHelperExample.cs.meta │ │ ├── Editor.meta │ │ ├── Editor │ │ │ ├── Unity.BitStrap.Example.Math.Editor.asmdef │ │ │ ├── Unity.BitStrap.Example.Math.Editor.asmdef.meta │ │ │ ├── VectorHelperExampleEditor.cs │ │ │ └── VectorHelperExampleEditor.cs.meta │ │ ├── FastRandomExample.cs │ │ ├── FastRandomExample.cs.meta │ │ ├── MathExamples.unity │ │ ├── MathExamples.unity.meta │ │ ├── ModifiableExample.cs │ │ ├── ModifiableExample.cs.meta │ │ ├── NumberRangeExample.cs │ │ ├── NumberRangeExample.cs.meta │ │ ├── SecureIntExample.cs │ │ ├── SecureIntExample.cs.meta │ │ ├── Unity.BitStrap.Example.Math.asmdef │ │ ├── Unity.BitStrap.Example.Math.asmdef.meta │ │ ├── VectorHelperExample.cs │ │ └── VectorHelperExample.cs.meta │ ├── Physics.meta │ ├── Physics │ │ ├── Collision2dListener.cs │ │ ├── Collision2dListener.cs.meta │ │ ├── CollisionListener.cs │ │ ├── CollisionListener.cs.meta │ │ ├── Trigger2dListener.cs │ │ ├── Trigger2dListener.cs.meta │ │ ├── TriggerListener.cs │ │ ├── TriggerListener.cs.meta │ │ ├── Unity.BitStrap.Example.Physics.asmdef │ │ └── Unity.BitStrap.Example.Physics.asmdef.meta │ ├── References.meta │ ├── References │ │ ├── BehaviourWithReferences.cs │ │ ├── BehaviourWithReferences.cs.meta │ │ ├── ExampleRandomPrefabs.meta │ │ ├── ExampleRandomPrefabs │ │ │ ├── Cube1.prefab │ │ │ ├── Cube1.prefab.meta │ │ │ ├── Cube2.prefab │ │ │ ├── Cube2.prefab.meta │ │ │ ├── Cube3.prefab │ │ │ └── Cube3.prefab.meta │ │ ├── GameObjectReferencesObject.asset │ │ ├── GameObjectReferencesObject.asset.meta │ │ ├── GameObjectReferencesObject.cs │ │ ├── GameObjectReferencesObject.cs.meta │ │ ├── ReferencesExample.unity │ │ ├── ReferencesExample.unity.meta │ │ ├── Unity.BitStrap.Example.References.asmdef │ │ └── Unity.BitStrap.Example.References.asmdef.meta │ ├── Shaders.meta │ ├── Shaders │ │ ├── BackgroundBlurExample.mat │ │ ├── BackgroundBlurExample.mat.meta │ │ ├── ShadersExamples.unity │ │ └── ShadersExamples.unity.meta │ ├── Tween.meta │ ├── Tween │ │ ├── TweenExamples.unity │ │ ├── TweenExamples.unity.meta │ │ ├── TweenPathExample.cs │ │ ├── TweenPathExample.cs.meta │ │ ├── TweenShaderExample.cs │ │ ├── TweenShaderExample.cs.meta │ │ ├── TweenShaderExample2D.mat │ │ ├── TweenShaderExample2D.mat.meta │ │ ├── TweenShaderMaterial.mat │ │ ├── TweenShaderMaterial.mat.meta │ │ ├── Unity.BitStrap.Example.Tween.asmdef │ │ └── Unity.BitStrap.Example.Tween.asmdef.meta │ ├── Util.meta │ ├── Util │ │ ├── BitStreamExample.cs │ │ ├── BitStreamExample.cs.meta │ │ ├── CircularBufferExample.cs │ │ ├── CircularBufferExample.cs.meta │ │ ├── CreateExample.cs │ │ ├── CreateExample.cs.meta │ │ ├── DummyBehaviour.cs │ │ ├── DummyBehaviour.cs.meta │ │ ├── DummyPrefab.prefab │ │ ├── DummyPrefab.prefab.meta │ │ ├── DummySingleton.cs │ │ ├── DummySingleton.cs.meta │ │ ├── SafeActionExample.cs │ │ ├── SafeActionExample.cs.meta │ │ ├── SingletonExample.cs │ │ ├── SingletonExample.cs.meta │ │ ├── TimerExample.cs │ │ ├── TimerExample.cs.meta │ │ ├── Unity.BitStrap.Example.Util.asmdef │ │ ├── Unity.BitStrap.Example.Util.asmdef.meta │ │ ├── UtilExamples.unity │ │ └── UtilExamples.unity.meta │ ├── WebApi.meta │ └── WebApi │ │ ├── DuckDuckGoSearchController.cs │ │ ├── DuckDuckGoSearchController.cs.meta │ │ ├── Unity.BitStrap.Example.WebApi.asmdef │ │ ├── Unity.BitStrap.Example.WebApi.asmdef.meta │ │ ├── WebApiExample.cs │ │ ├── WebApiExample.cs.meta │ │ ├── WebApiExample.unity │ │ └── WebApiExample.unity.meta ├── package.json ├── package.json.meta ├── project_structure.json └── project_structure.json.meta ├── CONTRIBUTING.md ├── Documentation ├── Screenshot_AnimationParameters.png ├── Screenshot_AnimatorEditor.png ├── Screenshot_Attributes.png ├── Screenshot_BackgroundBlur.png ├── Screenshot_GraphEditor.png ├── Screenshot_RuntimeConsole.png ├── Screenshot_TweenShader.png └── Screenshot_VectorHelperExample.png ├── LICENSE.md ├── Packages ├── manifest.json └── packages-lock.json ├── ProjectSettings ├── AudioManager.asset ├── ClusterInputManager.asset ├── DynamicsManager.asset ├── EditorBuildSettings.asset ├── EditorSettings.asset ├── GraphicsSettings.asset ├── InputManager.asset ├── MemorySettings.asset ├── NavMeshAreas.asset ├── NetworkManager.asset ├── PackageManagerSettings.asset ├── Physics2DSettings.asset ├── PresetManager.asset ├── ProjectSettings.asset ├── ProjectVersion.txt ├── QualitySettings.asset ├── SceneTemplateSettings.json ├── TagManager.asset ├── TimeManager.asset ├── UnityConnectSettings.asset ├── VFXManager.asset ├── VersionControlSettings.asset ├── XRSettings.asset └── boot.config └── README.md /.gitignore: -------------------------------------------------------------------------------- 1 | syntax: glob 2 | Library/ 3 | Temp/ 4 | Builds/ 5 | obj/ 6 | .vs/ 7 | .vscode/ 8 | *.sln 9 | *.csproj 10 | *.unitypackage 11 | omnisharp.json 12 | Logs/ 13 | UserSettings/ 14 | .idea/ 15 | Assets/DoNotVersionControlThis/ 16 | Assets/DoNotVersionControlThis.meta 17 | Assets/Art/ 18 | Assets/Art.meta 19 | -------------------------------------------------------------------------------- /Assets/CHANGELOG.md.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 849d017c26da02e48b2887116d1ae8e7 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f7ca460f280a72543abcf4efeb4f9ba9 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Editor/Animation.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 59248f8cfb85a4546aaffbfb2c552ce9 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Editor/Animation/AnimationParameterDrawer.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9e4ed09327a031542ac62660974d424e 3 | timeCreated: 1449290949 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Editor/Animation/AnimatorControllerEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 520c69e91f1c30249933dd08a2d27538 3 | timeCreated: 1449282639 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Editor/AssetImporter.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 265c5fff5cce49045b1a3019284c35fe 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Editor/AssetImporter/AnimationEventsData.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | 4 | [Serializable] 5 | public class AnimationEventsData 6 | { 7 | public int FPS; 8 | public string Character; 9 | public FrameMarker[] TimelineMarkers; 10 | 11 | public ActionToAnimationMarker[] ActionsMarkers; 12 | } 13 | 14 | [Serializable] 15 | public class ActionToAnimationMarker 16 | { 17 | public string Name; 18 | public FrameMarker[] Markers; 19 | } 20 | 21 | [Serializable] 22 | public class FrameMarker 23 | { 24 | public string Name; 25 | public int Frame; 26 | } -------------------------------------------------------------------------------- /Assets/Editor/AssetImporter/AnimationEventsData.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d230f03ca5034cfea0845fb6293e9948 3 | timeCreated: 1640731839 -------------------------------------------------------------------------------- /Assets/Editor/AssetImporter/ColliderImporter.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: eb23c12e5d296e74589bb100fba04e56 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/Editor/AssetImporter/EventsImporter.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f22d4ea29a8075a4f8cb874c10725f95 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/Editor/BitPicker.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a1fea7d1d62b15d4aa8a3e9f4f639d29 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Editor/BitPicker/BitPickerConfig.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d3a5b387d1d72b042bf13b5ace74f0a6 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 11400000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Editor/BitPicker/BitPickerConfig.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 53b94a6819be27f42bf45dfcdaebc05b 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/Editor/BitPicker/BitPickerHelper.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c4a2fa1ab258db24ba6199279c608611 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/Editor/BitPicker/BitPickerProvider.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f42f4de2f144edf40ade9223ca438220 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/Editor/BitPicker/BitPickerWindow.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ce53b326cb1c08845997899042a9cfb4 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/Editor/BitPicker/BitPickerWorker.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d51e4d9413cac2f4cbb2d26d5cc22a05 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/Editor/BitPicker/FuzzyMatcher.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 532861d95aea71d4ebe58eeb89471be1 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/Editor/BitPicker/FuzzyMatcherConfig.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4fa5941a78ebc1b4b98fa0ed691b66ee 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/Editor/BitPicker/Providers.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: dfb6783f10e36d64886ea86700f3b998 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Editor/BitPicker/Providers/BitPickerHierarchyProvider.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!114 &11400000 4 | MonoBehaviour: 5 | m_ObjectHideFlags: 0 6 | m_PrefabParentObject: {fileID: 0} 7 | m_PrefabInternal: {fileID: 0} 8 | m_GameObject: {fileID: 0} 9 | m_Enabled: 1 10 | m_EditorHideFlags: 0 11 | m_Script: {fileID: 11500000, guid: 80a5b0cd786877743b3f6d082f16bb6f, type: 3} 12 | m_Name: BitPickerHierarchyProvider 13 | m_EditorClassIdentifier: 14 | -------------------------------------------------------------------------------- /Assets/Editor/BitPicker/Providers/BitPickerHierarchyProvider.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a51ffabea8e66c34fb28f30a70a8bc91 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 11400000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Editor/BitPicker/Providers/BitPickerHierarchyProvider.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 80a5b0cd786877743b3f6d082f16bb6f 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/Editor/BitPicker/Providers/BitPickerProjectProvider.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!114 &11400000 4 | MonoBehaviour: 5 | m_ObjectHideFlags: 0 6 | m_PrefabParentObject: {fileID: 0} 7 | m_PrefabInternal: {fileID: 0} 8 | m_GameObject: {fileID: 0} 9 | m_Enabled: 1 10 | m_EditorHideFlags: 0 11 | m_Script: {fileID: 11500000, guid: 4659a6f34362407478a193d205fe871d, type: 3} 12 | m_Name: BitPickerProjectProvider 13 | m_EditorClassIdentifier: 14 | excludeFolders: 1 15 | openAssetByExtensions: 16 | - .cs 17 | folderWhitelist: 18 | - Assets 19 | - ProjectSettings 20 | -------------------------------------------------------------------------------- /Assets/Editor/BitPicker/Providers/BitPickerProjectProvider.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e3e3807cd6c82964296342e43ec95818 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 11400000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Editor/BitPicker/Providers/BitPickerProjectProvider.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4659a6f34362407478a193d205fe871d 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/Editor/BitPipe.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b788e20ca53fd2441a6de909496db716 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Editor/BitPipe/BitFolder.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ddb82b7d340e0514eb86ff32d9c6337b 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/Editor/BitPipe/BitFolderIntegrity.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d2dd8ce6b7131154d811e7146e9bd557 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/Editor/BitPipe/BitPipeHelper.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 05ff7989081356b4aa3c6a8d9832068c 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/Editor/BitPipe/BitPipeSettings.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 599f9fc729458f54fbe9211ecf60248c 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 11400000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Editor/BitPipe/BitPipeSettings.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2412d8bfa163c7a439eb0074e6e72381 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/Editor/BitPipe/BitPipeWindow.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d0286ade6fa068d4c84a448a39b26d1e 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/Editor/BitPipe/SceneOrganizer.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1ae5775222a39e8438a5a47991397ea5 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/Editor/BitPipe/TerrainOrganizer.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f5e735148d6724847920c1f348ffd878 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/Editor/EditorGraph.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: da3f82498143ef44dad455ad67b4a738 3 | folderAsset: yes 4 | timeCreated: 1469406436 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Editor/EditorGraph/EditorGraph.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 827d2db37d9716c4cbb9ce894d33b114 3 | timeCreated: 1469500627 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Editor/EditorGraph/EditorGraphController.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 551ba60c22615654d9317bc995f473d5 3 | timeCreated: 1469405437 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Editor/EditorGraph/EditorGraphControllerHelper.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 087299700818f6b40a402623cb27d457 3 | timeCreated: 1469490589 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Editor/EditorGraph/EditorGraphGUI.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fc93ca00f9cfd1c47895d09865b367e6 3 | timeCreated: 1469405705 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Editor/EditorGraph/EditorGraphNode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bba37758df3fd134a96f35fa87f5789e 3 | timeCreated: 1469405768 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Editor/EditorGraph/SlotDrawer.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 37cfa852394e1fd42901c1978b58c574 3 | timeCreated: 1470541080 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Editor/EditorUtil.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6f2005fc9f5d47f48a9f11df4a9dee15 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Editor/EditorUtil/BoxGroup.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | 3 | namespace BitStrap 4 | { 5 | public struct BoxGroup : System.IDisposable 6 | { 7 | public static BoxGroup Do( string label ) 8 | { 9 | EditorHelper.BeginBox( label ); 10 | return new BoxGroup(); 11 | } 12 | 13 | public static BoxGroup Do( ref Vector2 scroll, string label ) 14 | { 15 | scroll = EditorHelper.BeginBox( scroll, label ); 16 | return new BoxGroup(); 17 | } 18 | 19 | public void Dispose() 20 | { 21 | EditorHelper.EndBox(); 22 | } 23 | } 24 | } -------------------------------------------------------------------------------- /Assets/Editor/EditorUtil/BoxGroup.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 23484766be8b4174eb1cc19c33bf388f 3 | timeCreated: 1514440326 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Editor/EditorUtil/DisabledGroup.cs: -------------------------------------------------------------------------------- 1 | using UnityEditor; 2 | using UnityEngine; 3 | 4 | namespace BitStrap 5 | { 6 | public struct DisabledGroup : System.IDisposable 7 | { 8 | public static DisabledGroup Do( bool disabled ) 9 | { 10 | EditorGUI.BeginDisabledGroup( disabled ); 11 | return new DisabledGroup(); 12 | } 13 | 14 | public void Dispose() 15 | { 16 | EditorGUI.EndDisabledGroup(); 17 | } 18 | } 19 | } -------------------------------------------------------------------------------- /Assets/Editor/EditorUtil/DisabledGroup.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 08d7f42f87c7ec74cb2aff5c8dfb40fb 3 | timeCreated: 1514438082 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Editor/EditorUtil/FadeGroup.cs: -------------------------------------------------------------------------------- 1 | using UnityEditor; 2 | using UnityEngine; 3 | 4 | namespace BitStrap 5 | { 6 | public struct FadeGroup : System.IDisposable 7 | { 8 | public readonly bool visible; 9 | 10 | public static FadeGroup Do( float value ) 11 | { 12 | var visible = EditorGUILayout.BeginFadeGroup( value ); 13 | return new FadeGroup( visible ); 14 | } 15 | 16 | private FadeGroup( bool visible ) 17 | { 18 | this.visible = visible; 19 | } 20 | 21 | public void Dispose() 22 | { 23 | EditorGUILayout.EndFadeGroup(); 24 | } 25 | } 26 | } -------------------------------------------------------------------------------- /Assets/Editor/EditorUtil/FadeGroup.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8521f17891712844982ac8fe51276cac 3 | timeCreated: 1514438646 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Editor/EditorUtil/FieldWidth.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 833af53ef55b7ce41b50ac83af5e5ec7 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/Editor/EditorUtil/Horizontal.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 44a9c3b999272f8469a02dbea73b57ec 3 | timeCreated: 1514438630 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Editor/EditorUtil/IndentLevel.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9f3cdb1b5fa868b419eeab2c7be319e3 3 | timeCreated: 1514436564 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Editor/EditorUtil/LabelWidth.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: de13708a04c49954aa67422fa59520f8 3 | timeCreated: 1514437549 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Editor/EditorUtil/Property.cs: -------------------------------------------------------------------------------- 1 | using UnityEditor; 2 | using UnityEngine; 3 | 4 | namespace BitStrap 5 | { 6 | public struct Property : System.IDisposable 7 | { 8 | public static Property Do( Rect totalPosition, GUIContent label, SerializedProperty property ) 9 | { 10 | EditorGUI.BeginProperty( totalPosition, label, property ); 11 | return new Property(); 12 | } 13 | 14 | public void Dispose() 15 | { 16 | EditorGUI.EndProperty(); 17 | } 18 | } 19 | } -------------------------------------------------------------------------------- /Assets/Editor/EditorUtil/Property.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1d7f1467df2477f4ab8be0440f9d880d 3 | timeCreated: 1514438434 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Editor/EditorUtil/ScrollView.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 72c36432e3cc23b4591b7378a8d11d58 3 | timeCreated: 1514439843 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Editor/EditorUtil/Vertical.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 416a835f5dd165142b2b8a360b7cf904 3 | timeCreated: 1514438638 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Editor/Extensions.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 170461c1feba2a940b21793e86fe189f 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Editor/Extensions/RectExtensions.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c1d7b58dc4e67fc47bc741401cd572e8 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/Editor/Graphics.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1bd3c9c2784b8ad44a4682f11213085f 3 | folderAsset: yes 4 | timeCreated: 1509227925 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Editor/Graphics/ParticleControllerDrawer.cs: -------------------------------------------------------------------------------- 1 | using UnityEditor; 2 | using UnityEngine; 3 | 4 | namespace BitStrap 5 | { 6 | [CustomPropertyDrawer( typeof( ParticleController ) )] 7 | public sealed class ParticleControllerDrawer : PropertyDrawer 8 | { 9 | public override void OnGUI( Rect position, SerializedProperty property, GUIContent label ) 10 | { 11 | PropertyDrawerHelper.LoadAttributeTooltip( this, label ); 12 | 13 | SerializedProperty root = property.GetMemberProperty( p => p.RootParticleSystem ); 14 | EditorGUI.PropertyField( position, root, label ); 15 | } 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /Assets/Editor/Graphics/ParticleControllerDrawer.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7a0f3ef2e6961424ca2559a6dff9dc9c 3 | timeCreated: 1449266451 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Editor/Helpers.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1b16efe6cb52e164fb11428864c354f7 3 | folderAsset: yes 4 | timeCreated: 1449272391 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Editor/Helpers/AssetDatabaseHelper.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | using UnityEditor; 3 | 4 | namespace BitStrap 5 | { 6 | public static class AssetDatabaseHelper 7 | { 8 | public static Option FindAssetOfType() where T : Object 9 | { 10 | return from guid in AssetDatabase.FindAssets( "t:" + typeof( T ) ).First() select AssetDatabase.LoadAssetAtPath( AssetDatabase.GUIDToAssetPath( guid ) ); 11 | } 12 | } 13 | } -------------------------------------------------------------------------------- /Assets/Editor/Helpers/AssetDatabaseHelper.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 97346a29b587102448af470b4db73114 3 | timeCreated: 1528574251 4 | licenseType: Free 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/Editor/Helpers/EditorHelper.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 58c4402c03cb9694191fc7be6b3e1351 3 | timeCreated: 1449266201 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Editor/Helpers/FileSystemHelper.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a2b756964b2ff294bbc4f686cb522b8a 3 | timeCreated: 1449907967 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Editor/Helpers/ProjectBrowserHelper.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 609dbcc02dcb19143b4452d326fd7595 3 | timeCreated: 1449266451 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Editor/Helpers/PropertyDrawerHelper.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f05c338c9dbe8e04880e5388a62dccdd 3 | timeCreated: 1465084504 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Editor/Helpers/ScriptDefinesHelper.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b63683fd6bc29a0448d0cd623c4a05d0 3 | timeCreated: 1462306931 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Editor/Helpers/SerializedPropertyHelper.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 34e2a619efc8ef5438a7537d3ace9506 3 | timeCreated: 1458277161 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Editor/Helpers/StaticReflectionHelper.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 66fa010a4f694224682920a9c2fc35f3 3 | timeCreated: 1459624066 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Editor/Inspector.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5de0af303344bf24cb89a46eacd3d659 3 | folderAsset: yes 4 | timeCreated: 1449266450 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Editor/Inspector/ContextMenus.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 893b3920b9f429c4a92d775527c270f0 3 | folderAsset: yes 4 | timeCreated: 1514436233 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Editor/Inspector/ContextMenus/ComponentContextMenu.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 32c0a42c67478fd41a04367b417d5f0c 3 | timeCreated: 1449266450 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Editor/Inspector/ContextMenus/MaterialContextMenu.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c8912df8eabd46a42aecab22b61e01fb 3 | timeCreated: 1457386680 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Editor/Inspector/ContextMenus/ScriptableObjectContextMenu.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f04392c21ad30e34aa007dd7ef67ad31 3 | timeCreated: 1516604607 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Editor/Inspector/ContextMenus/ScriptableObjectCreator.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: df0c136286791b649a5517356d296d1c 3 | timeCreated: 1457670725 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Editor/Inspector/Decorators.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: baa45dd6d980e9841b66b5fc50374021 3 | folderAsset: yes 4 | timeCreated: 1514436261 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Editor/Inspector/Decorators/HelpBoxDecorator.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 657200db6277a0e43adc82100d396e92 3 | timeCreated: 1458235757 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Editor/Inspector/Decorators/ShowImplementedInterfacesDecorator.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 500013b2e726b204cbf5764932ef5525 3 | timeCreated: 1485745994 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Editor/Inspector/Drawers.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 407ee11bddf78864d81760f11034cd9c 3 | folderAsset: yes 4 | timeCreated: 1514436170 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Editor/Inspector/Drawers/ExponentInfoDrawer.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 86d60c2ee33b77543b20de4b4af8a8c3 3 | timeCreated: 1495661852 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Editor/Inspector/Drawers/ExtendedScriptableObjectDrawer.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a84050b927cf4b4448063f5da3c90490 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/Editor/Inspector/Drawers/FolderPathAttributeDrawer.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 258e9983b7f972a429e01ea1e06f5fe1 3 | timeCreated: 1495661852 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Editor/Inspector/Drawers/InlineScriptableObjectAttributeDrawer.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 048abca9bfb98374e880da5acee33ee5 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/Editor/Inspector/Drawers/LayerSelectorDrawer.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9b4ab2348f41fac4ba847c9537f67111 3 | timeCreated: 1449266451 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Editor/Inspector/Drawers/ReadOnlyDrawer.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b8703777ab929064ba07a0c292d63724 3 | timeCreated: 1458234406 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Editor/Inspector/Drawers/RequireInterfaceDrawer.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9de2562b363a1bd4a8ca67915892279b 3 | timeCreated: 1485739170 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Editor/Inspector/Drawers/RequiredReferenceDrawer.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e68d103126d8cd3409ee8dc10a3a7c85 3 | timeCreated: 1505578149 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Editor/Inspector/Drawers/TagSelectorDrawer.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 95ea9f5f7057b2046ad048a7cd52a58e 3 | timeCreated: 1449266451 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Editor/Inspector/Drawers/UnitDrawer.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9f4068a06d31c8a4b868342168c9d797 3 | timeCreated: 1474982390 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Editor/Inspector/EditorCoroutine.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f19ba98dfef42d943a5d1ef6dc2a81cb 3 | timeCreated: 1449266452 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Editor/Inspector/InspectorButton.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 81878ee6bfbc2e1438110c9c2d8509ba 3 | folderAsset: yes 4 | timeCreated: 1514436122 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Editor/Inspector/InspectorButton/BehaviourButtonsEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1a50e508a956cdc4eba52bb290ebff95 3 | timeCreated: 1449266450 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Editor/Inspector/InspectorButton/ButtonAttributeHelper.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b58038f62e4738f4bb1b2d6dd5b8924b 3 | timeCreated: 1474969904 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Editor/Inspector/InspectorButton/ScriptableObjectButtonsEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7b3d68819b2bfb74e8dcc385a0a3d646 3 | timeCreated: 1474970075 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Editor/Inspector/Isolate.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c51f5c5e69f29ed42b398c3de264633f 3 | timeCreated: 1449266451 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Editor/Inspector/OpenAssetListener.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 89ba547ab28e63040ae34ecf2ab7e59e 3 | timeCreated: 1496001390 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Editor/Inspector/ScriptTemplate.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 99d6d6a80dbf1334bbaf6d2151d8bd13 3 | folderAsset: yes 4 | timeCreated: 1514436046 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Editor/Inspector/ScriptTemplate/ScriptTemplateCreator.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b0f35fc97057cd84f8c1745d8195faae 3 | timeCreated: 1459202094 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Editor/Inspector/ScriptTemplate/ScriptTemplatePreference.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a7b4c91e9861fff409d23763c33bc573 3 | timeCreated: 1476133737 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Editor/Inspector/ScriptTemplate/ScriptTemplatePreferences.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: dd2e166b947bd294c8eddba817cc002b 3 | timeCreated: 1476019818 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Editor/Inspector/ScriptableObjectInspectorWindow.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: defaade16836f614994e2a120bc01f78 3 | timeCreated: 1496001390 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Editor/Inspector/TransformEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3733a91bebbaeb5448808fc892bd620f 3 | timeCreated: 1483390099 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Editor/Math.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 01d6113e02a40064e811352a58f1f39c 3 | folderAsset: yes 4 | timeCreated: 1449272089 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Editor/Math/ModifiableDrawer.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d0f46eade889cb04d80ff6214337e265 3 | timeCreated: 1458275669 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Editor/Math/NumberRangeDrawer.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: eaf640b23bcd4f64c8b41fb1507a0b8d 3 | timeCreated: 1449266452 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Editor/Math/SecureIntDrawer.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9b536bf280f38b24cba59d23704e4867 3 | timeCreated: 1449294083 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Editor/Preferences.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0779ac278b1b86c488a17c27bdec9780 3 | folderAsset: yes 4 | timeCreated: 1463296611 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Editor/Preferences/BitStrapDocs.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | using UnityEditor; 3 | 4 | namespace BitStrap 5 | { 6 | public static class BitStrapDocs 7 | { 8 | public const string docsUrl = "https://github.com/bitcake/bitstrap/wiki"; 9 | 10 | [MenuItem( "Window/BitStrap/Open Web Documentation", false, 0 )] 11 | public static void OpenDocs() 12 | { 13 | Application.OpenURL( docsUrl ); 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /Assets/Editor/Preferences/BitStrapDocs.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f84890ec0ba09b34f91ecb46dc999d36 3 | timeCreated: 1509405478 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Editor/Preferences/BitStrapPreferences.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 884c56e20c6e1b240880f34c5b983423 3 | timeCreated: 1463296628 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Editor/Presets.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 441fb0eb149033b40b8655f0a441614c 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Editor/Presets/FBXImporter_SkeletalMesh.preset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0b54d4936d4eebf45ac570ae8d69ffe0 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2655988077585873504 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Editor/Presets/FBXImporter_StaticMesh.preset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 85dad19e2b163054498f42f5706c27a9 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2655988077585873504 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Editor/References.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 92cf707003f26504bb1c0bd364ebab4b 3 | folderAsset: yes 4 | timeCreated: 1504977370 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Editor/References/ReferencesDrawer.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 070d05ae2c6ce054d9c144e40f58f677 3 | timeCreated: 1504979681 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Editor/References/ReferencesObjectEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b4af953194506b741a7eb7e749181042 3 | timeCreated: 1504985329 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Editor/Shaders.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 84ee465a74214a047b69b2a4913e5554 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Editor/Shaders/BackgroundBlurEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5f8b9e4bf1470d0418fd873350da341c 3 | timeCreated: 1458281370 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Editor/ShortcutsWindow.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 64507d423ea89cd478a0e3fa3e318199 3 | folderAsset: yes 4 | timeCreated: 1528573751 5 | licenseType: Free 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Editor/ShortcutsWindow/ShortcutsReferences.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!114 &11400000 4 | MonoBehaviour: 5 | m_ObjectHideFlags: 0 6 | m_PrefabParentObject: {fileID: 0} 7 | m_PrefabInternal: {fileID: 0} 8 | m_GameObject: {fileID: 0} 9 | m_Enabled: 1 10 | m_EditorHideFlags: 0 11 | m_Script: {fileID: 11500000, guid: 4ac0cd4115ae4624386f3f581f109360, type: 3} 12 | m_Name: ShortcutsReferences 13 | m_EditorClassIdentifier: 14 | assets: 15 | - {fileID: 102900000, guid: d75e6d03558e490429dd2eff28d8c024, type: 3} 16 | - {fileID: 199646, guid: 946400d70782d5c4f8b83f32dc0bafc5, type: 2} 17 | -------------------------------------------------------------------------------- /Assets/Editor/ShortcutsWindow/ShortcutsReferences.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0c73edf330fcce54dbce7157eaf07140 3 | timeCreated: 1528574640 4 | licenseType: Free 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 11400000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Editor/ShortcutsWindow/ShortcutsReferences.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | using System.Collections.Generic; 3 | 4 | namespace BitStrap 5 | { 6 | public sealed class ShortcutsReferences : ScriptableObject 7 | { 8 | public List assets = new List(); 9 | } 10 | } -------------------------------------------------------------------------------- /Assets/Editor/ShortcutsWindow/ShortcutsReferences.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4ac0cd4115ae4624386f3f581f109360 3 | timeCreated: 1528573804 4 | licenseType: Free 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/Editor/ShortcutsWindow/ShortcutsWindow.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1698b601ae1b03c42ba7b2e330904e0b 3 | timeCreated: 1528573582 4 | licenseType: Free 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/Editor/Tween.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 80acd2c4b9376c34c86d7a87a280cf33 3 | folderAsset: yes 4 | timeCreated: 1449266450 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Editor/Tween/TweenShaderEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 23fd53c475ff4644d9b4013c186a834c 3 | timeCreated: 1449266450 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Editor/Tween/TweenShaderPropertiesCache.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e595643f2040df14a857064a16b86de7 3 | timeCreated: 1486193938 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Editor/Tween/TweenShaderPropertyDrawer.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b5f6333687b9fbc439d14c5a3a16527e 3 | timeCreated: 1449266451 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Editor/Tween/TweenStepEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b75ae15a9b1892b4fb3ac53058a1f640 3 | timeCreated: 1480439947 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Editor/UMake.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b6280ad8da5936547aa7ce097edc7660 3 | folderAsset: yes 4 | timeCreated: 1503585576 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Editor/UMake/BuildActions.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3265aa8ad0b4db04d99c0d55a703af04 3 | folderAsset: yes 4 | timeCreated: 1503692675 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Editor/UMake/BuildActions/AndroidKeyAction.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!114 &11400000 4 | MonoBehaviour: 5 | m_ObjectHideFlags: 0 6 | m_CorrespondingSourceObject: {fileID: 0} 7 | m_PrefabInternal: {fileID: 0} 8 | m_GameObject: {fileID: 0} 9 | m_Enabled: 1 10 | m_EditorHideFlags: 0 11 | m_Script: {fileID: 11500000, guid: 0ce1f68e3c220e148bedf745ce976625, type: 3} 12 | m_Name: AndroidKeyAction 13 | m_EditorClassIdentifier: 14 | keyStoreName: user.keystore 15 | keyStorePassword: keyStorePassword 16 | keyAliasName: aliasName 17 | keyAliasPassword: keyAliasPassword 18 | -------------------------------------------------------------------------------- /Assets/Editor/UMake/BuildActions/AndroidKeyAction.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f7337daba36e5c44a88cd2bb04fdb9f5 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 11400000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Editor/UMake/BuildActions/IncrementBundleVersion.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!114 &11400000 4 | MonoBehaviour: 5 | m_ObjectHideFlags: 0 6 | m_PrefabParentObject: {fileID: 0} 7 | m_PrefabInternal: {fileID: 0} 8 | m_GameObject: {fileID: 0} 9 | m_Enabled: 1 10 | m_EditorHideFlags: 0 11 | m_Script: {fileID: 11500000, guid: 56c5a4b8137e7aa44b1c33f59abb58dd, type: 3} 12 | m_Name: IncrementBundleVersion 13 | m_EditorClassIdentifier: 14 | -------------------------------------------------------------------------------- /Assets/Editor/UMake/BuildActions/IncrementBundleVersion.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cad301b78d187384d8a39d3f06ab7732 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 11400000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Editor/UMake/BuildActions/IncrementSemanticVersioningBuildAction.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!114 &11400000 4 | MonoBehaviour: 5 | m_ObjectHideFlags: 0 6 | m_CorrespondingSourceObject: {fileID: 0} 7 | m_PrefabInstance: {fileID: 0} 8 | m_PrefabAsset: {fileID: 0} 9 | m_GameObject: {fileID: 0} 10 | m_Enabled: 1 11 | m_EditorHideFlags: 0 12 | m_Script: {fileID: 11500000, guid: bd0408b9ad78c6742bf80438fc5e9dee, type: 3} 13 | m_Name: IncrementSemanticVersioningBuildAction 14 | m_EditorClassIdentifier: 15 | separator: 46 16 | increaseVersionType: 2 17 | updateApplicationVersion: 0 18 | -------------------------------------------------------------------------------- /Assets/Editor/UMake/BuildActions/IncrementSemanticVersioningBuildAction.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 61c2c3cf46509fa43b7baa2b79a97b74 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 11400000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Editor/UMake/BuildActions/IncrementVersionBuildAction.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!114 &11400000 4 | MonoBehaviour: 5 | m_ObjectHideFlags: 0 6 | m_PrefabParentObject: {fileID: 0} 7 | m_PrefabInternal: {fileID: 0} 8 | m_GameObject: {fileID: 0} 9 | m_Enabled: 1 10 | m_EditorHideFlags: 0 11 | m_Script: {fileID: 11500000, guid: 28f8962e78ca5c048a194a8543cd6de5, type: 3} 12 | m_Name: IncrementVersionBuildAction 13 | m_EditorClassIdentifier: 14 | separator: 46 15 | updateApplicationVersion: 0 16 | -------------------------------------------------------------------------------- /Assets/Editor/UMake/BuildActions/IncrementVersionBuildAction.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f6e33dfb6ed775e4fbc3044f69d21401 3 | timeCreated: 1503693184 4 | licenseType: Free 5 | NativeFormatImporter: 6 | mainObjectFileID: 11400000 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Editor/UMake/BuildActions/Scripts.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9f9ae0edcb16a5f47b1f083bfde5c53e 3 | folderAsset: yes 4 | timeCreated: 1503692720 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Editor/UMake/BuildActions/Scripts/AndroidKeyAction.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0ce1f68e3c220e148bedf745ce976625 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/Editor/UMake/BuildActions/Scripts/IncrementBundleVersion.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 56c5a4b8137e7aa44b1c33f59abb58dd 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/Editor/UMake/BuildActions/Scripts/IncrementSemanticVersioningBuildAction.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bd0408b9ad78c6742bf80438fc5e9dee 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/Editor/UMake/BuildActions/Scripts/IncrementVersionBuildAction.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 28f8962e78ca5c048a194a8543cd6de5 3 | timeCreated: 1503692737 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Editor/UMake/BuildActions/Scripts/SteamUploadBuildAction.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6d7ffe9e02c76404fa3f38e949683d95 3 | timeCreated: 1503695435 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Editor/UMake/BuildActions/SteamUploadBuildAction.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!114 &11400000 4 | MonoBehaviour: 5 | m_ObjectHideFlags: 0 6 | m_PrefabParentObject: {fileID: 0} 7 | m_PrefabInternal: {fileID: 0} 8 | m_GameObject: {fileID: 0} 9 | m_Enabled: 1 10 | m_EditorHideFlags: 0 11 | m_Script: {fileID: 11500000, guid: 6d7ffe9e02c76404fa3f38e949683d95, type: 3} 12 | m_Name: SteamUploadBuildAction 13 | m_EditorClassIdentifier: 14 | contentSubFolder: windows_content/x86 15 | buildScript: app_build_.vdf 16 | -------------------------------------------------------------------------------- /Assets/Editor/UMake/BuildActions/SteamUploadBuildAction.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5443bd662028395469f1f03a53de0030 3 | timeCreated: 1503697238 4 | licenseType: Free 5 | NativeFormatImporter: 6 | mainObjectFileID: 11400000 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Editor/UMake/Targets.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 80afa3b6017dcfe478f858b88416fa0e 3 | folderAsset: yes 4 | timeCreated: 1503689655 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Editor/UMake/Targets/Android.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ecd263c2313400647b37e6808c04ce45 3 | timeCreated: 1503689646 4 | licenseType: Free 5 | NativeFormatImporter: 6 | mainObjectFileID: 11400000 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Editor/UMake/Targets/WSA.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 706d660787d9ff44fb016fa771210114 3 | timeCreated: 1503689646 4 | licenseType: Free 5 | NativeFormatImporter: 6 | mainObjectFileID: 11400000 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Editor/UMake/Targets/WebGL.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7f81796b9ae50f44ab7ee6b46afc306f 3 | timeCreated: 1503689646 4 | licenseType: Free 5 | NativeFormatImporter: 6 | mainObjectFileID: 11400000 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Editor/UMake/Targets/Windows32.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 433406062d68cd84f9ef6510ad667da3 3 | timeCreated: 1503689646 4 | licenseType: Free 5 | NativeFormatImporter: 6 | mainObjectFileID: 11400000 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Editor/UMake/UMake.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8d67058d6ab3f634a918717e6d8ef57d 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 11400000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Editor/UMake/UMake.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6d2a83d148faa244e98b9c1b5845223e 3 | timeCreated: 1503585590 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Editor/UMake/UMakeBuildAction.cs: -------------------------------------------------------------------------------- 1 | using UnityEditor; 2 | using UnityEngine; 3 | 4 | namespace BitStrap 5 | { 6 | public class UMakeBuildAction : ScriptableObject 7 | { 8 | public virtual void Execute( UMake umake, UMakeTarget target ) 9 | { 10 | } 11 | 12 | public virtual void OnInspectorGUI( UMakeBuildActionEditor editor ) 13 | { 14 | editor.DrawBaseInspectorGUI(); 15 | } 16 | } 17 | } -------------------------------------------------------------------------------- /Assets/Editor/UMake/UMakeBuildAction.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4a4cf7ebd77cd484f86510ee6059d38a 3 | timeCreated: 1503586600 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Editor/UMake/UMakeBuildActionEditor.cs: -------------------------------------------------------------------------------- 1 | using UnityEditor; 2 | using UnityEngine; 3 | 4 | namespace BitStrap 5 | { 6 | [CustomEditor( typeof( UMakeBuildAction ), true )] 7 | public sealed class UMakeBuildActionEditor : Editor 8 | { 9 | public void DrawBaseInspectorGUI() 10 | { 11 | base.OnInspectorGUI(); 12 | } 13 | 14 | public override void OnInspectorGUI() 15 | { 16 | var buildAction = target as UMakeBuildAction; 17 | buildAction.OnInspectorGUI( this ); 18 | } 19 | } 20 | } -------------------------------------------------------------------------------- /Assets/Editor/UMake/UMakeBuildActionEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 64fef026654cd7947a3bc358dd4b08bc 3 | timeCreated: 1503696878 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Editor/UMake/UMakeCli.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b09e34bfe90206b42927340818165654 3 | timeCreated: 1503587774 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Editor/UMake/UMakeEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d5df057a69645184f958ed1c2c00d396 3 | timeCreated: 1503587727 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Editor/UMake/UMakeTarget.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 407d749078eb5a04c9e0c566017a753d 3 | timeCreated: 1503586159 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Editor/UMake/UMakeTargetDrawer.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cdb61e7be829b444b87080687d19bea2 3 | timeCreated: 1503587364 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Editor/UMake/UMakeTargetEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: caeebe048a3ccd541958bd949cc9e7c6 3 | timeCreated: 1503587426 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Editor/Unity.BitStrap.Editor.asmdef: -------------------------------------------------------------------------------- 1 | { 2 | "name": "BitStrapEditorAssembly", 3 | "references": [ 4 | "BitStrapRuntimeAssembly" 5 | ], 6 | "optionalUnityReferences": [], 7 | "includePlatforms": [ 8 | "Editor" 9 | ], 10 | "excludePlatforms": [], 11 | "allowUnsafeCode": false 12 | } -------------------------------------------------------------------------------- /Assets/Editor/Unity.BitStrap.Editor.asmdef.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3c80be0690b714d4a8ff334164743944 3 | AssemblyDefinitionImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Editor/Util.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bfdfbcdaf8257f94d89df85f0f5ff344 3 | folderAsset: yes 4 | timeCreated: 1449269265 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Editor/Util/EditorPrefProperty.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6f12fd4e9bc1c044a97e36cfddbe4147 3 | timeCreated: 1449908336 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Editor/Util/TimerDurationDrawer.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8be51696203ffc44b9f5e2ba1d8573ef 3 | timeCreated: 1449266451 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/LICENSE.md.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9e0c942ce0307ee4392437160b692831 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/README.md: -------------------------------------------------------------------------------- 1 | # BitStrap 2 | 3 | ## Repository 4 | https://github.com/bitcake/bitstrap/ 5 | 6 | ## Wiki and Documentation 7 | https://github.com/bitcake/bitstrap/wiki 8 | -------------------------------------------------------------------------------- /Assets/README.md.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8b494cbc2e90a9848a1a4fa916df82ad 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Runtime.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fa6bfca92d05aa1438c8f26f3ee932c6 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Runtime/Animation.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5c2a396720b94fb4d9cf982976a9594c 3 | folderAsset: yes 4 | timeCreated: 1449290751 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Runtime/Animation/AnimationParameter.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0f26824c2ec96a24b8e6561177e6f75f 3 | timeCreated: 1449290894 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Runtime/Animation/AnimatorFieldAttribute.cs: -------------------------------------------------------------------------------- 1 | namespace BitStrap 2 | { 3 | /// 4 | /// Lets you use AnimationParameters even when it's MonoBehaviour does not have a sibling Animator component. 5 | /// 6 | [System.AttributeUsage( System.AttributeTargets.Field, AllowMultiple = false, Inherited = true )] 7 | public sealed class AnimatorFieldAttribute : System.Attribute 8 | { 9 | public string animatorFieldName; 10 | 11 | public AnimatorFieldAttribute( string animatorFieldName ) 12 | { 13 | this.animatorFieldName = animatorFieldName; 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /Assets/Runtime/Animation/AnimatorFieldAttribute.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: eabbc681233dd5841abfb61c861f9f2b 3 | timeCreated: 1483400720 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Runtime/Animation/BoolAnimationParameter.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using UnityEngine; 3 | 4 | namespace BitStrap 5 | { 6 | /// 7 | /// A Bool Animation Parameter 8 | /// 9 | [Serializable] 10 | public class BoolAnimationParameter : AnimationParameter 11 | { 12 | /// 13 | /// Sets the value of the selected parameter, based on value 14 | /// 15 | /// 16 | /// 17 | public void Set( Animator animator, bool value ) 18 | { 19 | if( animator.isInitialized ) 20 | animator.SetBool( Index, value ); 21 | } 22 | } 23 | } 24 | -------------------------------------------------------------------------------- /Assets/Runtime/Animation/BoolAnimationParameter.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8a51e28ad370d3040b84fa8fe2d5840b 3 | timeCreated: 1449291543 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Runtime/Animation/FloatAnimationParameter.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d806bb9f83d6c424dbbf4702ea7fecc2 3 | timeCreated: 1449291543 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Runtime/Animation/IntAnimationParameter.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using UnityEngine; 3 | 4 | namespace BitStrap 5 | { 6 | /// 7 | /// An Int Animation Parameter 8 | /// 9 | [Serializable] 10 | public class IntAnimationParameter : AnimationParameter 11 | { 12 | /// 13 | /// Sets the value of the selected parameter, based on value 14 | /// 15 | /// 16 | /// 17 | public void Set( Animator animator, int value ) 18 | { 19 | if( animator.isInitialized ) 20 | animator.SetInteger( Index, value ); 21 | } 22 | } 23 | } 24 | -------------------------------------------------------------------------------- /Assets/Runtime/Animation/IntAnimationParameter.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 755e15675e62ae544ad4087bd5f08b55 3 | timeCreated: 1449291543 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Runtime/Animation/TriggerAnimationParameter.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using UnityEngine; 3 | 4 | namespace BitStrap 5 | { 6 | /// 7 | /// An Animation Trigger 8 | /// 9 | [Serializable] 10 | public class TriggerAnimationParameter : AnimationParameter 11 | { 12 | /// 13 | /// Activates the selected trigger on the animator 14 | /// 15 | /// 16 | public void Set( Animator animator ) 17 | { 18 | if( animator.isInitialized ) 19 | animator.SetTrigger( Index ); 20 | } 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /Assets/Runtime/Animation/TriggerAnimationParameter.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 66957c08bc9659740925d9523c543b85 3 | timeCreated: 1449291543 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Runtime/BlobSerializer.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2a8918fda80e99f45a313ae3ecc19804 3 | folderAsset: yes 4 | timeCreated: 1507428319 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Runtime/BlobSerializer/Blob.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 19257c9639917b64dbf340c27eac6fd0 3 | timeCreated: 1507433481 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Runtime/BlobSerializer/BlobHelper.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cc660c4431f52534397c151ace3883e7 3 | timeCreated: 1507428462 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Runtime/BlobSerializer/BlobSerializer.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a4eb2ceb673ee4048a6587e5b84443f2 3 | timeCreated: 1507428327 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Runtime/BlobSerializer/BlobSerializerHelper.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f2e0977171c7e734693e54ac86cfc92e 3 | timeCreated: 1507436950 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Runtime/Compatibility.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4e8eaa946e73e70498fc575324d1b2fd 3 | folderAsset: yes 4 | timeCreated: 1509226835 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Runtime/Compatibility/UnityWebRequestHelper.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b15006f0c9a00bc46b137b63f12b7e7e 3 | timeCreated: 1514435269 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Runtime/Compatibility/WSA.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 517fb8867bb4cc14fa95e839ca226e92 3 | folderAsset: yes 4 | timeCreated: 1500177900 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Runtime/Compatibility/WSA/BitArrayExtensions.cs: -------------------------------------------------------------------------------- 1 | using System.Collections; 2 | using UnityEngine; 3 | 4 | namespace BitStrap 5 | { 6 | public static class BitArrayExtensions 7 | { 8 | #if NETFX_CORE 9 | public static void CopyTo( this BitArray self, System.Array array, int index ) 10 | { 11 | ( self as ICollection ).CopyTo( array, index ); 12 | } 13 | #endif 14 | } 15 | } -------------------------------------------------------------------------------- /Assets/Runtime/Compatibility/WSA/BitArrayExtensions.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fd25b9d0cdfdb614c9ae89c10e7b4adb 3 | timeCreated: 1500181953 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Runtime/Compatibility/WSA/MemberInfoExtensions.cs: -------------------------------------------------------------------------------- 1 | using System.Reflection; 2 | using UnityEngine; 3 | 4 | namespace BitStrap 5 | { 6 | public static class MemberInfoExtensions 7 | { 8 | #if NETFX_CORE 9 | public static Option GetAttribute( this MemberInfo member, bool inherit ) where T : System.Attribute 10 | { 11 | var attribute = CustomAttributeExtensions.GetCustomAttribute( member, inherit ); 12 | if( attribute != null ) 13 | return new Option( attribute ); 14 | return Option.None; 15 | } 16 | #endif 17 | } 18 | } -------------------------------------------------------------------------------- /Assets/Runtime/Compatibility/WSA/MemberInfoExtensions.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 11dd17ee898349a419a6dcf5e5a411ab 3 | timeCreated: 1500181761 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Runtime/Compatibility/WSA/TypeExtensions.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4b6ccd2c0f157f645a2f8684c2788f9f 3 | timeCreated: 1500177949 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Runtime/EditorGraph.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 19c49f12f333cef41829c64c80af33d8 3 | folderAsset: yes 4 | timeCreated: 1472235932 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Runtime/EditorGraph/EditorGraphSerializer.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7aec6e16867c66d4183a18a116ca099a 3 | timeCreated: 1472242618 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Runtime/Extensions.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7fc9d611a5e6d414baabe43c6fd7954a 3 | folderAsset: yes 4 | timeCreated: 1449272711 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Runtime/Extensions/ArrayExtensions.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f54c0c4b0cb81014fb5d092c998ea87b 3 | timeCreated: 1449268567 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Runtime/Extensions/ComponentExtensions.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1f2a5b99d0dff134a818646450fb1fdf 3 | timeCreated: 1449274326 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Runtime/Extensions/DictionaryExtensions.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 76c911a1899888045b492c7dd13e5e1f 3 | timeCreated: 1449266451 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Runtime/Extensions/FloatExtensions.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 27814e29374c0ee468c25f42bcbcf6cb 3 | timeCreated: 1462917538 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Runtime/Extensions/GameObjectExtensions.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6b394ee2df065e441acdba84c2489210 3 | timeCreated: 1449273136 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Runtime/Extensions/HashSetExtensions.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fe09de48e52da634aa16b2227a6393e4 3 | timeCreated: 1449266451 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Runtime/Extensions/IntExtensions.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d7e5ac5b2c2ff124fa4e7919d7339ebd 3 | timeCreated: 1462916454 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Runtime/Extensions/ListExtensions.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0f35bc19b0bb5a1418606c751e3c98cc 3 | timeCreated: 1449266450 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Runtime/Extensions/StringExtensions.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 276a8491a2211654c8954b7c7cf92ce4 3 | timeCreated: 1449266450 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Runtime/Functional.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 365a507c58a41c6479c7faea8f01e664 3 | folderAsset: yes 4 | timeCreated: 1497273492 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Runtime/Functional/Functional.cs: -------------------------------------------------------------------------------- 1 | namespace BitStrap 2 | { 3 | public static class Functional 4 | { 5 | public static readonly Unit Unit = default( Unit ); 6 | public static readonly None None = default( None ); 7 | 8 | public static object Ignore 9 | { 10 | set { } 11 | } 12 | 13 | public static Unit Do( System.Action callback ) 14 | { 15 | callback(); 16 | return Unit; 17 | } 18 | 19 | public static T Do( System.Func callback ) 20 | { 21 | return callback(); 22 | } 23 | } 24 | } -------------------------------------------------------------------------------- /Assets/Runtime/Functional/Functional.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5ebe122a0e20df54b9249c9e63576a1d 3 | timeCreated: 1512233554 4 | licenseType: Free 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/Runtime/Functional/Option.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f0406e9f1d76cf4418d2255f6fcbd1ca 3 | timeCreated: 1494792724 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Runtime/Functional/Promise.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 498c96e46b5d6cf49a45bc2d4e41be3b 3 | timeCreated: 1512911306 4 | licenseType: Free 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/Runtime/Functional/Result.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1d1170b7719882242a3170aab3a88f54 3 | timeCreated: 1511461303 4 | licenseType: Free 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/Runtime/Functional/Unit.cs: -------------------------------------------------------------------------------- 1 | namespace BitStrap 2 | { 3 | public struct Unit 4 | { 5 | } 6 | } -------------------------------------------------------------------------------- /Assets/Runtime/Functional/Unit.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 05b5f29e0ce69bf42bb0684211617f11 3 | timeCreated: 1509252152 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Runtime/Graphics.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 939d75450684f584e8af32698387e292 3 | folderAsset: yes 4 | timeCreated: 1449266450 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Runtime/Graphics/ParticleController.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 54890bbf78063df4cbea542a757ff41d 3 | timeCreated: 1449266451 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Runtime/Helpers.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b1210c79f821a0544be2aad99a41cbf8 3 | folderAsset: yes 4 | timeCreated: 1449272212 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Runtime/Helpers/ColorHelper.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 50e8ddb47213e2444b0608d1ccba1dae 3 | timeCreated: 1457922671 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Runtime/Helpers/EmailHelper.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5da111a2d4bcab342ba1cb504ab7c2a5 3 | timeCreated: 1449266451 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Runtime/Helpers/ReflectionHelper.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d8c154d1525d56e45a9e782fffc40bf9 3 | timeCreated: 1449908031 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Runtime/Helpers/StringHelper.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 88b1af7f26fb45d4e931bf548760d9fd 3 | timeCreated: 1449266451 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Runtime/Inspector.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e60c651527a3d85448eb62830440135c 3 | folderAsset: yes 4 | timeCreated: 1449266450 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Runtime/Inspector/Attributes.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 78764ce541a2d9d439191bb41d8c8bcb 3 | folderAsset: yes 4 | timeCreated: 1458235204 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Runtime/Inspector/Attributes/ButtonAttribute.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 55153a2531ca5db42b15dfef693f710b 3 | timeCreated: 1449266451 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Runtime/Inspector/Attributes/ExponentInfoAttribute.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2011a19a273655741acc2670fde69a9c 3 | timeCreated: 1495661852 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Runtime/Inspector/Attributes/FolderPathAttribute.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d66eb1d2920bdec4eb821ce5155c2eea 3 | timeCreated: 1495661852 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Runtime/Inspector/Attributes/HelpBoxAttribute.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a4671f13345f6fd4499bc32a290f5262 3 | timeCreated: 1458235395 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Runtime/Inspector/Attributes/InlineScriptableObjectAttribute.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | 3 | namespace BitStrap 4 | { 5 | public sealed class InlineScriptableObjectAttribute : PropertyAttribute 6 | { 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /Assets/Runtime/Inspector/Attributes/InlineScriptableObjectAttribute.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f038ab965f13e0247888b3bfb6f83000 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/Runtime/Inspector/Attributes/LayerSelectorAttribute.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7b8535ebc08f9bf4fa45dbedaf6d9d44 3 | timeCreated: 1449266451 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Runtime/Inspector/Attributes/ReadOnlyAttribute.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | 3 | namespace BitStrap 4 | { 5 | /// 6 | /// Use this attribute to make a field appear as read only in the inspector. 7 | /// 8 | /// 9 | /// [ReadOnly] 10 | /// public int myIntField 11 | /// 12 | /// 13 | [System.AttributeUsage( System.AttributeTargets.Field, AllowMultiple = false )] 14 | public class ReadOnlyAttribute : PropertyAttribute 15 | { 16 | public bool onlyInPlaymode = false; 17 | } 18 | } 19 | -------------------------------------------------------------------------------- /Assets/Runtime/Inspector/Attributes/ReadOnlyAttribute.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4d52abe7906ea3e4da60f923eaf977fd 3 | timeCreated: 1458234230 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Runtime/Inspector/Attributes/RequireInterfaceAttribute.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | 3 | namespace BitStrap 4 | { 5 | /// 6 | /// Use it on a UnityEngine.Object reference to restrict its assignment. 7 | /// 8 | [System.AttributeUsage( System.AttributeTargets.Field, AllowMultiple = false )] 9 | public sealed class RequireInterfaceAttribute : PropertyAttribute 10 | { 11 | public System.Type interfaceType; 12 | 13 | public RequireInterfaceAttribute( System.Type interfaceType ) 14 | { 15 | this.interfaceType = interfaceType; 16 | } 17 | } 18 | } -------------------------------------------------------------------------------- /Assets/Runtime/Inspector/Attributes/RequireInterfaceAttribute.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fcefe867c241f404982bdfc088ff1e8a 3 | timeCreated: 1485738507 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Runtime/Inspector/Attributes/RequiredReferenceAttribute.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | 3 | namespace BitStrap 4 | { 5 | [System.AttributeUsage( System.AttributeTargets.Field )] 6 | public sealed class RequiredReferenceAttribute : System.Attribute 7 | { 8 | } 9 | } 10 | -------------------------------------------------------------------------------- /Assets/Runtime/Inspector/Attributes/RequiredReferenceAttribute.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b844d46fe752da9408e962907db0bfe0 3 | timeCreated: 1505579757 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Runtime/Inspector/Attributes/ShowImplementedInterfacesAttribute.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | 3 | namespace BitStrap 4 | { 5 | /// 6 | /// Show in inspector all the interfaces this component implements. 7 | /// 8 | [System.AttributeUsage( System.AttributeTargets.Field, AllowMultiple = false )] 9 | public sealed class ShowImplementedInterfacesAttribute : PropertyAttribute 10 | { 11 | public System.Type type; 12 | 13 | public ShowImplementedInterfacesAttribute( System.Type type ) 14 | { 15 | this.type = type; 16 | } 17 | } 18 | } -------------------------------------------------------------------------------- /Assets/Runtime/Inspector/Attributes/ShowImplementedInterfacesAttribute.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9d813847b79894e40b30c8f768d4f878 3 | timeCreated: 1485745516 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Runtime/Inspector/Attributes/TagSelectorAttribute.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | 3 | namespace BitStrap 4 | { 5 | /// 6 | /// Put this attribute above an int field and it will draw like a tag picker in the inspector. 7 | /// 8 | [System.AttributeUsage( System.AttributeTargets.Field, AllowMultiple = false )] 9 | public class TagSelectorAttribute : PropertyAttribute 10 | { 11 | } 12 | } 13 | -------------------------------------------------------------------------------- /Assets/Runtime/Inspector/Attributes/TagSelectorAttribute.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5347f79a69a88764791e1522e851c26e 3 | timeCreated: 1449266451 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Runtime/Inspector/Attributes/UnitAttribute.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b318274fa7f75034d879e50a46b7c048 3 | timeCreated: 1474982148 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Runtime/Inspector/MirrorTool.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: efa5fe3d570f85d43a8af47a7bd31326 3 | timeCreated: 1449346876 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Runtime/Inspector/RuntimeConsole.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7f9d52f086503d74cae64ff43aed0dea 3 | timeCreated: 1449346724 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Runtime/Math.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 38627ac524238bc4199d391e1cfd3f79 3 | folderAsset: yes 4 | timeCreated: 1449266450 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Runtime/Math/BitHelper.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c20da3a0db5698347990dd46c413f2be 3 | timeCreated: 1449266451 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Runtime/Math/FastRandom.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ec94ef113d2ff9f4d8c4e68a51729568 3 | timeCreated: 1449266452 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Runtime/Math/Modifiable.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4aaceb62bb6fe7f44b7f47baf445723f 3 | timeCreated: 1449266450 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Runtime/Math/NumberRange.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 171b44af9d5d44b45b23362ae542d1ad 3 | timeCreated: 1449266450 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Runtime/Math/SecureInt.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f49b71a5295adcc4eba65dee30567fd6 3 | timeCreated: 1449294083 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Runtime/Math/VectorHelper.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d7e6d45f574582448977379b0b938eb2 3 | timeCreated: 1449266452 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Runtime/References.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1019d27b62f534546b79a4ee4e74e002 3 | folderAsset: yes 4 | timeCreated: 1504976952 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Runtime/References/References.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 00b1d33601aaaf34faa1623dca8a8c13 3 | timeCreated: 1504976964 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Runtime/References/ReferencesHelper.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3c109909d20a0734797c6dab3bd94725 3 | timeCreated: 1504977378 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Runtime/References/ReferencesObject.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 014c4a440c736544aa45842890011b3b 3 | timeCreated: 1504984675 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Runtime/Shaders.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b0b9a959214f2df49925617946250f64 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Runtime/Shaders/BackgroundBlur.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 82124a64124857543a97fe283bc6aba9 3 | timeCreated: 1449346956 4 | licenseType: Free 5 | ShaderImporter: 6 | defaultTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Runtime/Shaders/Scanline.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2afb7353dea3a44479bb0a0ad36b59ac 3 | timeCreated: 1449346956 4 | licenseType: Free 5 | ShaderImporter: 6 | defaultTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Runtime/Tween.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 454cc15c4b69f024f81f7126b4c1a68a 3 | folderAsset: yes 4 | timeCreated: 1485723120 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Runtime/Tween/Tween.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b479f112ce5e7fd4bbf9bf2858a2f1e1 3 | timeCreated: 1485723385 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Runtime/Tween/TweenFov.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f4c9db12a96f1334494135d7b56cd92a 3 | timeCreated: 1485724562 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Runtime/Tween/TweenPath.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d111e8aeedfd30c42aae8591b1a529b7 3 | timeCreated: 1480439941 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Runtime/Tween/TweenShader.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 72441f92f950986419af01eaee605728 3 | timeCreated: 1449266451 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Runtime/Tween/TweenShaderProperty.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 340a018e8977c214ca938f2ec559d9c2 3 | timeCreated: 1486186200 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Runtime/Tween/TweenStep.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | using UnityEngine.Events; 3 | 4 | namespace BitStrap 5 | { 6 | public class TweenStep : MonoBehaviour 7 | { 8 | public float duration = 1.0f; 9 | public AnimationCurve positionCurve = AnimationCurve.Linear( 0.0f, 0.0f, 1.0f, 1.0f ); 10 | public AnimationCurve rotationCurve = AnimationCurve.Linear( 0.0f, 0.0f, 1.0f, 1.0f ); 11 | 12 | public Vector3 tangent = Vector3.right; 13 | 14 | public UnityEvent onEnter; 15 | } 16 | } -------------------------------------------------------------------------------- /Assets/Runtime/Tween/TweenStep.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 28efca342706ab045b0f712920c4945d 3 | timeCreated: 1480439941 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Runtime/Unity.BitStrap.asmdef: -------------------------------------------------------------------------------- 1 | { 2 | "name": "BitStrapRuntimeAssembly", 3 | "references": [], 4 | "optionalUnityReferences": [], 5 | "includePlatforms": [], 6 | "excludePlatforms": [], 7 | "allowUnsafeCode": false 8 | } -------------------------------------------------------------------------------- /Assets/Runtime/Unity.BitStrap.asmdef.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9801596f6c4c367469a841aa6a178293 3 | AssemblyDefinitionImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Runtime/Util.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: eebb2dba6a653c74e8270424aeeddf0d 3 | folderAsset: yes 4 | timeCreated: 1449269231 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Runtime/Util/BitStream.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 740b3e380c7e0fb4aa9daeefad9b94c2 3 | timeCreated: 1497560748 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Runtime/Util/CircularBuffer.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 36eacb5a5615d094abc18aec078bcf9e 3 | timeCreated: 1467152287 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Runtime/Util/Create.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d8556d7833de8214894824405b9e265b 3 | timeCreated: 1449275176 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Runtime/Util/PlayerPrefProperty.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6c2f8bcc66ae1f6408033080f774f143 3 | timeCreated: 1460941449 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Runtime/Util/SafeAction.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 89d7894be6bcd404e90d55f43f60766d 3 | timeCreated: 1449266451 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Runtime/Util/Singleton.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: dbc7f6ed4dde4d948b44ec8a8f2ccbb1 3 | timeCreated: 1449266452 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Runtime/Util/Slice.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d0ea721649626204eb78404fab0f09b0 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/Runtime/Util/Timer.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d87346361e342534b8425a1c0460bfbe 3 | timeCreated: 1449266452 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Runtime/WebApi.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fef66d19e8cb4464899d7c097a197d82 3 | folderAsset: yes 4 | timeCreated: 1460403785 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Runtime/WebApi/Helpers.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 93eb78d275e14e5408486caad02798ad 3 | folderAsset: yes 4 | timeCreated: 1504409877 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Runtime/WebApi/Helpers/WebActionHelper.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 562282e2e49a5724499ce35b6d6489e3 3 | timeCreated: 1504423014 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Runtime/WebApi/Helpers/WebApiHelper.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2eba6db1521efc04da8f4155044ead63 3 | timeCreated: 1504409900 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Runtime/WebApi/WebAction.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: dc5bbb34fb4dbdf4a84587c0784a1595 3 | timeCreated: 1460406436 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Runtime/WebApi/WebApi.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4f987ca3419b415488b3d40a1f61373f 3 | timeCreated: 1460403795 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Runtime/WebApi/WebController.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 631fe752130bbfe488ef5a7d666ab4f2 3 | timeCreated: 1460406265 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Runtime/WebApi/WebSerializers.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 737c8dfbe4cba2348afb918541564a6d 3 | folderAsset: yes 4 | timeCreated: 1460408083 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Runtime/WebApi/WebSerializers/IWebSerializer.cs: -------------------------------------------------------------------------------- 1 | using System.Collections.Generic; 2 | using UnityEngine.Networking; 3 | 4 | namespace BitStrap 5 | { 6 | public interface IWebSerializer 7 | { 8 | Result Serialize( object value ); 9 | 10 | Result Deserialize( string value ); 11 | 12 | void OnBeforeRequest( UnityWebRequest request ); 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /Assets/Runtime/WebApi/WebSerializers/IWebSerializer.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 43180d0ff8365d546bd2ced03f9681a5 3 | timeCreated: 1460408074 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Runtime/WebApi/WebSerializers/JsonWebSerializer.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 418ba707f4a869e4888dd2ec805656d8 3 | timeCreated: 1460408104 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Samples.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 80130534bda349f4ca5089116dc5870c 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Samples/Animation.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ce57dac38a5e54e47b8c112cb1cc40f9 3 | folderAsset: yes 4 | timeCreated: 1457907312 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Samples/Animation/AnimationParameters.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a87412f9d0c673047b4849ae3c3ff008 3 | folderAsset: yes 4 | timeCreated: 1449293066 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Samples/Animation/AnimationParameters/AnimationParameters.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e4d4a5c789f930e48bf36482518ebd5a 3 | timeCreated: 1449293055 4 | licenseType: Pro 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Samples/Animation/AnimationParameters/AnimationParametersExample.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | 3 | namespace BitStrap.Examples 4 | { 5 | public class AnimationParametersExample : MonoBehaviour 6 | { 7 | public BoolAnimationParameter boolParameter; 8 | public IntAnimationParameter intParameter; 9 | public FloatAnimationParameter floatParameter; 10 | public TriggerAnimationParameter trigger; 11 | } 12 | } 13 | -------------------------------------------------------------------------------- /Assets/Samples/Animation/AnimationParameters/AnimationParametersExample.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 965fb3342012f45489b002844de468c1 3 | timeCreated: 1449292467 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Samples/Animation/AnimationParameters/ExampleAnimator.controller.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a344e4f5c5200264c91652e8541c90cb 3 | timeCreated: 1449283019 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Samples/Animation/AnimationParameters/IndirectAnimationParametersExample.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | 3 | namespace BitStrap.Examples 4 | { 5 | public class IndirectAnimationParametersExample : MonoBehaviour 6 | { 7 | [AnimatorField( "animator" )] 8 | public BoolAnimationParameter boolParameter; 9 | [AnimatorField( "animator" )] 10 | public IntAnimationParameter intParameter; 11 | [AnimatorField( "animator" )] 12 | public FloatAnimationParameter floatParameter; 13 | [AnimatorField( "animator" )] 14 | public TriggerAnimationParameter trigger; 15 | 16 | public Animator animator; 17 | } 18 | } -------------------------------------------------------------------------------- /Assets/Samples/Animation/AnimationParameters/IndirectAnimationParametersExample.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c1d2677a51082bb489e96a3f4f04a48a 3 | timeCreated: 1449292467 4 | licenseType: Pro 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Samples/Animation/Unity.BitStrap.Example.Animation.asmdef: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Unity.BitStrap.Example.Animation", 3 | "references": [ 4 | "GUID:9801596f6c4c367469a841aa6a178293" 5 | ], 6 | "optionalUnityReferences": [], 7 | "includePlatforms": [], 8 | "excludePlatforms": [], 9 | "allowUnsafeCode": false, 10 | "overrideReferences": false, 11 | "precompiledReferences": [], 12 | "autoReferenced": true, 13 | "defineConstraints": [], 14 | "versionDefines": [] 15 | } -------------------------------------------------------------------------------- /Assets/Samples/Animation/Unity.BitStrap.Example.Animation.asmdef.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 18dff81ef7f10a64b966bc4c6e6daa1a 3 | AssemblyDefinitionImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Samples/BlobSerializer.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6d18f74c862daae408f9dd668328adde 3 | folderAsset: yes 4 | timeCreated: 1507441367 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Samples/BlobSerializer/BlobSerializerExample.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 14fde24002136404495492a3e8bddc46 3 | timeCreated: 1507441417 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Samples/BlobSerializer/BlobSerializerExamples.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 589526ebfe6d8614992f71bd2817a19e 3 | timeCreated: 1507441383 4 | licenseType: Free 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Samples/BlobSerializer/Unity.BitStrap.Example.BlobSerializer.asmdef: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Unity.BitStrap.Example.BlobSerializer", 3 | "references": [ 4 | "GUID:9801596f6c4c367469a841aa6a178293" 5 | ], 6 | "optionalUnityReferences": [], 7 | "includePlatforms": [], 8 | "excludePlatforms": [], 9 | "allowUnsafeCode": false, 10 | "overrideReferences": false, 11 | "precompiledReferences": [], 12 | "autoReferenced": true, 13 | "defineConstraints": [], 14 | "versionDefines": [] 15 | } -------------------------------------------------------------------------------- /Assets/Samples/BlobSerializer/Unity.BitStrap.Example.BlobSerializer.asmdef.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2647025fa4282544eb73faffd1e0f74d 3 | AssemblyDefinitionImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Samples/EditorGraph.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7aa61b439a45ecc459664da785dfee76 3 | folderAsset: yes 4 | timeCreated: 1472241833 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Samples/EditorGraph/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a0176eb9731c1854a9bac9b1d21faceb 3 | folderAsset: yes 4 | timeCreated: 1472241928 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Samples/EditorGraph/Editor/MyGraphEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6baeaa25b20a652459df07826d662f28 3 | timeCreated: 1472241902 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Samples/EditorGraph/Editor/MyGraphNodeController.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0720ed750f5ec2d45826705417984178 3 | timeCreated: 1472243719 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Samples/EditorGraph/Editor/Unity.BitStrap.Example.EditorGraph.Editor.asmdef.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1efe7aa66a5ccea4ca6b60f7475dd07d 3 | AssemblyDefinitionImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Samples/EditorGraph/MyGraph.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!114 &11400000 4 | MonoBehaviour: 5 | m_ObjectHideFlags: 0 6 | m_PrefabParentObject: {fileID: 0} 7 | m_PrefabInternal: {fileID: 0} 8 | m_GameObject: {fileID: 0} 9 | m_Enabled: 1 10 | m_EditorHideFlags: 0 11 | m_Script: {fileID: 11500000, guid: 1dc3fd795c2388c429675cfae7ff3f7b, type: 3} 12 | m_Name: MyGraph 13 | m_EditorClassIdentifier: 14 | serialized: "=1\r\n=2\r\n-\r\nx=-120\r\ny=0\r\nvalue=17\r\n-\r\nx=120\r\ny=0\r\nvalue=88\r\ninput=1\r\n-\r\n" 15 | -------------------------------------------------------------------------------- /Assets/Samples/EditorGraph/MyGraph.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2004345356aca3e4596018719d96e2bc 3 | timeCreated: 1474050831 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Samples/EditorGraph/MyGraph.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1dc3fd795c2388c429675cfae7ff3f7b 3 | timeCreated: 1472242331 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Samples/EditorGraph/MyGraphNode.cs: -------------------------------------------------------------------------------- 1 | namespace BitStrap.Examples 2 | { 3 | /// 4 | /// Open the graph editor window by navigating in Unity Editor to "Window/BitStrap Examples/EditorGraph". 5 | /// 6 | public sealed class MyGraphNode 7 | { 8 | public int x; 9 | public int y; 10 | 11 | public int value; 12 | 13 | public MyGraphNode input; 14 | } 15 | } -------------------------------------------------------------------------------- /Assets/Samples/EditorGraph/MyGraphNode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5a4429d3fb12a154eb9af0613cae6abd 3 | timeCreated: 1472242261 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Samples/EditorGraph/Unity.BitStrap.Example.EditorGraph.asmdef: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Unity.BitStrap.Example.EditorGraph", 3 | "references": [ 4 | "GUID:9801596f6c4c367469a841aa6a178293" 5 | ], 6 | "optionalUnityReferences": [], 7 | "includePlatforms": [], 8 | "excludePlatforms": [], 9 | "allowUnsafeCode": false, 10 | "overrideReferences": false, 11 | "precompiledReferences": [], 12 | "autoReferenced": true, 13 | "defineConstraints": [], 14 | "versionDefines": [] 15 | } -------------------------------------------------------------------------------- /Assets/Samples/EditorGraph/Unity.BitStrap.Example.EditorGraph.asmdef.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 078a60851190151469fa0710c1d0a093 3 | AssemblyDefinitionImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Samples/Extensions.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6bf3c646a0334424b86c83ccc833cdbe 3 | folderAsset: yes 4 | timeCreated: 1457907334 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Samples/Extensions/ArrayExtensionsExample.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b85b1c55369313e4a9f4f517fadd2ef3 3 | timeCreated: 1457920547 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Samples/Extensions/ComponentExtensionsExample.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | 3 | namespace BitStrap.Examples 4 | { 5 | public class ComponentExtensionsExample : MonoBehaviour 6 | { 7 | [Button] 8 | public void GetComponentInParentIncludingInactive() 9 | { 10 | transform.parent.gameObject.SetActive( false ); 11 | Debug.LogFormat( "Found component '{0}'", this.GetComponentInParent( true ) ); 12 | } 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /Assets/Samples/Extensions/ComponentExtensionsExample.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4cdb2d88358f1e74eab60f8996d747cd 3 | timeCreated: 1457923021 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Samples/Extensions/DictionaryExtensionsExample.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fc6a9c5680b899946b95082dda68ffeb 3 | timeCreated: 1457925855 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Samples/Extensions/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: df52badfea052244f82d69131018ff0e 3 | folderAsset: yes 4 | timeCreated: 1457908699 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Samples/Extensions/Editor/RectExtensionsExample.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b34ec224d553f2e4587bcca417c1e6eb 3 | timeCreated: 1457907367 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Samples/Extensions/Editor/Unity.BitStrap.Example.Extensions.Editor.asmdef.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 54d35a924d97c524a92683fd55c61bf7 3 | AssemblyDefinitionImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Samples/Extensions/ExtensionsExample.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2d3f131f46836c04d929a970e9c44290 3 | timeCreated: 1457922464 4 | licenseType: Free 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Samples/Extensions/FloatExtensionsExample.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bd9e707c6d6acdb45ad9e44cf7d8459b 3 | timeCreated: 1462917631 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Samples/Extensions/GameObjectExtensionsExample.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | 3 | namespace BitStrap.Examples 4 | { 5 | public class GameObjectExtensionsExample : MonoBehaviour 6 | { 7 | [Button] 8 | public void GetComponentInParentIncludingInactive() 9 | { 10 | transform.parent.gameObject.SetActive( false ); 11 | Debug.LogFormat( "Found component '{0}'", gameObject.GetComponentInParent( true ) ); 12 | } 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /Assets/Samples/Extensions/GameObjectExtensionsExample.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 65f6064be0d87f046bbed5e1b90755f9 3 | timeCreated: 1457924046 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Samples/Extensions/HashSetExtensionsExample.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3eb4318ef87b2e74087bb135368bd48e 3 | timeCreated: 1457925855 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Samples/Extensions/IntExtensionsExample.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2094c10fa9ae2fb4f8f3803b462475ba 3 | timeCreated: 1462916717 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Samples/Extensions/ListExtensionsExample.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 99fc41baa18c18748b6e6447e4a06944 3 | timeCreated: 1457924114 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Samples/Extensions/StringExtensionsExample.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 07a0e4996d2c7e24e95a52b718b8c637 3 | timeCreated: 1457924647 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Samples/Extensions/Unity.BitStrap.Example.Extensions.asmdef: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Unity.BitStrap.Example.Extensions", 3 | "references": [ 4 | "GUID:9801596f6c4c367469a841aa6a178293" 5 | ], 6 | "optionalUnityReferences": [], 7 | "includePlatforms": [], 8 | "excludePlatforms": [], 9 | "allowUnsafeCode": false, 10 | "overrideReferences": false, 11 | "precompiledReferences": [], 12 | "autoReferenced": true, 13 | "defineConstraints": [], 14 | "versionDefines": [] 15 | } -------------------------------------------------------------------------------- /Assets/Samples/Extensions/Unity.BitStrap.Example.Extensions.asmdef.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 08a6e08f12d793f458a420920dab40ba 3 | AssemblyDefinitionImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Samples/Functional.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b25db4ea610c32349b2cfef30a75da8b 3 | folderAsset: yes 4 | timeCreated: 1497273499 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Samples/Functional/FunctionalExamples.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c432301dc8339904d81dfa2616ee8210 3 | timeCreated: 1497273553 4 | licenseType: Free 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Samples/Functional/OptionExample.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2c8544660f739814e88cd46f543d75cb 3 | timeCreated: 1495570774 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Samples/Functional/PromiseExample.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e4106df0e0e826042bf5e516aa568a28 3 | timeCreated: 1512919919 4 | licenseType: Free 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/Samples/Functional/ResultExample.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3cc8ed12c164e89428f4f91090e5cde3 3 | timeCreated: 1514422717 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Samples/Functional/Unity.BitStrap.Example.Functional.asmdef: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Unity.BitStrap.Example.Functional", 3 | "references": [ 4 | "GUID:9801596f6c4c367469a841aa6a178293" 5 | ], 6 | "optionalUnityReferences": [], 7 | "includePlatforms": [], 8 | "excludePlatforms": [], 9 | "allowUnsafeCode": false, 10 | "overrideReferences": false, 11 | "precompiledReferences": [], 12 | "autoReferenced": true, 13 | "defineConstraints": [], 14 | "versionDefines": [] 15 | } -------------------------------------------------------------------------------- /Assets/Samples/Functional/Unity.BitStrap.Example.Functional.asmdef.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9c327334f93a86344bbcae5e2fd42bd4 3 | AssemblyDefinitionImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Samples/Graphics.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b1fe1a54d422cd043a90c9b72e170302 3 | folderAsset: yes 4 | timeCreated: 1458256746 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Samples/Graphics/GraphicExamples.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 50e1a59e0e2802f4bba6958bd14736ce 3 | timeCreated: 1458256788 4 | licenseType: Free 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Samples/Graphics/ParticleControllerExample.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8d0034e6476a1a8449c5a441f6ef9422 3 | timeCreated: 1458257278 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Samples/Graphics/Unity.BitStrap.Example.Graphics.asmdef: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Unity.BitStrap.Example.Graphics", 3 | "references": [ 4 | "GUID:9801596f6c4c367469a841aa6a178293" 5 | ], 6 | "optionalUnityReferences": [], 7 | "includePlatforms": [], 8 | "excludePlatforms": [], 9 | "allowUnsafeCode": false, 10 | "overrideReferences": false, 11 | "precompiledReferences": [], 12 | "autoReferenced": true, 13 | "defineConstraints": [], 14 | "versionDefines": [] 15 | } -------------------------------------------------------------------------------- /Assets/Samples/Graphics/Unity.BitStrap.Example.Graphics.asmdef.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4cc4cd0c8d0f1224cb474dbef1f13a64 3 | AssemblyDefinitionImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Samples/Helpers.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c327f5e45badda84ea5f8971f122f914 3 | folderAsset: yes 4 | timeCreated: 1457922721 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Samples/Helpers/ColorHelperExample.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b6aed848f58c61042997c3f052856b15 3 | timeCreated: 1457922510 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Samples/Helpers/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cb46d40f537425e4b9d0df8c06db7548 3 | folderAsset: yes 4 | timeCreated: 1458247830 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Samples/Helpers/Editor/AllEditorStylesExample.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1d98bcffde86063469fea0476661eb3e 3 | timeCreated: 1463297891 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Samples/Helpers/Editor/EditorHelperExample.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 506226c863b03a24190083f8cd61af0d 3 | timeCreated: 1458247846 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Samples/Helpers/Editor/ProjectBrowserHelperExample.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 26f9dc04a9414ed4c944d6ed465db69c 3 | timeCreated: 1458253710 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Samples/Helpers/Editor/ScriptDefinesHelperExample.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9b1c5e038bd19a944b6543661b51bad5 3 | timeCreated: 1462307311 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Samples/Helpers/Editor/StaticReflectionHelperExample.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 20dd4d52abc67e4409a40954d4f0c49f 3 | timeCreated: 1459624653 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Samples/Helpers/Editor/Unity.BitStrap.Example.Helpers.Editor.asmdef.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 75583772e8151ad43909800de697ba78 3 | AssemblyDefinitionImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Samples/Helpers/EmailHelperExample.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b8e798c8dcdf67e41aaad56f73f6e289 3 | timeCreated: 1458231690 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Samples/Helpers/HelpersExample.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 724b3b88334f8fa4c8a931b66627e898 3 | timeCreated: 1458231579 4 | licenseType: Free 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Samples/Helpers/ReflectionHelperExample.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e76b7b237d1bee940b28b2d940bd8a0b 3 | timeCreated: 1458232358 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Samples/Helpers/StringHelperExample.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3148f752d24aa10488e8dda58eb0d8db 3 | timeCreated: 1458232906 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Samples/Helpers/Unity.BitStrap.Example.Helpers.asmdef: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Unity.BitStrap.Example.Helpers", 3 | "references": [ 4 | "GUID:9801596f6c4c367469a841aa6a178293" 5 | ], 6 | "optionalUnityReferences": [], 7 | "includePlatforms": [], 8 | "excludePlatforms": [], 9 | "allowUnsafeCode": false, 10 | "overrideReferences": false, 11 | "precompiledReferences": [], 12 | "autoReferenced": true, 13 | "defineConstraints": [], 14 | "versionDefines": [] 15 | } -------------------------------------------------------------------------------- /Assets/Samples/Helpers/Unity.BitStrap.Example.Helpers.asmdef.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c3bb8be317bbc884ea0d8eb2b054b1ab 3 | AssemblyDefinitionImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Samples/Inspector.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5fe4c88087e4afd4590a0efb66df02ba 3 | folderAsset: yes 4 | timeCreated: 1458258089 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Samples/Inspector/AttributesExample.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 09d6686f3ffc6ff46acb9b3be7e40fb3 3 | timeCreated: 1458260388 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Samples/Inspector/ComponentReference.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 12dd0916057201240ad6fd85a02b8212 3 | timeCreated: 1483387042 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Samples/Inspector/DummyScriptableObjectExample.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!114 &11400000 4 | MonoBehaviour: 5 | m_ObjectHideFlags: 0 6 | m_PrefabParentObject: {fileID: 0} 7 | m_PrefabInternal: {fileID: 0} 8 | m_GameObject: {fileID: 0} 9 | m_Enabled: 1 10 | m_EditorHideFlags: 0 11 | m_Script: {fileID: 11500000, guid: 4428529064cc6884baddb56d829c3d34, type: 3} 12 | m_Name: DummyScriptableObjectExample 13 | m_EditorClassIdentifier: 14 | floatValue: 0.13 15 | intValue: 13 16 | stringValue: This is a string 17 | rangeExample: 42.1 18 | unitOfAcceleration: 5 19 | -------------------------------------------------------------------------------- /Assets/Samples/Inspector/DummyScriptableObjectExample.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8b6d9771744288c4597b8c191a96ce00 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 11400000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Samples/Inspector/DummyScriptableObjectExample.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | 3 | namespace BitStrap.Examples 4 | { 5 | public sealed class DummyScriptableObjectExample : ScriptableObject 6 | { 7 | public float floatValue; 8 | public int intValue; 9 | [Space] 10 | public string stringValue; 11 | 12 | [Header("Header")] 13 | [Range(0, 100)] 14 | public float rangeExample; 15 | [Unit("m/s2")] 16 | public float unitOfAcceleration = 5.0f; 17 | } 18 | } 19 | -------------------------------------------------------------------------------- /Assets/Samples/Inspector/DummyScriptableObjectExample.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4428529064cc6884baddb56d829c3d34 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/Samples/Inspector/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b0421ce3c00a3dc41a2b807698056228 3 | folderAsset: yes 4 | timeCreated: 1476132121 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Samples/Inspector/Editor/C# ScriptTemplate-BitStrap.txt: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | 3 | namespace BitStrap 4 | { 5 | public sealed class #SCRIPTNAME# : MonoBehaviour 6 | { 7 | 8 | } 9 | } -------------------------------------------------------------------------------- /Assets/Samples/Inspector/Editor/C# ScriptTemplate-BitStrap.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 50aa4a9dab9bbad4f87f13886f3a6f1a 3 | timeCreated: 1476132833 4 | licenseType: Free 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Samples/Inspector/Editor/C# ScriptTemplate-Example.txt: -------------------------------------------------------------------------------- 1 | // --------------------------------------------------------------------------- 2 | // 3 | // Copyright (c) #YEAR# CompanyName. All rights reserved. 4 | // 5 | // 6 | // Author Name 7 | // AuthorName@Company.com 8 | // 9 | // --------------------------------------------------------------------------- 10 | using UnityEngine; 11 | using System.Collections; 12 | namespace BitStrap 13 | { 14 | public class #SCRIPTNAME# : MonoBehaviour 15 | { 16 | 17 | } 18 | } 19 | -------------------------------------------------------------------------------- /Assets/Samples/Inspector/Editor/C# ScriptTemplate-Example.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c83d8782b1f0c6a40ad01e0e18c978d4 3 | timeCreated: 1476032487 4 | licenseType: Free 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Samples/Inspector/Editor/C# ScriptTemplate-Unity.txt: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | using System.Collections; 3 | 4 | public class #SCRIPTNAME# : MonoBehaviour { 5 | 6 | // Use this for initialization 7 | void Start () { 8 | 9 | } 10 | 11 | // Update is called once per frame 12 | void Update () { 13 | 14 | } 15 | } 16 | -------------------------------------------------------------------------------- /Assets/Samples/Inspector/Editor/C# ScriptTemplate-Unity.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 76c4ec044f6bb194fb4420ed2682d295 3 | timeCreated: 1476032113 4 | licenseType: Free 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Samples/Inspector/InspectorExamples.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e33ba6643ad660f4ca98d9bc1f494e1e 3 | timeCreated: 1458258105 4 | licenseType: Free 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Samples/Inspector/InterfaceReferenceExample.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | 3 | namespace BitStrap.Examples 4 | { 5 | public sealed class InterfaceReferenceExample : MonoBehaviour 6 | { 7 | [Header( "This field only accepts classes that implement an interface." )] 8 | [RequireInterface( typeof( IMyInterface ) )] 9 | public MonoBehaviour myInterfaceReference; 10 | 11 | [Button] 12 | public void TestMyInterfaceReference() 13 | { 14 | var myInterface = myInterfaceReference as IMyInterface; 15 | myInterface.MyMethod(); 16 | } 17 | } 18 | } -------------------------------------------------------------------------------- /Assets/Samples/Inspector/InterfaceReferenceExample.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5ede9a12137ca6a4ba8d45e00859e448 3 | timeCreated: 1485741797 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Samples/Inspector/MyClassThaImplementsMyInterface.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b51cfb52be115b6419ba6521039c498b 3 | timeCreated: 1485742112 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Samples/Inspector/RuntimeConsoleExample.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e2f8aca169e07a341a2b4da15be829ce 3 | timeCreated: 1458260005 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Samples/Inspector/Unity.BitStrap.Example.Inspector.asmdef: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Unity.BitStrap.Example.Inspector", 3 | "references": [ 4 | "GUID:9801596f6c4c367469a841aa6a178293" 5 | ], 6 | "optionalUnityReferences": [], 7 | "includePlatforms": [], 8 | "excludePlatforms": [], 9 | "allowUnsafeCode": false, 10 | "overrideReferences": false, 11 | "precompiledReferences": [], 12 | "autoReferenced": true, 13 | "defineConstraints": [], 14 | "versionDefines": [] 15 | } -------------------------------------------------------------------------------- /Assets/Samples/Inspector/Unity.BitStrap.Example.Inspector.asmdef.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cd5d788244d13fc4497a4c3992751fbe 3 | AssemblyDefinitionImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Samples/Math.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0054242849382804ca9263a76881ad7a 3 | folderAsset: yes 4 | timeCreated: 1458254504 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Samples/Math/BitHelperExample.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 744cee76f410ba7408034d67d6537122 3 | timeCreated: 1458233405 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Samples/Math/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 72f2a254b557c7a4aa1fa75812c722d3 3 | folderAsset: yes 4 | timeCreated: 1458237192 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Samples/Math/Editor/Unity.BitStrap.Example.Math.Editor.asmdef.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 24f3eb8d1e5ed414ca488d1d11d71a4d 3 | AssemblyDefinitionImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Samples/Math/Editor/VectorHelperExampleEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fd2c231f3facb3447ab8ba66a485f2be 3 | timeCreated: 1458237254 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Samples/Math/FastRandomExample.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fd6762bf6911aa7419a5e170023429ff 3 | timeCreated: 1458254525 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Samples/Math/MathExamples.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5b8f98afe37fc644689b9c8bc5425bc9 3 | timeCreated: 1458254868 4 | licenseType: Free 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Samples/Math/ModifiableExample.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 77872aa7ad2d3d548bc12f280b3bcc48 3 | timeCreated: 1458261611 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Samples/Math/NumberRangeExample.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c4dac871e9cea1e468a763606b56e582 3 | timeCreated: 1458254903 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Samples/Math/SecureIntExample.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | 3 | namespace BitStrap.Examples 4 | { 5 | public class SecureIntExample : MonoBehaviour 6 | { 7 | [Header( "Edit the fields and click the buttons to test them!" )] 8 | public SecureInt secureInteger = new SecureInt( 10 ); 9 | 10 | [Button] 11 | public void GetValueInMemory() 12 | { 13 | if( Application.isPlaying ) 14 | { 15 | Debug.LogFormat( "Encrypted Value: {0}", secureInteger.EncryptedValue ); 16 | } 17 | else 18 | { 19 | Debug.LogWarning( "In order to see SecureInt working, please enter Play mode." ); 20 | } 21 | } 22 | } 23 | } 24 | -------------------------------------------------------------------------------- /Assets/Samples/Math/SecureIntExample.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c2a05c2dc2398514c8637b811c17ca92 3 | timeCreated: 1458255904 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Samples/Math/Unity.BitStrap.Example.Math.asmdef: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Unity.BitStrap.Example.Math", 3 | "references": [ 4 | "GUID:9801596f6c4c367469a841aa6a178293" 5 | ], 6 | "optionalUnityReferences": [], 7 | "includePlatforms": [], 8 | "excludePlatforms": [], 9 | "allowUnsafeCode": false, 10 | "overrideReferences": false, 11 | "precompiledReferences": [], 12 | "autoReferenced": true, 13 | "defineConstraints": [], 14 | "versionDefines": [] 15 | } -------------------------------------------------------------------------------- /Assets/Samples/Math/Unity.BitStrap.Example.Math.asmdef.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ab414d257c5332a4b85534a98f88d22a 3 | AssemblyDefinitionImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Samples/Math/VectorHelperExample.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1beedf44717ed5747bc401af70756437 3 | timeCreated: 1458236693 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Samples/Physics.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 572d8be18cbc6c64fb9129ffab7ccb5d 3 | folderAsset: yes 4 | timeCreated: 1483385689 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Samples/Physics/Collision2dListener.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6ed73efb50902ef4fb611d8a72b5d209 3 | timeCreated: 1483385668 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Samples/Physics/CollisionListener.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6c5dc7c1ac070ad4ea30cb66a18509f7 3 | timeCreated: 1483385668 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Samples/Physics/Trigger2dListener.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fe18a864a4ad59b459698f8daa739e61 3 | timeCreated: 1483385668 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Samples/Physics/TriggerListener.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bfa9e59a6a5db5243a0c0ce558c626d4 3 | timeCreated: 1483385668 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Samples/Physics/Unity.BitStrap.Example.Physics.asmdef: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Unity.BitStrap.Example.Physics", 3 | "references": [ 4 | "GUID:9801596f6c4c367469a841aa6a178293" 5 | ], 6 | "optionalUnityReferences": [], 7 | "includePlatforms": [], 8 | "excludePlatforms": [], 9 | "allowUnsafeCode": false, 10 | "overrideReferences": false, 11 | "precompiledReferences": [], 12 | "autoReferenced": true, 13 | "defineConstraints": [], 14 | "versionDefines": [] 15 | } -------------------------------------------------------------------------------- /Assets/Samples/Physics/Unity.BitStrap.Example.Physics.asmdef.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c74e78e178f92dc4c9f3dfb0cacc3d73 3 | AssemblyDefinitionImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Samples/References.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ff6974dbec784494b80c45dabc811192 3 | folderAsset: yes 4 | timeCreated: 1504978230 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Samples/References/BehaviourWithReferences.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 00ca3ff89be122a459db2d3d3fd882ba 3 | timeCreated: 1504978310 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Samples/References/ExampleRandomPrefabs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d4575a27b4aeffd48bce482bc412b592 3 | folderAsset: yes 4 | timeCreated: 1504978835 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Samples/References/ExampleRandomPrefabs/Cube1.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bfe71bdded2d5894aa2aaba07bad828a 3 | timeCreated: 1504978846 4 | licenseType: Free 5 | NativeFormatImporter: 6 | mainObjectFileID: 100100000 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Samples/References/ExampleRandomPrefabs/Cube2.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3251d183c70f52a488c9478c29afc33c 3 | timeCreated: 1504978846 4 | licenseType: Free 5 | NativeFormatImporter: 6 | mainObjectFileID: 100100000 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Samples/References/ExampleRandomPrefabs/Cube3.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f3da6b2665318e94a87e11112b89e048 3 | timeCreated: 1504978846 4 | licenseType: Free 5 | NativeFormatImporter: 6 | mainObjectFileID: 100100000 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Samples/References/GameObjectReferencesObject.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 340211a7da5b3414aae53f1f22050a51 3 | timeCreated: 1504984953 4 | licenseType: Free 5 | NativeFormatImporter: 6 | mainObjectFileID: 11400000 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Samples/References/GameObjectReferencesObject.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | 3 | namespace BitStrap.Examples 4 | { 5 | public sealed class GameObjectReferencesObject : ReferencesObject 6 | { 7 | } 8 | } -------------------------------------------------------------------------------- /Assets/Samples/References/GameObjectReferencesObject.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 761d63bb118b0b44691894f6bc89851a 3 | timeCreated: 1504984915 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Samples/References/ReferencesExample.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 971120bf197ab154196f27d03b4bc64f 3 | timeCreated: 1504978263 4 | licenseType: Free 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Samples/References/Unity.BitStrap.Example.References.asmdef: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Unity.BitStrap.Example.References", 3 | "references": [ 4 | "GUID:9801596f6c4c367469a841aa6a178293" 5 | ], 6 | "optionalUnityReferences": [], 7 | "includePlatforms": [], 8 | "excludePlatforms": [], 9 | "allowUnsafeCode": false, 10 | "overrideReferences": false, 11 | "precompiledReferences": [], 12 | "autoReferenced": true, 13 | "defineConstraints": [], 14 | "versionDefines": [] 15 | } -------------------------------------------------------------------------------- /Assets/Samples/References/Unity.BitStrap.Example.References.asmdef.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ac3c815d0f2734842995705dec4d99ec 3 | AssemblyDefinitionImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Samples/Shaders.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cbc64bdda0e5b784b97e12fb248b42eb 3 | folderAsset: yes 4 | timeCreated: 1458280081 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Samples/Shaders/BackgroundBlurExample.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f3b62e53b5bf05a42827ae7fe52abbe1 3 | timeCreated: 1458280697 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Samples/Shaders/ShadersExamples.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7e483065a6f3a6b4fa4ce81221d846f3 3 | timeCreated: 1458280096 4 | licenseType: Free 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Samples/Tween.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7c68f6425dd90fc45a0cace383732ed0 3 | folderAsset: yes 4 | timeCreated: 1485723168 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Samples/Tween/TweenExamples.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9203d21ec99da0d47965abcb684243b4 3 | timeCreated: 1485723171 4 | licenseType: Free 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Samples/Tween/TweenPathExample.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0c8529123da52914ca7b09ba16c255c5 3 | timeCreated: 1480440216 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Samples/Tween/TweenShaderExample.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 584248b12a2710b4ea60c547c4aa119e 3 | timeCreated: 1458256769 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Samples/Tween/TweenShaderExample2D.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e6f4edfaa48b2bc4cbefbea6367d9ccf 3 | timeCreated: 1525438507 4 | licenseType: Free 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 2100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/Samples/Tween/TweenShaderMaterial.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5ef22a6d0e2e69b40885d4148c00d987 3 | timeCreated: 1486194764 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Samples/Tween/Unity.BitStrap.Example.Tween.asmdef: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Unity.BitStrap.Example.Tween", 3 | "references": [ 4 | "GUID:9801596f6c4c367469a841aa6a178293" 5 | ], 6 | "optionalUnityReferences": [], 7 | "includePlatforms": [], 8 | "excludePlatforms": [], 9 | "allowUnsafeCode": false, 10 | "overrideReferences": false, 11 | "precompiledReferences": [], 12 | "autoReferenced": true, 13 | "defineConstraints": [], 14 | "versionDefines": [] 15 | } -------------------------------------------------------------------------------- /Assets/Samples/Tween/Unity.BitStrap.Example.Tween.asmdef.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c650669e5bae4fd49876b10854226c9a 3 | AssemblyDefinitionImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Samples/Util.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cbbf09a3860770b41a0153e6d38605a2 3 | folderAsset: yes 4 | timeCreated: 1458261100 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Samples/Util/BitStreamExample.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 02d38fe6e91784a4e90a88d9301c9fa9 3 | timeCreated: 1497560903 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Samples/Util/CircularBufferExample.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cd9d7e60ff0aca64686bb82527d17fb4 3 | timeCreated: 1467165815 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Samples/Util/CreateExample.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bb4b9b34136f52045b797c1186e1b11b 3 | timeCreated: 1458261204 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Samples/Util/DummyBehaviour.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | 3 | namespace BitStrap.Examples 4 | { 5 | public class DummyBehaviour : MonoBehaviour 6 | { 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /Assets/Samples/Util/DummyBehaviour.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fd15f52e2bf99ca41a51efa9ef91a36e 3 | timeCreated: 1458261454 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Samples/Util/DummyPrefab.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 946400d70782d5c4f8b83f32dc0bafc5 3 | timeCreated: 1458261505 4 | licenseType: Free 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Samples/Util/DummySingleton.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | 3 | namespace BitStrap.Examples 4 | { 5 | public sealed class DummySingleton : Singleton 6 | { 7 | public int dummyIntField = 8; 8 | } 9 | } 10 | -------------------------------------------------------------------------------- /Assets/Samples/Util/DummySingleton.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f34f84544c0cf4d4d8a2589dfda9eafa 3 | timeCreated: 1458278951 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Samples/Util/SafeActionExample.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4bba09bed6e212d4cb09eb12f0f53626 3 | timeCreated: 1458279840 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Samples/Util/SingletonExample.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d3c425fbcb0eadd4a801065384111f4c 3 | timeCreated: 1458278812 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Samples/Util/TimerExample.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2674f887b85ab9544b6707c675b38d52 3 | timeCreated: 1458278304 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Samples/Util/Unity.BitStrap.Example.Util.asmdef: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Unity.BitStrap.Example.Util", 3 | "references": [ 4 | "GUID:9801596f6c4c367469a841aa6a178293" 5 | ], 6 | "optionalUnityReferences": [], 7 | "includePlatforms": [], 8 | "excludePlatforms": [], 9 | "allowUnsafeCode": false, 10 | "overrideReferences": false, 11 | "precompiledReferences": [], 12 | "autoReferenced": true, 13 | "defineConstraints": [], 14 | "versionDefines": [] 15 | } -------------------------------------------------------------------------------- /Assets/Samples/Util/Unity.BitStrap.Example.Util.asmdef.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e1d8ef9d9f0a17b48b5626a1ef16ad4c 3 | AssemblyDefinitionImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Samples/Util/UtilExamples.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d75e6d03558e490429dd2eff28d8c024 3 | timeCreated: 1458261125 4 | licenseType: Free 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Samples/WebApi.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 148a11f60696b4f478937a6057be5efd 3 | folderAsset: yes 4 | timeCreated: 1460419075 5 | licenseType: Free 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/Samples/WebApi/DuckDuckGoSearchController.cs: -------------------------------------------------------------------------------- 1 | namespace BitStrap.Examples 2 | { 3 | //http://api.duckduckgo.com/?q=goku&format=json 4 | [WebUrl( "" )] 5 | public class DuckDuckGoSearchController : WebController 6 | { 7 | [WebUrl( "" )] 8 | [WebAction( WebMethod.GET, "", "format" )] 9 | public WebAction web; 10 | } 11 | } -------------------------------------------------------------------------------- /Assets/Samples/WebApi/DuckDuckGoSearchController.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c8f3cb8bca6a2e543a82dd8a89c23c76 3 | timeCreated: 1460434898 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Samples/WebApi/Unity.BitStrap.Example.WebApi.asmdef: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Unity.BitStrap.Example.WebApi", 3 | "references": [ 4 | "GUID:9801596f6c4c367469a841aa6a178293" 5 | ], 6 | "optionalUnityReferences": [], 7 | "includePlatforms": [], 8 | "excludePlatforms": [], 9 | "allowUnsafeCode": false, 10 | "overrideReferences": false, 11 | "precompiledReferences": [], 12 | "autoReferenced": true, 13 | "defineConstraints": [], 14 | "versionDefines": [] 15 | } -------------------------------------------------------------------------------- /Assets/Samples/WebApi/Unity.BitStrap.Example.WebApi.asmdef.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 28cec4cadaa8350449310ba7b76368d5 3 | AssemblyDefinitionImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Samples/WebApi/WebApiExample.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7fc9187c77d4f9f468bb867d061d1eed 3 | timeCreated: 1460434823 4 | licenseType: Free 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/Samples/WebApi/WebApiExample.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e905f194194624749b121116a207b111 3 | timeCreated: 1460419102 4 | licenseType: Free 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/package.json.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 26295df8b50d4154d8fa36720efb56e1 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/project_structure.json.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2f17f202b83f09f45b07d57ac3e4e5d4 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Documentation/Screenshot_AnimationParameters.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitcake/bitstrap/48e38e68dc64c12450d82f1f8ad49ebced4c5038/Documentation/Screenshot_AnimationParameters.png -------------------------------------------------------------------------------- /Documentation/Screenshot_AnimatorEditor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitcake/bitstrap/48e38e68dc64c12450d82f1f8ad49ebced4c5038/Documentation/Screenshot_AnimatorEditor.png -------------------------------------------------------------------------------- /Documentation/Screenshot_Attributes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitcake/bitstrap/48e38e68dc64c12450d82f1f8ad49ebced4c5038/Documentation/Screenshot_Attributes.png -------------------------------------------------------------------------------- /Documentation/Screenshot_BackgroundBlur.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitcake/bitstrap/48e38e68dc64c12450d82f1f8ad49ebced4c5038/Documentation/Screenshot_BackgroundBlur.png -------------------------------------------------------------------------------- /Documentation/Screenshot_GraphEditor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitcake/bitstrap/48e38e68dc64c12450d82f1f8ad49ebced4c5038/Documentation/Screenshot_GraphEditor.png -------------------------------------------------------------------------------- /Documentation/Screenshot_RuntimeConsole.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitcake/bitstrap/48e38e68dc64c12450d82f1f8ad49ebced4c5038/Documentation/Screenshot_RuntimeConsole.png -------------------------------------------------------------------------------- /Documentation/Screenshot_TweenShader.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitcake/bitstrap/48e38e68dc64c12450d82f1f8ad49ebced4c5038/Documentation/Screenshot_TweenShader.png -------------------------------------------------------------------------------- /Documentation/Screenshot_VectorHelperExample.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitcake/bitstrap/48e38e68dc64c12450d82f1f8ad49ebced4c5038/Documentation/Screenshot_VectorHelperExample.png -------------------------------------------------------------------------------- /ProjectSettings/AudioManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!11 &1 4 | AudioManager: 5 | m_ObjectHideFlags: 0 6 | m_Volume: 1 7 | Rolloff Scale: 1 8 | Doppler Factor: 1 9 | Default Speaker Mode: 2 10 | m_SampleRate: 0 11 | m_DSPBufferSize: 1024 12 | m_VirtualVoiceCount: 512 13 | m_RealVoiceCount: 32 14 | m_SpatializerPlugin: 15 | m_AmbisonicDecoderPlugin: 16 | m_DisableAudio: 0 17 | m_VirtualizeEffects: 1 18 | -------------------------------------------------------------------------------- /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/EditorBuildSettings.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!1045 &1 4 | EditorBuildSettings: 5 | m_ObjectHideFlags: 0 6 | serializedVersion: 2 7 | m_Scenes: [] 8 | m_configObjects: {} 9 | -------------------------------------------------------------------------------- /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/ProjectVersion.txt: -------------------------------------------------------------------------------- 1 | m_EditorVersion: 2020.3.27f1 2 | m_EditorVersionWithRevision: 2020.3.27f1 (e759542391ea) 3 | -------------------------------------------------------------------------------- /ProjectSettings/TagManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!78 &1 4 | TagManager: 5 | serializedVersion: 2 6 | tags: [] 7 | layers: 8 | - Default 9 | - TransparentFX 10 | - Ignore Raycast 11 | - 12 | - Water 13 | - UI 14 | - 15 | - 16 | - PostProcessing 17 | - 18 | - 19 | - 20 | - 21 | - 22 | - 23 | - 24 | - 25 | - 26 | - 27 | - 28 | - 29 | - 30 | - 31 | - 32 | - 33 | - 34 | - 35 | - 36 | - 37 | - 38 | - 39 | - 40 | m_SortingLayers: 41 | - name: Default 42 | uniqueID: 0 43 | locked: 0 44 | -------------------------------------------------------------------------------- /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_CopyBufferShader: {fileID: 0} 8 | m_SortShader: {fileID: 0} 9 | m_RenderPipeSettingsPath: 10 | m_FixedTimeStep: 0.016666668 11 | m_MaxDeltaTime: 0.05 12 | -------------------------------------------------------------------------------- /ProjectSettings/VersionControlSettings.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!890905787 &1 4 | VersionControlSettings: 5 | m_ObjectHideFlags: 0 6 | m_Mode: Visible Meta Files 7 | m_CollabEditorSettings: 8 | inProgressEnabled: 1 9 | -------------------------------------------------------------------------------- /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 | } -------------------------------------------------------------------------------- /ProjectSettings/boot.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitcake/bitstrap/48e38e68dc64c12450d82f1f8ad49ebced4c5038/ProjectSettings/boot.config --------------------------------------------------------------------------------