├── .gitignore
├── Assets
├── Console.meta
├── Console
│ ├── Addons.meta
│ ├── Addons
│ │ ├── LuaCommandParser.meta
│ │ ├── LuaCommandParser
│ │ │ ├── Source.meta
│ │ │ └── Source
│ │ │ │ ├── LuaCommandAttribute.cs
│ │ │ │ ├── LuaCommandAttribute.cs.meta
│ │ │ │ ├── LuaCommandModule.cs
│ │ │ │ ├── LuaCommandModule.cs.meta
│ │ │ │ ├── LuaCommandParser.cs
│ │ │ │ ├── LuaCommandParser.cs.meta
│ │ │ │ ├── ReflectionUtils.cs
│ │ │ │ ├── ReflectionUtils.cs.meta
│ │ │ │ ├── StandardCommandModule.cs
│ │ │ │ └── StandardCommandModule.cs.meta
│ │ ├── TrelloFeedbackForm.meta
│ │ └── TrelloFeedbackForm
│ │ │ ├── Source.meta
│ │ │ └── Source
│ │ │ ├── AsyncOperation.cs
│ │ │ ├── AsyncOperation.cs.meta
│ │ │ ├── Card.cs
│ │ │ ├── Card.cs.meta
│ │ │ ├── ImgurAPI.cs
│ │ │ ├── ImgurAPI.cs.meta
│ │ │ ├── MiniJson.cs
│ │ │ ├── MiniJson.cs.meta
│ │ │ ├── TrelloAPI.cs
│ │ │ ├── TrelloAPI.cs.meta
│ │ │ ├── TrelloFeedbackForm.cs
│ │ │ ├── TrelloFeedbackForm.cs.meta
│ │ │ ├── TrelloFormSettings.cs
│ │ │ └── TrelloFormSettings.cs.meta
│ ├── Resources.meta
│ ├── Resources
│ │ ├── DebugConsole.meta
│ │ └── DebugConsole
│ │ │ ├── debug_console.prefab
│ │ │ ├── debug_console.prefab.meta
│ │ │ ├── event_system.prefab
│ │ │ └── event_system.prefab.meta
│ ├── Source.meta
│ ├── Source
│ │ ├── Editor.meta
│ │ ├── Editor
│ │ │ ├── Inspectors.meta
│ │ │ └── Inspectors
│ │ │ │ ├── DebugConsoleUIInspector.cs
│ │ │ │ └── DebugConsoleUIInspector.cs.meta
│ │ ├── Runtime.meta
│ │ └── Runtime
│ │ │ ├── DebugConsole.cs
│ │ │ ├── DebugConsole.cs.meta
│ │ │ ├── DebugLevel.cs
│ │ │ ├── DebugLevel.cs.meta
│ │ │ ├── GenericPauseHandler.cs
│ │ │ ├── GenericPauseHandler.cs.meta
│ │ │ ├── ICommandParser.cs
│ │ │ ├── ICommandParser.cs.meta
│ │ │ ├── IPauseHandler.cs
│ │ │ ├── IPauseHandler.cs.meta
│ │ │ ├── Internal.meta
│ │ │ ├── Internal
│ │ │ ├── DebugConsolePrefs.cs
│ │ │ ├── DebugConsolePrefs.cs.meta
│ │ │ ├── DebugConsoleUtils.cs
│ │ │ └── DebugConsoleUtils.cs.meta
│ │ │ ├── LogLevel.cs
│ │ │ ├── LogLevel.cs.meta
│ │ │ ├── LogMessage.cs
│ │ │ ├── LogMessage.cs.meta
│ │ │ ├── ToggleDebugConsoleOnKey.cs
│ │ │ ├── ToggleDebugConsoleOnKey.cs.meta
│ │ │ ├── UI.meta
│ │ │ └── UI
│ │ │ ├── DebugConsoleUI.cs
│ │ │ ├── DebugConsoleUI.cs.meta
│ │ │ ├── DialogBox.cs
│ │ │ ├── DialogBox.cs.meta
│ │ │ ├── FeedbackType.cs
│ │ │ ├── FeedbackType.cs.meta
│ │ │ ├── FeedbackUI.cs
│ │ │ ├── FeedbackUI.cs.meta
│ │ │ ├── HelpUI.cs
│ │ │ ├── HelpUI.cs.meta
│ │ │ ├── IFeedbackForm.cs
│ │ │ ├── IFeedbackForm.cs.meta
│ │ │ ├── InputField.cs
│ │ │ ├── InputField.cs.meta
│ │ │ ├── LoadingDialogBox.cs
│ │ │ ├── LoadingDialogBox.cs.meta
│ │ │ ├── LogMessageCollection.cs
│ │ │ ├── LogMessageCollection.cs.meta
│ │ │ ├── LogMessageEntry.cs
│ │ │ ├── LogMessageEntry.cs.meta
│ │ │ ├── LogScrollView.cs
│ │ │ ├── LogScrollView.cs.meta
│ │ │ ├── MessageFilter.cs
│ │ │ ├── MessageFilter.cs.meta
│ │ │ ├── SpinningIcon.cs
│ │ │ ├── SpinningIcon.cs.meta
│ │ │ ├── ToggleImageAction.cs
│ │ │ └── ToggleImageAction.cs.meta
│ ├── Sprites.meta
│ └── Sprites
│ │ ├── icon_error.psd
│ │ ├── icon_error.psd.meta
│ │ ├── icon_info.psd
│ │ ├── icon_info.psd.meta
│ │ ├── icon_warning.psd
│ │ ├── icon_warning.psd.meta
│ │ ├── loading.png
│ │ ├── loading.png.meta
│ │ ├── ui_skin.png
│ │ └── ui_skin.png.meta
├── Plugins.meta
└── Plugins
│ ├── MoonSharp.meta
│ └── MoonSharp
│ ├── Debugger.meta
│ ├── Debugger
│ ├── DebuggerLogic.meta
│ ├── DebuggerLogic
│ │ ├── AsyncDebugger.cs
│ │ ├── AsyncDebugger.cs.meta
│ │ ├── EmptyDebugSession.cs
│ │ ├── EmptyDebugSession.cs.meta
│ │ ├── IAsyncDebuggerClient.cs
│ │ ├── IAsyncDebuggerClient.cs.meta
│ │ ├── MoonSharpDebugSession.cs
│ │ ├── MoonSharpDebugSession.cs.meta
│ │ ├── VariableInspector.cs
│ │ └── VariableInspector.cs.meta
│ ├── MoonSharpVsCodeDebugServer.cs
│ ├── MoonSharpVsCodeDebugServer.cs.meta
│ ├── SDK.meta
│ └── SDK
│ │ ├── DebugSession.cs
│ │ ├── DebugSession.cs.meta
│ │ ├── Protocol.cs
│ │ ├── Protocol.cs.meta
│ │ ├── Utilities.cs
│ │ └── Utilities.cs.meta
│ ├── Interpreter.meta
│ └── Interpreter
│ ├── AsyncExtensions.cs
│ ├── AsyncExtensions.cs.meta
│ ├── CodeAnalysis.meta
│ ├── CodeAnalysis
│ ├── AstNode.cs
│ └── AstNode.cs.meta
│ ├── Compatibility.meta
│ ├── Compatibility
│ ├── Attributes.cs
│ ├── Attributes.cs.meta
│ ├── Framework.cs
│ ├── Framework.cs.meta
│ ├── Frameworks.meta
│ ├── Frameworks
│ │ ├── Base.meta
│ │ ├── Base
│ │ │ ├── FrameworkBase.cs
│ │ │ ├── FrameworkBase.cs.meta
│ │ │ ├── FrameworkClrBase.cs
│ │ │ ├── FrameworkClrBase.cs.meta
│ │ │ ├── FrameworkReflectionBase.cs
│ │ │ └── FrameworkReflectionBase.cs.meta
│ │ ├── FrameworkCLR.cs
│ │ ├── FrameworkCLR.cs.meta
│ │ ├── FrameworkCore.cs
│ │ ├── FrameworkCore.cs.meta
│ │ ├── FrameworkPCL.cs
│ │ ├── FrameworkPCL.cs.meta
│ │ ├── FrameworkWin8.cs
│ │ └── FrameworkWin8.cs.meta
│ ├── Stopwatch.cs
│ └── Stopwatch.cs.meta
│ ├── CoreLib.meta
│ ├── CoreLib
│ ├── BasicModule.cs
│ ├── BasicModule.cs.meta
│ ├── Bit32Module.cs
│ ├── Bit32Module.cs.meta
│ ├── CoroutineModule.cs
│ ├── CoroutineModule.cs.meta
│ ├── DebugModule.cs
│ ├── DebugModule.cs.meta
│ ├── DynamicModule.cs
│ ├── DynamicModule.cs.meta
│ ├── ErrorHandlingModule.cs
│ ├── ErrorHandlingModule.cs.meta
│ ├── IO.meta
│ ├── IO
│ │ ├── BinaryEncoding.cs
│ │ ├── BinaryEncoding.cs.meta
│ │ ├── FileUserData.cs
│ │ ├── FileUserData.cs.meta
│ │ ├── FileUserDataBase.cs
│ │ ├── FileUserDataBase.cs.meta
│ │ ├── StandardIOFileUserDataBase.cs
│ │ ├── StandardIOFileUserDataBase.cs.meta
│ │ ├── StreamFileUserDataBase.cs
│ │ └── StreamFileUserDataBase.cs.meta
│ ├── IoModule.cs
│ ├── IoModule.cs.meta
│ ├── JsonModule.cs
│ ├── JsonModule.cs.meta
│ ├── LoadModule.cs
│ ├── LoadModule.cs.meta
│ ├── MathModule.cs
│ ├── MathModule.cs.meta
│ ├── MetaTableModule.cs
│ ├── MetaTableModule.cs.meta
│ ├── OsSystemModule.cs
│ ├── OsSystemModule.cs.meta
│ ├── OsTimeModule.cs
│ ├── OsTimeModule.cs.meta
│ ├── StringLib.meta
│ ├── StringLib
│ │ ├── KopiLua_StrLib.cs
│ │ ├── KopiLua_StrLib.cs.meta
│ │ ├── StringRange.cs
│ │ └── StringRange.cs.meta
│ ├── StringModule.cs
│ ├── StringModule.cs.meta
│ ├── TableIteratorsModule.cs
│ ├── TableIteratorsModule.cs.meta
│ ├── TableModule.cs
│ └── TableModule.cs.meta
│ ├── DataStructs.meta
│ ├── DataStructs
│ ├── Extension_Methods.cs
│ ├── Extension_Methods.cs.meta
│ ├── FastStack.cs
│ ├── FastStack.cs.meta
│ ├── FastStackDynamic.cs
│ ├── FastStackDynamic.cs.meta
│ ├── LinkedListIndex.cs
│ ├── LinkedListIndex.cs.meta
│ ├── MultiDictionary.cs
│ ├── MultiDictionary.cs.meta
│ ├── ReferenceEqualityComparer.cs
│ ├── ReferenceEqualityComparer.cs.meta
│ ├── Slice.cs
│ └── Slice.cs.meta
│ ├── DataTypes.meta
│ ├── DataTypes
│ ├── CallbackArguments.cs
│ ├── CallbackArguments.cs.meta
│ ├── CallbackFunction.cs
│ ├── CallbackFunction.cs.meta
│ ├── Closure.cs
│ ├── Closure.cs.meta
│ ├── Coroutine.cs
│ ├── Coroutine.cs.meta
│ ├── CoroutineState.cs
│ ├── CoroutineState.cs.meta
│ ├── DataType.cs
│ ├── DataType.cs.meta
│ ├── DynValue.cs
│ ├── DynValue.cs.meta
│ ├── IScriptPrivateResource.cs
│ ├── IScriptPrivateResource.cs.meta
│ ├── RefIdObject.cs
│ ├── RefIdObject.cs.meta
│ ├── ScriptFunctionDelegate.cs
│ ├── ScriptFunctionDelegate.cs.meta
│ ├── SymbolRef.cs
│ ├── SymbolRef.cs.meta
│ ├── SymbolRefType.cs
│ ├── SymbolRefType.cs.meta
│ ├── Table.cs
│ ├── Table.cs.meta
│ ├── TablePair.cs
│ ├── TablePair.cs.meta
│ ├── TailCallData.cs
│ ├── TailCallData.cs.meta
│ ├── TypeValidationFlags.cs
│ ├── TypeValidationFlags.cs.meta
│ ├── UserData.cs
│ ├── UserData.cs.meta
│ ├── WellKnownSymbols.cs
│ ├── WellKnownSymbols.cs.meta
│ ├── YieldRequest.cs
│ └── YieldRequest.cs.meta
│ ├── Debugging.meta
│ ├── Debugging
│ ├── DebugService.cs
│ ├── DebugService.cs.meta
│ ├── DebuggerAction.cs
│ ├── DebuggerAction.cs.meta
│ ├── DebuggerCaps.cs
│ ├── DebuggerCaps.cs.meta
│ ├── IDebugger.cs
│ ├── IDebugger.cs.meta
│ ├── SourceCode.cs
│ ├── SourceCode.cs.meta
│ ├── SourceRef.cs
│ ├── SourceRef.cs.meta
│ ├── WatchItem.cs
│ ├── WatchItem.cs.meta
│ ├── WatchType.cs
│ └── WatchType.cs.meta
│ ├── Diagnostics.meta
│ ├── Diagnostics
│ ├── PerformanceCounter.cs
│ ├── PerformanceCounter.cs.meta
│ ├── PerformanceCounterType.cs
│ ├── PerformanceCounterType.cs.meta
│ ├── PerformanceCounters.meta
│ ├── PerformanceCounters
│ │ ├── DummyPerformanceStopwatch.cs
│ │ ├── DummyPerformanceStopwatch.cs.meta
│ │ ├── GlobalPerformanceStopwatch.cs
│ │ ├── GlobalPerformanceStopwatch.cs.meta
│ │ ├── IPerformanceStopwatch.cs
│ │ ├── IPerformanceStopwatch.cs.meta
│ │ ├── PerformanceStopwatch.cs
│ │ └── PerformanceStopwatch.cs.meta
│ ├── PerformanceResult.cs
│ ├── PerformanceResult.cs.meta
│ ├── PerformanceStatistics.cs
│ └── PerformanceStatistics.cs.meta
│ ├── Errors.meta
│ ├── Errors
│ ├── DynamicExpressionException.cs
│ ├── DynamicExpressionException.cs.meta
│ ├── InternalErrorException.cs
│ ├── InternalErrorException.cs.meta
│ ├── InterpreterException.cs
│ ├── InterpreterException.cs.meta
│ ├── ScriptRuntimeException.cs
│ ├── ScriptRuntimeException.cs.meta
│ ├── SyntaxErrorException.cs
│ └── SyntaxErrorException.cs.meta
│ ├── Execution.meta
│ ├── Execution
│ ├── DynamicExpression.cs
│ ├── DynamicExpression.cs.meta
│ ├── InstructionFieldUsage.cs
│ ├── InstructionFieldUsage.cs.meta
│ ├── Scopes.meta
│ ├── Scopes
│ │ ├── BuildTimeScope.cs
│ │ ├── BuildTimeScope.cs.meta
│ │ ├── BuildTimeScopeBlock.cs
│ │ ├── BuildTimeScopeBlock.cs.meta
│ │ ├── BuildTimeScopeFrame.cs
│ │ ├── BuildTimeScopeFrame.cs.meta
│ │ ├── ClosureContext.cs
│ │ ├── ClosureContext.cs.meta
│ │ ├── IClosureBuilder.cs
│ │ ├── IClosureBuilder.cs.meta
│ │ ├── LoopTracker.cs
│ │ ├── LoopTracker.cs.meta
│ │ ├── RuntimeScopeBlock.cs
│ │ ├── RuntimeScopeBlock.cs.meta
│ │ ├── RuntimeScopeFrame.cs
│ │ └── RuntimeScopeFrame.cs.meta
│ ├── ScriptExecutionContext.cs
│ ├── ScriptExecutionContext.cs.meta
│ ├── ScriptLoadingContext.cs
│ ├── ScriptLoadingContext.cs.meta
│ ├── VM.meta
│ └── VM
│ │ ├── ByteCode.cs
│ │ ├── ByteCode.cs.meta
│ │ ├── CallStackItem.cs
│ │ ├── CallStackItem.cs.meta
│ │ ├── CallStackItemFlags.cs
│ │ ├── CallStackItemFlags.cs.meta
│ │ ├── ExecutionState.cs
│ │ ├── ExecutionState.cs.meta
│ │ ├── Instruction.cs
│ │ ├── Instruction.cs.meta
│ │ ├── OpCode.cs
│ │ ├── OpCode.cs.meta
│ │ ├── OpCodeMetadataType.cs
│ │ ├── OpCodeMetadataType.cs.meta
│ │ ├── Processor.meta
│ │ └── Processor
│ │ ├── DebugContext.cs
│ │ ├── DebugContext.cs.meta
│ │ ├── Processor.cs
│ │ ├── Processor.cs.meta
│ │ ├── Processor_BinaryDump.cs
│ │ ├── Processor_BinaryDump.cs.meta
│ │ ├── Processor_Coroutines.cs
│ │ ├── Processor_Coroutines.cs.meta
│ │ ├── Processor_Debugger.cs
│ │ ├── Processor_Debugger.cs.meta
│ │ ├── Processor_Errors.cs
│ │ ├── Processor_Errors.cs.meta
│ │ ├── Processor_IExecutionContext.cs
│ │ ├── Processor_IExecutionContext.cs.meta
│ │ ├── Processor_InstructionLoop.cs
│ │ ├── Processor_InstructionLoop.cs.meta
│ │ ├── Processor_Scope.cs
│ │ ├── Processor_Scope.cs.meta
│ │ ├── Processor_UtilityFunctions.cs
│ │ └── Processor_UtilityFunctions.cs.meta
│ ├── IO.meta
│ ├── IO
│ ├── BinDumpBinaryReader.cs
│ ├── BinDumpBinaryReader.cs.meta
│ ├── BinDumpBinaryWriter.cs
│ ├── BinDumpBinaryWriter.cs.meta
│ ├── UndisposableStream.cs
│ └── UndisposableStream.cs.meta
│ ├── Interop.meta
│ ├── Interop
│ ├── Attributes.meta
│ ├── Attributes
│ │ ├── MoonSharpHiddenAttribute.cs
│ │ ├── MoonSharpHiddenAttribute.cs.meta
│ │ ├── MoonSharpHideMemberAttribute.cs
│ │ ├── MoonSharpHideMemberAttribute.cs.meta
│ │ ├── MoonSharpPropertyAttribute.cs
│ │ ├── MoonSharpPropertyAttribute.cs.meta
│ │ ├── MoonSharpUserDataAttribute.cs
│ │ ├── MoonSharpUserDataAttribute.cs.meta
│ │ ├── MoonSharpUserDataMetamethodAttribute.cs
│ │ ├── MoonSharpUserDataMetamethodAttribute.cs.meta
│ │ ├── MoonSharpVisibleAttribute.cs
│ │ └── MoonSharpVisibleAttribute.cs.meta
│ ├── BasicDescriptors.meta
│ ├── BasicDescriptors
│ │ ├── DispatchingUserDataDescriptor.cs
│ │ ├── DispatchingUserDataDescriptor.cs.meta
│ │ ├── IMemberDescriptor.cs
│ │ ├── IMemberDescriptor.cs.meta
│ │ ├── IOptimizableDescriptor.cs
│ │ ├── IOptimizableDescriptor.cs.meta
│ │ ├── IOverloadableMemberDescriptor.cs
│ │ ├── IOverloadableMemberDescriptor.cs.meta
│ │ ├── MemberDescriptorAccess.cs
│ │ ├── MemberDescriptorAccess.cs.meta
│ │ ├── ParameterDescriptor.cs
│ │ └── ParameterDescriptor.cs.meta
│ ├── Converters.meta
│ ├── Converters
│ │ ├── ClrToScriptConversions.cs
│ │ ├── ClrToScriptConversions.cs.meta
│ │ ├── NumericConversions.cs
│ │ ├── NumericConversions.cs.meta
│ │ ├── ScriptToClrConversions.cs
│ │ ├── ScriptToClrConversions.cs.meta
│ │ ├── StringConversions.cs
│ │ ├── StringConversions.cs.meta
│ │ ├── TableConversions.cs
│ │ └── TableConversions.cs.meta
│ ├── CustomConvertersCollection.cs
│ ├── CustomConvertersCollection.cs.meta
│ ├── DescriptorHelpers.cs
│ ├── DescriptorHelpers.cs.meta
│ ├── IGeneratorUserDataDescriptor.cs
│ ├── IGeneratorUserDataDescriptor.cs.meta
│ ├── IUserDataDescriptor.cs
│ ├── IUserDataDescriptor.cs.meta
│ ├── IUserDataMemberDescriptor.cs
│ ├── IUserDataMemberDescriptor.cs.meta
│ ├── IUserDataType.cs
│ ├── IUserDataType.cs.meta
│ ├── IWireableDescriptor.cs
│ ├── IWireableDescriptor.cs.meta
│ ├── InteropAccessMode.cs
│ ├── InteropAccessMode.cs.meta
│ ├── InteropRegistrationPolicy.cs
│ ├── InteropRegistrationPolicy.cs.meta
│ ├── LuaStateInterop.meta
│ ├── LuaStateInterop
│ │ ├── CharPtr.cs
│ │ ├── CharPtr.cs.meta
│ │ ├── LuaBase.cs
│ │ ├── LuaBase.cs.meta
│ │ ├── LuaBase_CLib.cs
│ │ ├── LuaBase_CLib.cs.meta
│ │ ├── LuaLBuffer.cs
│ │ ├── LuaLBuffer.cs.meta
│ │ ├── LuaState.cs
│ │ ├── LuaState.cs.meta
│ │ ├── Tools.cs
│ │ └── Tools.cs.meta
│ ├── PredefinedUserData.meta
│ ├── PredefinedUserData
│ │ ├── AnonWrapper.cs
│ │ ├── AnonWrapper.cs.meta
│ │ ├── EnumerableWrapper.cs
│ │ └── EnumerableWrapper.cs.meta
│ ├── PropertyTableAssigner.cs
│ ├── PropertyTableAssigner.cs.meta
│ ├── ProxyObjects.meta
│ ├── ProxyObjects
│ │ ├── DelegateProxyFactory.cs
│ │ ├── DelegateProxyFactory.cs.meta
│ │ ├── IProxyFactory.cs
│ │ └── IProxyFactory.cs.meta
│ ├── ReflectionSpecialNames.cs
│ ├── ReflectionSpecialNames.cs.meta
│ ├── RegistrationPolicies.meta
│ ├── RegistrationPolicies
│ │ ├── AutomaticRegistrationPolicy.cs
│ │ ├── AutomaticRegistrationPolicy.cs.meta
│ │ ├── DefaultRegistrationPolicy.cs
│ │ ├── DefaultRegistrationPolicy.cs.meta
│ │ ├── IRegistrationPolicy.cs
│ │ ├── IRegistrationPolicy.cs.meta
│ │ ├── PermanentRegistrationPolicy.cs
│ │ └── PermanentRegistrationPolicy.cs.meta
│ ├── StandardDescriptors.meta
│ ├── StandardDescriptors
│ │ ├── AutoDescribingUserDataDescriptor.cs
│ │ ├── AutoDescribingUserDataDescriptor.cs.meta
│ │ ├── CompositeUserDataDescriptor.cs
│ │ ├── CompositeUserDataDescriptor.cs.meta
│ │ ├── EventFacade.cs
│ │ ├── EventFacade.cs.meta
│ │ ├── HardwiredDescriptors.meta
│ │ ├── HardwiredDescriptors
│ │ │ ├── DefaultValue.cs
│ │ │ ├── DefaultValue.cs.meta
│ │ │ ├── HardwiredMemberDescriptor.cs
│ │ │ ├── HardwiredMemberDescriptor.cs.meta
│ │ │ ├── HardwiredMethodMemberDescriptor.cs
│ │ │ ├── HardwiredMethodMemberDescriptor.cs.meta
│ │ │ ├── HardwiredUserDataDescriptor.cs
│ │ │ └── HardwiredUserDataDescriptor.cs.meta
│ │ ├── MemberDescriptors.meta
│ │ ├── MemberDescriptors
│ │ │ ├── ArrayMemberDescriptor.cs
│ │ │ ├── ArrayMemberDescriptor.cs.meta
│ │ │ ├── DynValueMemberDescriptor.cs
│ │ │ ├── DynValueMemberDescriptor.cs.meta
│ │ │ ├── FunctionMemberDescriptorBase.cs
│ │ │ ├── FunctionMemberDescriptorBase.cs.meta
│ │ │ ├── ObjectCallbackMemberDescriptor.cs
│ │ │ └── ObjectCallbackMemberDescriptor.cs.meta
│ │ ├── ProxyUserDataDescriptor.cs
│ │ ├── ProxyUserDataDescriptor.cs.meta
│ │ ├── ReflectionMemberDescriptors.meta
│ │ ├── ReflectionMemberDescriptors
│ │ │ ├── EventMemberDescriptor.cs
│ │ │ ├── EventMemberDescriptor.cs.meta
│ │ │ ├── FieldMemberDescriptor.cs
│ │ │ ├── FieldMemberDescriptor.cs.meta
│ │ │ ├── MethodMemberDescriptor.cs
│ │ │ ├── MethodMemberDescriptor.cs.meta
│ │ │ ├── OverloadedMethodMemberDescriptor.cs
│ │ │ ├── OverloadedMethodMemberDescriptor.cs.meta
│ │ │ ├── PropertyMemberDescriptor.cs
│ │ │ ├── PropertyMemberDescriptor.cs.meta
│ │ │ ├── ValueTypeDefaultCtorMemberDescriptor.cs
│ │ │ └── ValueTypeDefaultCtorMemberDescriptor.cs.meta
│ │ ├── StandardEnumUserDataDescriptor.cs
│ │ ├── StandardEnumUserDataDescriptor.cs.meta
│ │ ├── StandardGenericsUserDataDescriptor.cs
│ │ ├── StandardGenericsUserDataDescriptor.cs.meta
│ │ ├── StandardUserDataDescriptor.cs
│ │ └── StandardUserDataDescriptor.cs.meta
│ ├── UserDataMemberType.cs
│ ├── UserDataMemberType.cs.meta
│ ├── UserDataRegistries.meta
│ └── UserDataRegistries
│ │ ├── ExtensionMethodsRegistry.cs
│ │ ├── ExtensionMethodsRegistry.cs.meta
│ │ ├── TypeDescriptorRegistry.cs
│ │ └── TypeDescriptorRegistry.cs.meta
│ ├── LinqHelpers.cs
│ ├── LinqHelpers.cs.meta
│ ├── Loaders.meta
│ ├── Loaders
│ ├── EmbeddedResourcesScriptLoader.cs
│ ├── EmbeddedResourcesScriptLoader.cs.meta
│ ├── FileSystemScriptLoader.cs
│ ├── FileSystemScriptLoader.cs.meta
│ ├── IScriptLoader.cs
│ ├── IScriptLoader.cs.meta
│ ├── InvalidScriptLoader.cs
│ ├── InvalidScriptLoader.cs.meta
│ ├── ScriptLoaderBase.cs
│ ├── ScriptLoaderBase.cs.meta
│ ├── UnityAssetsScriptLoader.cs
│ └── UnityAssetsScriptLoader.cs.meta
│ ├── Modules.meta
│ ├── Modules
│ ├── CoreModules.cs
│ ├── CoreModules.cs.meta
│ ├── ModuleRegister.cs
│ ├── ModuleRegister.cs.meta
│ ├── MoonSharpModuleAttribute.cs
│ ├── MoonSharpModuleAttribute.cs.meta
│ ├── MoonSharpModuleConstantAttribute.cs
│ ├── MoonSharpModuleConstantAttribute.cs.meta
│ ├── MoonSharpModuleMethodAttribute.cs
│ └── MoonSharpModuleMethodAttribute.cs.meta
│ ├── NameSpace_XmlHelp.cs
│ ├── NameSpace_XmlHelp.cs.meta
│ ├── Options.meta
│ ├── Options
│ ├── ColonOperatorBehaviour.cs
│ └── ColonOperatorBehaviour.cs.meta
│ ├── Platforms.meta
│ ├── Platforms
│ ├── DotNetCorePlatformAccessor.cs
│ ├── DotNetCorePlatformAccessor.cs.meta
│ ├── IPlatformAccessor.cs
│ ├── IPlatformAccessor.cs.meta
│ ├── LimitedPlatformAccessor.cs
│ ├── LimitedPlatformAccessor.cs.meta
│ ├── PlatformAccessorBase.cs
│ ├── PlatformAccessorBase.cs.meta
│ ├── PlatformAutoDetector.cs
│ ├── PlatformAutoDetector.cs.meta
│ ├── StandardFileType.cs
│ ├── StandardFileType.cs.meta
│ ├── StandardPlatformAccessor.cs
│ └── StandardPlatformAccessor.cs.meta
│ ├── REPL.meta
│ ├── REPL
│ ├── ReplHistoryNavigator.cs
│ ├── ReplHistoryNavigator.cs.meta
│ ├── ReplInterpreter.cs
│ ├── ReplInterpreter.cs.meta
│ ├── ReplInterpreterScriptLoader.cs
│ └── ReplInterpreterScriptLoader.cs.meta
│ ├── Script.cs
│ ├── Script.cs.meta
│ ├── ScriptGlobalOptions.cs
│ ├── ScriptGlobalOptions.cs.meta
│ ├── ScriptOptions.cs
│ ├── ScriptOptions.cs.meta
│ ├── Serialization.meta
│ ├── Serialization
│ ├── Json.meta
│ ├── Json
│ │ ├── JsonNull.cs
│ │ ├── JsonNull.cs.meta
│ │ ├── JsonTableConverter.cs
│ │ └── JsonTableConverter.cs.meta
│ ├── ObjectValueConverter.cs
│ ├── ObjectValueConverter.cs.meta
│ ├── SerializationExtensions.cs
│ └── SerializationExtensions.cs.meta
│ ├── Tree.meta
│ └── Tree
│ ├── Expression_.cs
│ ├── Expression_.cs.meta
│ ├── Expressions.meta
│ ├── Expressions
│ ├── AdjustmentExpression.cs
│ ├── AdjustmentExpression.cs.meta
│ ├── BinaryOperatorExpression.cs
│ ├── BinaryOperatorExpression.cs.meta
│ ├── DynamicExprExpression.cs
│ ├── DynamicExprExpression.cs.meta
│ ├── ExprListExpression.cs
│ ├── ExprListExpression.cs.meta
│ ├── FunctionCallExpression.cs
│ ├── FunctionCallExpression.cs.meta
│ ├── FunctionDefinitionExpression.cs
│ ├── FunctionDefinitionExpression.cs.meta
│ ├── IndexExpression.cs
│ ├── IndexExpression.cs.meta
│ ├── LiteralExpression.cs
│ ├── LiteralExpression.cs.meta
│ ├── SymbolRefExpression.cs
│ ├── SymbolRefExpression.cs.meta
│ ├── TableConstructor.cs
│ ├── TableConstructor.cs.meta
│ ├── UnaryOperatorExpression.cs
│ └── UnaryOperatorExpression.cs.meta
│ ├── Fast_Interface.meta
│ ├── Fast_Interface
│ ├── Loader_Fast.cs
│ └── Loader_Fast.cs.meta
│ ├── IVariable.cs
│ ├── IVariable.cs.meta
│ ├── Lexer.meta
│ ├── Lexer
│ ├── Lexer.cs
│ ├── Lexer.cs.meta
│ ├── LexerUtils.cs
│ ├── LexerUtils.cs.meta
│ ├── Token.cs
│ ├── Token.cs.meta
│ ├── TokenType.cs
│ └── TokenType.cs.meta
│ ├── Loop.cs
│ ├── Loop.cs.meta
│ ├── NodeBase.cs
│ ├── NodeBase.cs.meta
│ ├── Statement.cs
│ ├── Statement.cs.meta
│ ├── Statements.meta
│ └── Statements
│ ├── AssignmentStatement.cs
│ ├── AssignmentStatement.cs.meta
│ ├── BreakStatement.cs
│ ├── BreakStatement.cs.meta
│ ├── ChunkStatement.cs
│ ├── ChunkStatement.cs.meta
│ ├── CompositeStatement.cs
│ ├── CompositeStatement.cs.meta
│ ├── EmptyStatement.cs
│ ├── EmptyStatement.cs.meta
│ ├── ForEachLoopStatement.cs
│ ├── ForEachLoopStatement.cs.meta
│ ├── ForLoopStatement.cs
│ ├── ForLoopStatement.cs.meta
│ ├── FunctionCallStatement.cs
│ ├── FunctionCallStatement.cs.meta
│ ├── FunctionDefinitionStatement.cs
│ ├── FunctionDefinitionStatement.cs.meta
│ ├── GotoStatement.cs
│ ├── GotoStatement.cs.meta
│ ├── IfStatement.cs
│ ├── IfStatement.cs.meta
│ ├── LabelStatement.cs
│ ├── LabelStatement.cs.meta
│ ├── RepeatStatement.cs
│ ├── RepeatStatement.cs.meta
│ ├── ReturnStatement.cs
│ ├── ReturnStatement.cs.meta
│ ├── ScopeBlockStatement.cs
│ ├── ScopeBlockStatement.cs.meta
│ ├── WhileStatement.cs
│ └── WhileStatement.cs.meta
├── Documentation
├── custom_command_parser.png
├── custom_commands.png
├── custom_feedback_form.png
├── custom_pause_handler.png
└── header.png
├── LICENSE.txt
├── ProjectSettings
├── AudioManager.asset
├── ClusterInputManager.asset
├── DynamicsManager.asset
├── EditorBuildSettings.asset
├── EditorSettings.asset
├── GraphicsSettings.asset
├── InputManager.asset
├── NavMeshAreas.asset
├── NetworkManager.asset
├── Physics2DSettings.asset
├── ProjectSettings.asset
├── ProjectVersion.txt
├── QualitySettings.asset
├── TagManager.asset
├── TimeManager.asset
└── UnityConnectSettings.asset
├── README.md
├── UWP
├── project.json
└── project.lock.json
└── UnityPackageManager
└── manifest.json
/.gitignore:
--------------------------------------------------------------------------------
1 | #Junk folders
2 | Library/*
3 | Temp/*
4 | Assets/Tests/*
5 | Assets/Tests*
6 | Assets/Testing/*
7 | Assets/Testing*
8 | Assets/Local/*
9 | Assets/Local*
10 | Build/*
11 | Assets/UnityVS*
12 | obj/*
13 | .vs/*
14 |
15 | #Junk files
16 | Assets/Tests.meta
17 | Assembly-CSharp*
18 | Assembly-UnityScript*
19 | Assembly-Boo*
20 | *.sln
21 | *.suo
22 | *.csproj
23 | *.userprefs
24 | *.usertasks
25 | *.orig.meta
26 | *.orig
27 | *.pfx
28 | *.pfx.meta
29 | *.keystore
30 | Plan.txt
31 | Plan.txt.meta
32 |
--------------------------------------------------------------------------------
/Assets/Console.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: ebe0a3cc343052e45868e1aa5a7a1c45
3 | folderAsset: yes
4 | timeCreated: 1502540636
5 | licenseType: Free
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/Assets/Console/Addons.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 6ca5e6f0bce699246a3108d654f896fc
3 | folderAsset: yes
4 | timeCreated: 1502879006
5 | licenseType: Free
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/Assets/Console/Addons/LuaCommandParser.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 997e0e2bf24ae6d44ac0bea976ef0cc8
3 | folderAsset: yes
4 | timeCreated: 1502879031
5 | licenseType: Free
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/Assets/Console/Addons/LuaCommandParser/Source.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: fe265a6c2ed21e2429c237c657748594
3 | folderAsset: yes
4 | timeCreated: 1504873871
5 | licenseType: Free
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/Assets/Console/Addons/LuaCommandParser/Source/LuaCommandAttribute.cs:
--------------------------------------------------------------------------------
1 | using System;
2 |
3 | namespace Luminosity.Console
4 | {
5 | public class LuaCommandAttribute : Attribute
6 | {
7 | public readonly string Help;
8 |
9 | public LuaCommandAttribute(string help)
10 | {
11 | Help = help;
12 | }
13 | }
14 | }
15 |
--------------------------------------------------------------------------------
/Assets/Console/Addons/LuaCommandParser/Source/LuaCommandAttribute.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 9241fa357c4f1124db6df81a04b014d3
3 | timeCreated: 1504696809
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/Console/Addons/LuaCommandParser/Source/LuaCommandModule.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: bc1909f632375ca42b7c73050ca28e99
3 | timeCreated: 1502807112
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/Console/Addons/LuaCommandParser/Source/LuaCommandParser.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: e81f3dc5b7ff1e145949e97ffaf797c6
3 | timeCreated: 1502879498
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/Console/Addons/LuaCommandParser/Source/ReflectionUtils.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 11e52c8bbff7f9349a109d1ad62b7a44
3 | timeCreated: 1516129066
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/Console/Addons/LuaCommandParser/Source/StandardCommandModule.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 13c2391d9ca9b804aa8615d7504a939b
3 | timeCreated: 1502806504
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/Console/Addons/TrelloFeedbackForm.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 45a8857f765f24c4994a604b90dd131e
3 | folderAsset: yes
4 | timeCreated: 1516126940
5 | licenseType: Free
6 | DefaultImporter:
7 | externalObjects: {}
8 | userData:
9 | assetBundleName:
10 | assetBundleVariant:
11 |
--------------------------------------------------------------------------------
/Assets/Console/Addons/TrelloFeedbackForm/Source.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: a61d4d33e940fd548bfb259e56cbd0d7
3 | folderAsset: yes
4 | timeCreated: 1516127712
5 | licenseType: Free
6 | DefaultImporter:
7 | externalObjects: {}
8 | userData:
9 | assetBundleName:
10 | assetBundleVariant:
11 |
--------------------------------------------------------------------------------
/Assets/Console/Addons/TrelloFeedbackForm/Source/AsyncOperation.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: e489454afc6d6f445b5d7a34c3e888f1
3 | timeCreated: 1516126973
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/Console/Addons/TrelloFeedbackForm/Source/Card.cs:
--------------------------------------------------------------------------------
1 |
2 | namespace Luminosity.Trello
3 | {
4 | public struct Card
5 | {
6 | public string Name;
7 | public string ListID;
8 | public string Description;
9 | public string Comment;
10 | public string Attachment;
11 | }
12 | }
13 |
--------------------------------------------------------------------------------
/Assets/Console/Addons/TrelloFeedbackForm/Source/Card.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 67cd4499d1250a540a6787e4177cff34
3 | timeCreated: 1515840578
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/Console/Addons/TrelloFeedbackForm/Source/ImgurAPI.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: dc491ab33a127274285bbf0c9d74413a
3 | timeCreated: 1515850133
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/Console/Addons/TrelloFeedbackForm/Source/MiniJson.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: faa4991004581b54a86128457a625e95
3 | timeCreated: 1515844552
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/Console/Addons/TrelloFeedbackForm/Source/TrelloAPI.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 738701ad4127eeb409a6459cdf45e1ad
3 | timeCreated: 1515840578
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/Console/Addons/TrelloFeedbackForm/Source/TrelloFeedbackForm.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 02f9962a78b9d034aa1bc3df757e0626
3 | timeCreated: 1515744004
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/Console/Addons/TrelloFeedbackForm/Source/TrelloFormSettings.cs:
--------------------------------------------------------------------------------
1 | using UnityEngine;
2 |
3 | namespace Luminosity.Console
4 | {
5 | [CreateAssetMenu(menuName = "Luminosity/Trello Form Settings")]
6 | public class TrelloFormSettings : ScriptableObject
7 | {
8 | public string TrelloAppKey;
9 | public string TrelloAccessToken;
10 | public string ImgurClientID;
11 | public string BugListID;
12 | public string SuggestionsListID;
13 | public string GeneralFeedbackListID;
14 | }
15 | }
--------------------------------------------------------------------------------
/Assets/Console/Addons/TrelloFeedbackForm/Source/TrelloFormSettings.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: bd78781238c8fc4489620e4886df8f9d
3 | timeCreated: 1515744022
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/Console/Resources.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: d0e1e0c93092c9d4e9d8995e9b1afdd0
3 | folderAsset: yes
4 | timeCreated: 1504703833
5 | licenseType: Free
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/Assets/Console/Resources/DebugConsole.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 4cdc620fcba97914ba5f7a7ca303cb5f
3 | folderAsset: yes
4 | timeCreated: 1504703841
5 | licenseType: Free
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/Assets/Console/Resources/DebugConsole/debug_console.prefab.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 3c04c91b5f2a723429b4e232c7d76ae4
3 | timeCreated: 1504690360
4 | licenseType: Free
5 | NativeFormatImporter:
6 | mainObjectFileID: 100100000
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/Assets/Console/Resources/DebugConsole/event_system.prefab.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 869deaf34e366c843a02ad559340f074
3 | timeCreated: 1504690251
4 | licenseType: Free
5 | NativeFormatImporter:
6 | mainObjectFileID: 100100000
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/Assets/Console/Source.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: e4be062cfc5e7a841b67e57049e30503
3 | folderAsset: yes
4 | timeCreated: 1502540641
5 | licenseType: Free
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/Assets/Console/Source/Editor.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 740f9b036dceabe4b942e41216497d6f
3 | folderAsset: yes
4 | timeCreated: 1502540646
5 | licenseType: Free
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/Assets/Console/Source/Editor/Inspectors.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 84a4014ab84b1e74bae878b5da3b1dba
3 | folderAsset: yes
4 | timeCreated: 1502864496
5 | licenseType: Free
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/Assets/Console/Source/Editor/Inspectors/DebugConsoleUIInspector.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 9faa3b4138b950844852f36f073a6a83
3 | timeCreated: 1502864511
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/Console/Source/Runtime.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 7c5753977e24de54b932f5db4ebf7eb1
3 | folderAsset: yes
4 | timeCreated: 1502540650
5 | licenseType: Free
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/Assets/Console/Source/Runtime/DebugConsole.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 99f8b09d949e36d41958b0136ce7065a
3 | timeCreated: 1502881768
4 | licenseType: Free
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: -10000
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/Assets/Console/Source/Runtime/DebugLevel.cs:
--------------------------------------------------------------------------------
1 |
2 | namespace Luminosity.Console
3 | {
4 | public enum DebugLevel
5 | {
6 | Low, // Errors and exceptions
7 | Normal, // Errors, exceptions and warnings
8 | High // Errors, exceptions, warnings and debug logs
9 | }
10 | }
--------------------------------------------------------------------------------
/Assets/Console/Source/Runtime/DebugLevel.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 64f4a5df54fbeb047b8686be20f3237e
3 | timeCreated: 1502548668
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/Console/Source/Runtime/GenericPauseHandler.cs:
--------------------------------------------------------------------------------
1 | using UnityEngine;
2 |
3 | namespace Luminosity.Console
4 | {
5 | public class GenericPauseHandler : MonoBehaviour, IPauseHandler
6 | {
7 | private void Start()
8 | {
9 | DebugConsole.PauseHandler = this;
10 | }
11 |
12 | private void OnDestroy()
13 | {
14 | if(DebugConsole.PauseHandler == (IPauseHandler)this)
15 | {
16 | DebugConsole.PauseHandler = null;
17 | }
18 | }
19 |
20 | public void OnDebugConsolePause()
21 | {
22 | Time.timeScale = 0.0f;
23 | }
24 |
25 | public void OnDebugConsoleUnpause()
26 | {
27 | Time.timeScale = 1.0f;
28 | }
29 | }
30 | }
--------------------------------------------------------------------------------
/Assets/Console/Source/Runtime/GenericPauseHandler.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: b0c43d8e75930e1478b27818e86fe6f3
3 | timeCreated: 1504869774
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/Console/Source/Runtime/ICommandParser.cs:
--------------------------------------------------------------------------------
1 |
2 | namespace Luminosity.Console
3 | {
4 | public interface ICommandParser
5 | {
6 | void Run(string command);
7 | string PrintHelp();
8 | }
9 | }
--------------------------------------------------------------------------------
/Assets/Console/Source/Runtime/ICommandParser.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: beabb5171ccb071408fce43fe15ecc55
3 | timeCreated: 1502878923
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/Console/Source/Runtime/IPauseHandler.cs:
--------------------------------------------------------------------------------
1 |
2 | namespace Luminosity.Console
3 | {
4 | public interface IPauseHandler
5 | {
6 | void OnDebugConsolePause();
7 | void OnDebugConsoleUnpause();
8 | }
9 | }
--------------------------------------------------------------------------------
/Assets/Console/Source/Runtime/IPauseHandler.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: fba98a30cfddc3c42959f4b5c8b37fe7
3 | timeCreated: 1502881259
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/Console/Source/Runtime/Internal.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 65b947fdfbad10449b2dab1f319f9257
3 | folderAsset: yes
4 | timeCreated: 1502867056
5 | licenseType: Free
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/Assets/Console/Source/Runtime/Internal/DebugConsolePrefs.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 7a3a5b29294ef2649a92206fe147ade5
3 | timeCreated: 1502867056
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/Console/Source/Runtime/Internal/DebugConsoleUtils.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: deffc51f466ba5448b958cd67ac99388
3 | timeCreated: 1504700249
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/Console/Source/Runtime/LogLevel.cs:
--------------------------------------------------------------------------------
1 |
2 | namespace Luminosity.Console
3 | {
4 | public enum LogLevel
5 | {
6 | Debug = 1 << 0,
7 | Warning = 1 << 1,
8 | Error = 1 << 2
9 | }
10 | }
11 |
--------------------------------------------------------------------------------
/Assets/Console/Source/Runtime/LogLevel.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: e62742fa4bf489c4fb1c99b78f14df1b
3 | timeCreated: 1502801188
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/Console/Source/Runtime/LogMessage.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: c7c7cc64cb2b8964ca39b640c0233081
3 | timeCreated: 1502547743
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/Console/Source/Runtime/ToggleDebugConsoleOnKey.cs:
--------------------------------------------------------------------------------
1 | using UnityEngine;
2 |
3 | namespace Luminosity.Console
4 | {
5 | public class ToggleDebugConsoleOnKey : MonoBehaviour
6 | {
7 | public KeyCode KeyCode;
8 |
9 | private void Update()
10 | {
11 | if(Input.GetKeyDown(KeyCode))
12 | {
13 | if(DebugConsole.IsOpen)
14 | {
15 | DebugConsole.Close();
16 | }
17 | else
18 | {
19 | DebugConsole.Open();
20 | }
21 | }
22 | }
23 |
24 | private void Reset()
25 | {
26 | KeyCode = KeyCode.BackQuote;
27 | }
28 | }
29 | }
--------------------------------------------------------------------------------
/Assets/Console/Source/Runtime/ToggleDebugConsoleOnKey.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 6c70f19975bcf70418b8ff02a0794fdf
3 | timeCreated: 1502865671
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/Console/Source/Runtime/UI.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 66b98328b949af04b8b8e28238cae31a
3 | folderAsset: yes
4 | timeCreated: 1502543986
5 | licenseType: Free
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/Assets/Console/Source/Runtime/UI/DebugConsoleUI.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 29cb385e487ae45448e29e4e6268681c
3 | timeCreated: 1502881808
4 | licenseType: Free
5 | MonoImporter:
6 | serializedVersion: 2
7 | defaultReferences: []
8 | executionOrder: -9999
9 | icon: {instanceID: 0}
10 | userData:
11 | assetBundleName:
12 | assetBundleVariant:
13 |
--------------------------------------------------------------------------------
/Assets/Console/Source/Runtime/UI/DialogBox.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: ec9216a6ec5b3fd46bc0b5d2339f018f
3 | timeCreated: 1504697523
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/Console/Source/Runtime/UI/FeedbackType.cs:
--------------------------------------------------------------------------------
1 |
2 | namespace Luminosity.Console.UI
3 | {
4 | public enum FeedbackType
5 | {
6 | Bug = 0,
7 | Suggestion,
8 | Other
9 | }
10 | }
11 |
--------------------------------------------------------------------------------
/Assets/Console/Source/Runtime/UI/FeedbackType.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: e7abaf5f7562257408e75ee04c846ee8
3 | timeCreated: 1504700249
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/Console/Source/Runtime/UI/FeedbackUI.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: df8f91b1ddf17c14caa89436ccbd40a3
3 | timeCreated: 1504697523
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/Console/Source/Runtime/UI/HelpUI.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 97bb1df8e2dca6342abee55cf9170aba
3 | timeCreated: 1517822721
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/Console/Source/Runtime/UI/IFeedbackForm.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: f34f57d8cd680974ba9fd4dbe5375ee0
3 | timeCreated: 1504700249
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/Console/Source/Runtime/UI/InputField.cs:
--------------------------------------------------------------------------------
1 | using UnityEngine.EventSystems;
2 |
3 | namespace Luminosity.Console.UI
4 | {
5 | public class InputField : UnityEngine.UI.InputField
6 | {
7 | public bool IsDeselecting { get; private set; }
8 | public bool IsBeingDisabled { get; private set; }
9 |
10 | public override void OnDeselect(BaseEventData eventData)
11 | {
12 | IsDeselecting = true;
13 | base.OnDeselect(eventData);
14 | IsDeselecting = false;
15 | }
16 |
17 | protected override void OnDisable()
18 | {
19 | IsBeingDisabled = true;
20 | base.OnDisable();
21 | IsBeingDisabled = false;
22 | }
23 | }
24 | }
25 |
--------------------------------------------------------------------------------
/Assets/Console/Source/Runtime/UI/InputField.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: ebcbc79418426dc4bb25ca454b9128b3
3 | timeCreated: 1502872349
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/Console/Source/Runtime/UI/LoadingDialogBox.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 03e199ab2eba8664d882507590507010
3 | timeCreated: 1504697523
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/Console/Source/Runtime/UI/LogMessageCollection.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 714e054657f3adc4992fa6035061e7a3
3 | timeCreated: 1516959417
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/Console/Source/Runtime/UI/LogMessageEntry.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 3ee72a312f278344cb83de0126982673
3 | timeCreated: 1502797560
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/Console/Source/Runtime/UI/LogScrollView.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 79640ad95f8a4c04c938bf3675e4dbaf
3 | timeCreated: 1516956907
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/Console/Source/Runtime/UI/MessageFilter.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: dbb846eb5341f2a4ca3f227d136a3428
3 | timeCreated: 1502801188
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/Console/Source/Runtime/UI/SpinningIcon.cs:
--------------------------------------------------------------------------------
1 | using UnityEngine;
2 |
3 | namespace Luminosity.Console.UI
4 | {
5 | public class SpinningIcon : MonoBehaviour
6 | {
7 | [SerializeField]
8 | private float m_iconSpinSpeed;
9 |
10 | private void OnEnable()
11 | {
12 | transform.localEulerAngles = Vector3.zero;
13 | }
14 |
15 | private void Update()
16 | {
17 | Vector3 eulerAngles = transform.localEulerAngles;
18 | eulerAngles += Vector3.forward * m_iconSpinSpeed * Time.unscaledDeltaTime;
19 | eulerAngles.z %= 360;
20 |
21 | transform.localEulerAngles = eulerAngles;
22 | }
23 | }
24 | }
25 |
--------------------------------------------------------------------------------
/Assets/Console/Source/Runtime/UI/SpinningIcon.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 0be0b2f0660e35d44997dba1a651628c
3 | timeCreated: 1504700249
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/Console/Source/Runtime/UI/ToggleImageAction.cs:
--------------------------------------------------------------------------------
1 | using UnityEngine;
2 | using UnityEngine.UI;
3 |
4 | namespace Luminosity.Console.UI
5 | {
6 | public class ToggleImageAction : MonoBehaviour
7 | {
8 | [SerializeField]
9 | private Image m_targetImage;
10 | [SerializeField]
11 | private bool m_invert;
12 |
13 | public void ToggleImage()
14 | {
15 | m_targetImage.enabled = !m_targetImage.enabled;
16 | }
17 |
18 | public void SetImageEnabled(bool enabled)
19 | {
20 | m_targetImage.enabled = m_invert ? !enabled : enabled;
21 | }
22 | }
23 | }
--------------------------------------------------------------------------------
/Assets/Console/Source/Runtime/UI/ToggleImageAction.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 15a4e202769e3b54ba9720acc93ea96c
3 | timeCreated: 1502544041
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/Console/Sprites.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: bfcaa9ceb5e621e418def55d2ac6a15d
3 | folderAsset: yes
4 | timeCreated: 1502541067
5 | licenseType: Free
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/Assets/Console/Sprites/icon_error.psd:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/daemon3000/UnityDebugConsole/d97dcb411efe8ef561a5855a3d60404bb598d116/Assets/Console/Sprites/icon_error.psd
--------------------------------------------------------------------------------
/Assets/Console/Sprites/icon_info.psd:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/daemon3000/UnityDebugConsole/d97dcb411efe8ef561a5855a3d60404bb598d116/Assets/Console/Sprites/icon_info.psd
--------------------------------------------------------------------------------
/Assets/Console/Sprites/icon_warning.psd:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/daemon3000/UnityDebugConsole/d97dcb411efe8ef561a5855a3d60404bb598d116/Assets/Console/Sprites/icon_warning.psd
--------------------------------------------------------------------------------
/Assets/Console/Sprites/loading.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/daemon3000/UnityDebugConsole/d97dcb411efe8ef561a5855a3d60404bb598d116/Assets/Console/Sprites/loading.png
--------------------------------------------------------------------------------
/Assets/Console/Sprites/ui_skin.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/daemon3000/UnityDebugConsole/d97dcb411efe8ef561a5855a3d60404bb598d116/Assets/Console/Sprites/ui_skin.png
--------------------------------------------------------------------------------
/Assets/Plugins.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 41ddaa180a7bf48858ce11b8cec33593
3 | folderAsset: yes
4 | timeCreated: 1475786108
5 | licenseType: Pro
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/Assets/Plugins/MoonSharp.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 1d146bab99f9448b882add0b6413c8eb
3 | folderAsset: yes
4 | timeCreated: 1475786115
5 | licenseType: Pro
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/Assets/Plugins/MoonSharp/Debugger.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: fe983e267963641219d60f73a36907ce
3 | folderAsset: yes
4 | timeCreated: 1475786652
5 | licenseType: Pro
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/Assets/Plugins/MoonSharp/Debugger/DebuggerLogic.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 71b4d33685e4746ca9cfe341d75910d9
3 | folderAsset: yes
4 | timeCreated: 1476112669
5 | licenseType: Pro
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/Assets/Plugins/MoonSharp/Debugger/DebuggerLogic/AsyncDebugger.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 9984211c3fbdf48d2bab7bc81675b60f
3 | timeCreated: 1476432885
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/Plugins/MoonSharp/Debugger/DebuggerLogic/EmptyDebugSession.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: e92a4cfb128864cc1a914e4f59b2c73e
3 | timeCreated: 1476432887
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/Plugins/MoonSharp/Debugger/DebuggerLogic/IAsyncDebuggerClient.cs:
--------------------------------------------------------------------------------
1 | #if (!PCL) && ((!UNITY_5 && !UNITY_5_3_OR_NEWER) || UNITY_STANDALONE)
2 |
3 | using System;
4 | using System.Collections.Generic;
5 | using System.Linq;
6 | using System.Text;
7 | using MoonSharp.Interpreter;
8 | using MoonSharp.Interpreter.Debugging;
9 |
10 | namespace MoonSharp.VsCodeDebugger.DebuggerLogic
11 | {
12 | internal interface IAsyncDebuggerClient
13 | {
14 | void SendStopEvent();
15 | void OnWatchesUpdated(WatchType watchType);
16 | void OnSourceCodeChanged(int sourceID);
17 | void OnExecutionEnded();
18 | void OnException(ScriptRuntimeException ex);
19 | void Unbind();
20 | }
21 | }
22 |
23 | #endif
--------------------------------------------------------------------------------
/Assets/Plugins/MoonSharp/Debugger/DebuggerLogic/IAsyncDebuggerClient.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 439fb2da136aa426ab021def5caf0f6e
3 | timeCreated: 1476265156
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/Plugins/MoonSharp/Debugger/DebuggerLogic/MoonSharpDebugSession.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 8e5d177091ab64f8fbd15ad5f48d06ae
3 | timeCreated: 1476432884
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/Plugins/MoonSharp/Debugger/DebuggerLogic/VariableInspector.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 9b828a4315be6894f9ae25f9d3cacd0e
3 | timeCreated: 1476265158
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/Plugins/MoonSharp/Debugger/MoonSharpVsCodeDebugServer.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 1f49800a7463743149b597062d1b42a2
3 | timeCreated: 1476432878
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/Plugins/MoonSharp/Debugger/SDK.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: b0c4fed5fd89f42c5ba1250cd726961b
3 | folderAsset: yes
4 | timeCreated: 1475786652
5 | licenseType: Pro
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/Assets/Plugins/MoonSharp/Debugger/SDK/DebugSession.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 41359a96dff8e497abb39aab280e3dcf
3 | timeCreated: 1476265156
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/Plugins/MoonSharp/Debugger/SDK/Protocol.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 62430b596d436444d80bee2512f25a29
3 | timeCreated: 1476265157
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/Plugins/MoonSharp/Debugger/SDK/Utilities.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 91853d42160014ebd843ee4e1a4f676e
3 | timeCreated: 1476432884
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/Plugins/MoonSharp/Interpreter.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 1d2c5df22fca24da0aab88203047712f
3 | folderAsset: yes
4 | timeCreated: 1475786652
5 | licenseType: Pro
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/Assets/Plugins/MoonSharp/Interpreter/AsyncExtensions.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 66aa67af332e348cbb7dd54b3d5d6433
3 | timeCreated: 1475786654
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/Plugins/MoonSharp/Interpreter/CodeAnalysis.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 5eef0a4b7d8c7458b9f013fcbe0202b3
3 | folderAsset: yes
4 | timeCreated: 1475786652
5 | licenseType: Pro
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/Assets/Plugins/MoonSharp/Interpreter/CodeAnalysis/AstNode.cs:
--------------------------------------------------------------------------------
1 |
2 | namespace MoonSharp.Interpreter.CodeAnalysis
3 | {
4 | class AstNode
5 | {
6 | }
7 | }
8 |
--------------------------------------------------------------------------------
/Assets/Plugins/MoonSharp/Interpreter/CodeAnalysis/AstNode.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: db3e424c3ff444bb5b4872a8ecb430dd
3 | timeCreated: 1475786656
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/Plugins/MoonSharp/Interpreter/Compatibility.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 6d150008f68617545b69adb7e7fe0f28
3 | folderAsset: yes
4 | timeCreated: 1476432865
5 | licenseType: Free
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/Assets/Plugins/MoonSharp/Interpreter/Compatibility/Attributes.cs:
--------------------------------------------------------------------------------
1 | #if PCL || ((!UNITY_EDITOR) && (ENABLE_DOTNET))
2 | using System;
3 | using System.Collections.Generic;
4 | using System.Linq;
5 | using System.Text;
6 |
7 | namespace System.Reflection
8 | {
9 | internal class ComVisibleAttribute : Attribute
10 | {
11 | public ComVisibleAttribute(bool dummy)
12 | { }
13 | }
14 | internal class GuidAttribute : Attribute
15 | {
16 | public GuidAttribute(string dummy)
17 | { }
18 | }
19 | }
20 | #endif
21 |
22 |
--------------------------------------------------------------------------------
/Assets/Plugins/MoonSharp/Interpreter/Compatibility/Attributes.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 24be313cbb7a91d42bb1de866ca88289
3 | timeCreated: 1476432878
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/Plugins/MoonSharp/Interpreter/Compatibility/Framework.cs:
--------------------------------------------------------------------------------
1 | using System;
2 | using System.Collections.Generic;
3 | using System.Linq;
4 | using System.Reflection;
5 | using System.Text;
6 | using MoonSharp.Interpreter.Compatibility.Frameworks;
7 |
8 | namespace MoonSharp.Interpreter.Compatibility
9 | {
10 | public static class Framework
11 | {
12 | static FrameworkCurrent s_FrameworkCurrent = new FrameworkCurrent();
13 |
14 | public static FrameworkBase Do { get { return s_FrameworkCurrent; } }
15 | }
16 | }
17 |
--------------------------------------------------------------------------------
/Assets/Plugins/MoonSharp/Interpreter/Compatibility/Framework.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 96e3b35563b935d4c8baa02b06f40965
3 | timeCreated: 1476432884
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/Plugins/MoonSharp/Interpreter/Compatibility/Frameworks.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 0d5353a4a6a04164095893dcf6dcd6cb
3 | folderAsset: yes
4 | timeCreated: 1476432866
5 | licenseType: Free
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/Assets/Plugins/MoonSharp/Interpreter/Compatibility/Frameworks/Base.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 0acf142145bc05446acafd786f0bac46
3 | folderAsset: yes
4 | timeCreated: 1476432866
5 | licenseType: Free
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/Assets/Plugins/MoonSharp/Interpreter/Compatibility/Frameworks/Base/FrameworkBase.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: dbb9f51b6e0b0684ca09c843924edd61
3 | timeCreated: 1476432886
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/Plugins/MoonSharp/Interpreter/Compatibility/Frameworks/Base/FrameworkClrBase.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 0bbb9dec367acb94dbebde49d3745c4d
3 | timeCreated: 1476432876
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/Plugins/MoonSharp/Interpreter/Compatibility/Frameworks/Base/FrameworkReflectionBase.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: f03cffebd263dcb4ab8680ce8d152968
3 | timeCreated: 1476432887
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/Plugins/MoonSharp/Interpreter/Compatibility/Frameworks/FrameworkCLR.cs:
--------------------------------------------------------------------------------
1 | #if !(DOTNET_CORE || NETFX_CORE) && !PCL
2 |
3 | using System;
4 | using System.Collections.Generic;
5 | using System.Linq;
6 | using System.Reflection;
7 | using System.Text;
8 |
9 | namespace MoonSharp.Interpreter.Compatibility.Frameworks
10 | {
11 | class FrameworkCurrent : FrameworkClrBase
12 | {
13 | public override bool IsDbNull(object o)
14 | {
15 | return o != null && Convert.IsDBNull(o);
16 | }
17 |
18 |
19 | public override bool StringContainsChar(string str, char chr)
20 | {
21 | return str.Contains(chr);
22 | }
23 |
24 | public override Type GetInterface(Type type, string name)
25 | {
26 | return type.GetInterface(name);
27 | }
28 | }
29 | }
30 |
31 | #endif
32 |
--------------------------------------------------------------------------------
/Assets/Plugins/MoonSharp/Interpreter/Compatibility/Frameworks/FrameworkCLR.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 25aeabf9258b9944ab81620030353790
3 | timeCreated: 1476432878
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/Plugins/MoonSharp/Interpreter/Compatibility/Frameworks/FrameworkCore.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: e6df3d0c4b051a347a75d7268c2f6d2a
3 | timeCreated: 1476432886
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/Plugins/MoonSharp/Interpreter/Compatibility/Frameworks/FrameworkPCL.cs:
--------------------------------------------------------------------------------
1 | #if !(DOTNET_CORE || NETFX_CORE) && PCL
2 |
3 | using System;
4 | using System.Collections.Generic;
5 | using System.Linq;
6 | using System.Text;
7 |
8 | namespace MoonSharp.Interpreter.Compatibility.Frameworks
9 | {
10 | class FrameworkCurrent : FrameworkClrBase
11 | {
12 | public override bool IsDbNull(object o)
13 | {
14 | return o != null && o.GetType().FullName.StartsWith("System.DBNull");
15 | }
16 |
17 | public override bool StringContainsChar(string str, char chr)
18 | {
19 | return str.Contains(chr.ToString());
20 | }
21 |
22 | public override Type GetInterface(Type type, string name)
23 | {
24 | return type.GetInterfaces().
25 | FirstOrDefault(t => t.Name == name);
26 | }
27 | }
28 | }
29 |
30 | #endif
--------------------------------------------------------------------------------
/Assets/Plugins/MoonSharp/Interpreter/Compatibility/Frameworks/FrameworkPCL.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: bac0f6f9dc5d85f41af33f3b83dbee01
3 | timeCreated: 1476432885
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/Plugins/MoonSharp/Interpreter/Compatibility/Frameworks/FrameworkWin8.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 11ab1e37f96fc08418f4794c17e8be0c
3 | timeCreated: 1476435850
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/Plugins/MoonSharp/Interpreter/Compatibility/Stopwatch.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 23ea8da0a506c1444af1949fa30dd149
3 | timeCreated: 1476432878
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/Plugins/MoonSharp/Interpreter/CoreLib.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 960b24834b8044fc6acf64f473b5ca61
3 | folderAsset: yes
4 | timeCreated: 1475786652
5 | licenseType: Pro
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/Assets/Plugins/MoonSharp/Interpreter/CoreLib/BasicModule.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: eed70b0c3561d4512b8cf9426b5814cd
3 | timeCreated: 1476205335
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/Plugins/MoonSharp/Interpreter/CoreLib/Bit32Module.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: c71b14e2cd41a4f70a45ea70cab3e2c7
3 | timeCreated: 1475786655
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/Plugins/MoonSharp/Interpreter/CoreLib/CoroutineModule.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: c160220c9253a4031baa523b549ea9e4
3 | timeCreated: 1475786655
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/Plugins/MoonSharp/Interpreter/CoreLib/DebugModule.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 9b3743855cdb543c88b2320c61f28424
3 | timeCreated: 1475786655
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/Plugins/MoonSharp/Interpreter/CoreLib/DynamicModule.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: a82c0d3fa46554bd5857d852f9bd2812
3 | timeCreated: 1475786655
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/Plugins/MoonSharp/Interpreter/CoreLib/ErrorHandlingModule.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 25a48a75173cc44959f158f5aed1fc00
3 | timeCreated: 1475786653
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/Plugins/MoonSharp/Interpreter/CoreLib/IO.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: d1f6f1bb70deb40239486ed094a36ea2
3 | folderAsset: yes
4 | timeCreated: 1475786652
5 | licenseType: Pro
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/Assets/Plugins/MoonSharp/Interpreter/CoreLib/IO/BinaryEncoding.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 675a461a252db43b0a24db05a6dbeabc
3 | timeCreated: 1475786654
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/Plugins/MoonSharp/Interpreter/CoreLib/IO/FileUserData.cs:
--------------------------------------------------------------------------------
1 | using System.IO;
2 | using System.Text;
3 |
4 | namespace MoonSharp.Interpreter.CoreLib.IO
5 | {
6 | ///
7 | /// Abstract class implementing a file Lua userdata. Methods are meant to be called by Lua code.
8 | ///
9 | internal class FileUserData : StreamFileUserDataBase
10 | {
11 | public FileUserData(Script script, string filename, Encoding encoding, string mode)
12 | {
13 | Stream stream = Script.GlobalOptions.Platform.IO_OpenFile(script, filename, encoding, mode);
14 |
15 | StreamReader reader = (stream.CanRead) ? new StreamReader(stream, encoding) : null;
16 | StreamWriter writer = (stream.CanWrite) ? new StreamWriter(stream, encoding) : null;
17 |
18 | base.Initialize(stream, reader, writer);
19 | }
20 | }
21 | }
22 |
--------------------------------------------------------------------------------
/Assets/Plugins/MoonSharp/Interpreter/CoreLib/IO/FileUserData.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: af797d1c8ef1a415ca0a84f11c04a6f5
3 | timeCreated: 1475786655
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/Plugins/MoonSharp/Interpreter/CoreLib/IO/FileUserDataBase.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 1e0c682730fd243eca755897f724ff91
3 | timeCreated: 1476432878
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/Plugins/MoonSharp/Interpreter/CoreLib/IO/StandardIOFileUserDataBase.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: c1fccf4c28e9a4667a0a6984cb2c736d
3 | timeCreated: 1475786655
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/Plugins/MoonSharp/Interpreter/CoreLib/IO/StreamFileUserDataBase.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 07ffca2aa60ad4febb46043b8eb2b531
3 | timeCreated: 1475786653
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/Plugins/MoonSharp/Interpreter/CoreLib/IoModule.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 5209e5cca6a8f4dbc888ed4b7e061d55
3 | timeCreated: 1476432882
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/Plugins/MoonSharp/Interpreter/CoreLib/JsonModule.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: df9d3ec3d79f5431c88af4ab97b6f18a
3 | timeCreated: 1475786656
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/Plugins/MoonSharp/Interpreter/CoreLib/LoadModule.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 90b319234a9a342b6a8649eef72352fd
3 | timeCreated: 1476432884
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/Plugins/MoonSharp/Interpreter/CoreLib/MathModule.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 38103786f8d984326b5123cab6ca4b47
3 | timeCreated: 1475786653
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/Plugins/MoonSharp/Interpreter/CoreLib/MetaTableModule.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: b3b971ba440d24e91a6ff0bc9e306d59
3 | timeCreated: 1475786655
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/Plugins/MoonSharp/Interpreter/CoreLib/OsSystemModule.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 1bb7798955cba48c6b0e19cf3daa219f
3 | timeCreated: 1475786653
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/Plugins/MoonSharp/Interpreter/CoreLib/OsTimeModule.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 29679b67516094990a23d5066e7af0ea
3 | timeCreated: 1476432879
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/Plugins/MoonSharp/Interpreter/CoreLib/StringLib.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: a18a955a013284f08b443c601f5b9612
3 | folderAsset: yes
4 | timeCreated: 1475786652
5 | licenseType: Pro
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/Assets/Plugins/MoonSharp/Interpreter/CoreLib/StringLib/KopiLua_StrLib.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: d921f217918ee4c0e97d5ad218c273ab
3 | timeCreated: 1475786656
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/Plugins/MoonSharp/Interpreter/CoreLib/StringLib/StringRange.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 155a3aa6f6abc4dd5b920c33c2151dab
3 | timeCreated: 1475786653
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/Plugins/MoonSharp/Interpreter/CoreLib/StringModule.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: b3eb3848b53e142a483d14eb6b5b0484
3 | timeCreated: 1475786655
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/Plugins/MoonSharp/Interpreter/CoreLib/TableIteratorsModule.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 8fb696693dc174ef7b58af6c5943ee38
3 | timeCreated: 1475786654
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/Plugins/MoonSharp/Interpreter/CoreLib/TableModule.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 7e546c66c742f41e3a49f2c94b7bcdf1
3 | timeCreated: 1475786654
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/Plugins/MoonSharp/Interpreter/DataStructs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 8525c6b6dcc334ffa93491a383ce3145
3 | folderAsset: yes
4 | timeCreated: 1475786652
5 | licenseType: Pro
6 | DefaultImporter:
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/Assets/Plugins/MoonSharp/Interpreter/DataStructs/Extension_Methods.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 0546d50186dae45b188cb90769f531fb
3 | timeCreated: 1475786653
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/Plugins/MoonSharp/Interpreter/DataStructs/FastStack.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 56e96f413de90402ab09850b6f0595bb
3 | timeCreated: 1475786654
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/Plugins/MoonSharp/Interpreter/DataStructs/FastStackDynamic.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: ae0613a18d7ac40a9a347eb3a7f035bf
3 | timeCreated: 1475786655
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/Plugins/MoonSharp/Interpreter/DataStructs/LinkedListIndex.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 4764798f782dc41a7836a15d09732df9
3 | timeCreated: 1475786654
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/Plugins/MoonSharp/Interpreter/DataStructs/MultiDictionary.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 21bc1423753524404b9f04f6776374b7
3 | timeCreated: 1475786653
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/Plugins/MoonSharp/Interpreter/DataStructs/ReferenceEqualityComparer.cs:
--------------------------------------------------------------------------------
1 | using System.Collections.Generic;
2 |
3 | namespace MoonSharp.Interpreter.DataStructs
4 | {
5 | ///
6 | /// Implementation of IEqualityComparer enforcing reference equality
7 | ///
8 | internal class ReferenceEqualityComparer : IEqualityComparer