├── .gitignore
├── Assets
├── KeraLua.meta
├── KeraLua
│ ├── CharPtr.cs
│ ├── CharPtr.cs.meta
│ ├── DynamicLibraryPath.cs
│ ├── DynamicLibraryPath.cs.meta
│ ├── Lua.cs
│ ├── Lua.cs.meta
│ ├── LuaDebug.cs
│ ├── LuaDebug.cs.meta
│ ├── LuaState.cs
│ ├── LuaState.cs.meta
│ ├── LuaTag.cs
│ ├── LuaTag.cs.meta
│ ├── NativeMethods.cs
│ ├── NativeMethods.cs.meta
│ ├── Platform.meta
│ └── Platform
│ │ ├── CLSCompliantAttribute.cs
│ │ └── CLSCompliantAttribute.cs.meta
├── LuaTest.cs
├── LuaTest.cs.meta
├── NLua.meta
├── NLua
│ ├── COPYRIGHT
│ ├── COPYRIGHT.meta
│ ├── CheckType.cs
│ ├── CheckType.cs.meta
│ ├── Config.meta
│ ├── Config
│ │ ├── NLuaConfig.cs
│ │ └── NLuaConfig.cs.meta
│ ├── Event.meta
│ ├── Event
│ │ ├── DebugHookEventArgs.cs
│ │ ├── DebugHookEventArgs.cs.meta
│ │ ├── EventCodes.cs
│ │ ├── EventCodes.cs.meta
│ │ ├── EventMasks.cs
│ │ ├── EventMasks.cs.meta
│ │ ├── HookExceptionEventArgs.cs
│ │ └── HookExceptionEventArgs.cs.meta
│ ├── Exceptions.meta
│ ├── Exceptions
│ │ ├── LuaException.cs
│ │ ├── LuaException.cs.meta
│ │ ├── LuaScriptException.cs
│ │ └── LuaScriptException.cs.meta
│ ├── Extensions.meta
│ ├── Extensions
│ │ ├── GeneralExtensions.cs
│ │ └── GeneralExtensions.cs.meta
│ ├── GenerateEventAssembly.meta
│ ├── GenerateEventAssembly
│ │ ├── ClassGenerator.cs
│ │ ├── ClassGenerator.cs.meta
│ │ ├── CodeGeneration.cs
│ │ ├── CodeGeneration.cs.meta
│ │ ├── DelegateGenerator.cs
│ │ ├── DelegateGenerator.cs.meta
│ │ ├── ILuaGeneratedType.cs
│ │ ├── ILuaGeneratedType.cs.meta
│ │ ├── LuaClassType.cs
│ │ └── LuaClassType.cs.meta
│ ├── Lua.cs
│ ├── Lua.cs.meta
│ ├── LuaBase.cs
│ ├── LuaBase.cs.meta
│ ├── LuaFunction.cs
│ ├── LuaFunction.cs.meta
│ ├── LuaGlobalAttribute.cs
│ ├── LuaGlobalAttribute.cs.meta
│ ├── LuaHideAttribute.cs
│ ├── LuaHideAttribute.cs.meta
│ ├── LuaLib.meta
│ ├── LuaLib
│ │ ├── GCOptions.cs
│ │ ├── GCOptions.cs.meta
│ │ ├── LuaEnums.cs
│ │ ├── LuaEnums.cs.meta
│ │ ├── LuaIndexes.cs
│ │ ├── LuaIndexes.cs.meta
│ │ ├── LuaLib.cs
│ │ ├── LuaLib.cs.meta
│ │ ├── LuaTypes.cs
│ │ ├── LuaTypes.cs.meta
│ │ ├── References.cs
│ │ └── References.cs.meta
│ ├── LuaRegistrationHelper.cs
│ ├── LuaRegistrationHelper.cs.meta
│ ├── LuaTable.cs
│ ├── LuaTable.cs.meta
│ ├── LuaUserData.cs
│ ├── LuaUserData.cs.meta
│ ├── Metatables.cs
│ ├── Metatables.cs.meta
│ ├── Method.meta
│ ├── Method
│ │ ├── EventHandlerContainer.cs
│ │ ├── EventHandlerContainer.cs.meta
│ │ ├── LuaClassHelper.cs
│ │ ├── LuaClassHelper.cs.meta
│ │ ├── LuaDelegate.cs
│ │ ├── LuaDelegate.cs.meta
│ │ ├── LuaEventHandler.cs
│ │ ├── LuaEventHandler.cs.meta
│ │ ├── LuaMethodWrapper.cs
│ │ ├── LuaMethodWrapper.cs.meta
│ │ ├── MethodArgs.cs
│ │ ├── MethodArgs.cs.meta
│ │ ├── MethodCache.cs
│ │ ├── MethodCache.cs.meta
│ │ ├── RegisterEventHandler.cs
│ │ └── RegisterEventHandler.cs.meta
│ ├── ObjectTranslator.cs
│ ├── ObjectTranslator.cs.meta
│ ├── ObjectTranslatorPool.cs
│ ├── ObjectTranslatorPool.cs.meta
│ ├── Platform.meta
│ ├── Platform
│ │ ├── BindFlags.cs
│ │ ├── BindFlags.cs.meta
│ │ ├── CLSCompliantAttribute.cs
│ │ └── CLSCompliantAttribute.cs.meta
│ ├── ProxyType.cs
│ └── ProxyType.cs.meta
├── PICO-8Screen.mat
├── PICO-8Screen.mat.meta
├── PICO-8Screen.shader
├── PICO-8Screen.shader.meta
├── PICO8.meta
├── PICO8
│ ├── AudioProcessingUnit.cs
│ ├── AudioProcessingUnit.cs.meta
│ ├── Cartridge.cs
│ ├── Cartridge.cs.meta
│ ├── CartridgeData.cs
│ ├── CartridgeData.cs.meta
│ ├── MemoryModule.cs
│ ├── MemoryModule.cs.meta
│ ├── MoonSharpPicoEmulator.cs
│ ├── MoonSharpPicoEmulator.cs.meta
│ ├── NLuaPicoEmulator.cs
│ ├── NLuaPicoEmulator.cs.meta
│ ├── PicoEmulator.cs
│ ├── PicoEmulator.cs.meta
│ ├── PictureProcessingUnit.cs
│ └── PictureProcessingUnit.cs.meta
├── PICOEE.cs
├── PICOEE.cs.meta
├── Plugins.meta
├── Plugins
│ ├── Android.meta
│ ├── Android
│ │ ├── libs.meta
│ │ └── libs
│ │ │ ├── armeabi-v7a.meta
│ │ │ ├── armeabi-v7a
│ │ │ ├── liblua52.so
│ │ │ └── liblua52.so.meta
│ │ │ ├── x86.meta
│ │ │ └── x86
│ │ │ ├── liblua52.so
│ │ │ └── liblua52.so.meta
│ ├── FixedPointy.meta
│ ├── FixedPointy
│ │ ├── Fix.cs
│ │ ├── Fix.cs.meta
│ │ ├── FixConst.cs
│ │ ├── FixConst.cs.meta
│ │ ├── FixMath.cs
│ │ ├── FixMath.cs.meta
│ │ ├── FixMathConsts.cs
│ │ ├── FixMathConsts.cs.meta
│ │ ├── FixedPointy.asmdef
│ │ └── FixedPointy.asmdef.meta
│ ├── 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
│ ├── lua52.bundle.meta
│ ├── lua52.bundle
│ │ ├── Contents.meta
│ │ └── Contents
│ │ │ ├── Info.plist
│ │ │ ├── Info.plist.meta
│ │ │ ├── MacOS.meta
│ │ │ └── MacOS
│ │ │ ├── lua52
│ │ │ ├── lua52.dylib
│ │ │ ├── lua52.dylib.meta
│ │ │ └── lua52.meta
│ ├── pngcs.meta
│ ├── pngcs
│ │ ├── ICSharpCode.SharpZipLib.dll
│ │ ├── ICSharpCode.SharpZipLib.dll.meta
│ │ ├── Pngcs.dll
│ │ └── Pngcs.dll.meta
│ ├── x86.meta
│ ├── x86
│ │ ├── lua52.dll
│ │ └── lua52.dll.meta
│ ├── x86_64.meta
│ └── x86_64
│ │ ├── lua52.dll
│ │ └── lua52.dll.meta
├── Scenes.meta
├── Scenes
│ ├── SampleScene.unity
│ └── SampleScene.unity.meta
├── TouchButton.cs
├── TouchButton.cs.meta
├── colorpalette.png
├── colorpalette.png.meta
├── controller.png
├── controller.png.meta
├── test.unity
└── test.unity.meta
├── Packages
└── manifest.json
├── ProjectSettings
├── AudioManager.asset
├── ClusterInputManager.asset
├── DynamicsManager.asset
├── EditorBuildSettings.asset
├── EditorSettings.asset
├── GraphicsSettings.asset
├── InputManager.asset
├── NavMeshAreas.asset
├── NetworkManager.asset
├── Physics2DSettings.asset
├── PresetManager.asset
├── ProjectSettings.asset
├── ProjectVersion.txt
├── QualitySettings.asset
├── TagManager.asset
├── TimeManager.asset
└── UnityConnectSettings.asset
├── README.md
└── script.lua
/.gitignore:
--------------------------------------------------------------------------------
1 | [Ll]ibrary/
2 | [Tt]emp/
3 | [Oo]bj/
4 | [Bb]uild/
5 | [Bb]uilds/
6 | Assets/AssetStoreTools*
7 |
8 | # Visual Studio cache directory
9 | .vs/
10 | .vscode/
11 |
12 | # Autogenerated VS/MD/Consulo solution and project files
13 | ExportedObj/
14 | .consulo/
15 | *.csproj
16 | *.unityproj
17 | *.sln
18 | *.suo
19 | *.tmp
20 | *.user
21 | *.userprefs
22 | *.pidb
23 | *.booproj
24 | *.svd
25 | *.pdb
26 | *.opendb
27 |
28 | # Unity3D generated meta files
29 | *.pidb.meta
30 | *.pdb.meta
31 |
32 | # Unity3D Generated File On Crash Reports
33 | sysinfo.txt
34 |
35 | # Builds
36 | *.apk
37 | *.unitypackage
38 |
--------------------------------------------------------------------------------
/Assets/KeraLua.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: f33284ffb81ba224ab17cfff829fff20
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Assets/KeraLua/CharPtr.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 6661344ffd8d53c43b0f2dac9892544b
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Assets/KeraLua/DynamicLibraryPath.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: dbb9004842fc67f47bfe96d732b59829
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Assets/KeraLua/Lua.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 365186b874ba1d04b83799fa62456b73
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Assets/KeraLua/LuaDebug.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: c28ee8a0439eca44898efd8a9a0c21b9
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Assets/KeraLua/LuaState.cs:
--------------------------------------------------------------------------------
1 | using System;
2 | using System.Collections.Generic;
3 | using System.Text;
4 |
5 | namespace KeraLua
6 | {
7 | public struct LuaState
8 | {
9 |
10 | public LuaState (IntPtr ptrState)
11 |
12 | : this ()
13 | {
14 | state = ptrState;
15 | }
16 |
17 | static public implicit operator LuaState (IntPtr ptr)
18 | {
19 | return new LuaState (ptr);
20 | }
21 |
22 |
23 | static public implicit operator IntPtr (LuaState luastate)
24 | {
25 | return luastate.state;
26 | }
27 |
28 | IntPtr state;
29 | }
30 | }
31 |
--------------------------------------------------------------------------------
/Assets/KeraLua/LuaState.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 09801106487523f489fcd1d6c0a0a0e1
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Assets/KeraLua/LuaTag.cs:
--------------------------------------------------------------------------------
1 | using System;
2 | using System.Collections.Generic;
3 | using System.Linq;
4 | using System.Text;
5 |
6 | namespace KeraLua
7 | {
8 | public struct LuaTag
9 | {
10 | public LuaTag (IntPtr tag)
11 |
12 | : this ()
13 | {
14 | this.Tag = tag;
15 | }
16 |
17 | static public implicit operator LuaTag (IntPtr ptr)
18 | {
19 | return new LuaTag (ptr);
20 | }
21 | public IntPtr Tag { get; set; }
22 |
23 | }
24 | }
25 |
--------------------------------------------------------------------------------
/Assets/KeraLua/LuaTag.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 23b38c713b96ced458e91622845cc58c
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Assets/KeraLua/NativeMethods.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: a439a1783d5e0f7479dc8ea3295195fd
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Assets/KeraLua/Platform.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 068343538537f6d4bb66e19123c3060c
3 | folderAsset: yes
4 | DefaultImporter:
5 | userData:
6 |
--------------------------------------------------------------------------------
/Assets/KeraLua/Platform/CLSCompliantAttribute.cs:
--------------------------------------------------------------------------------
1 | using System;
2 | using System.Runtime.InteropServices;
3 |
4 | #if UNITY_3D
5 | namespace KeraLua {
6 | ///
7 | /// Disables CLS Compliance in Unity3D.
8 | ///
9 | [Serializable]
10 | [AttributeUsage(AttributeTargets.All)]
11 | [ComVisible(true)]
12 | public class CLSCompliantAttribute : Attribute {
13 | private bool _compliant;
14 | public CLSCompliantAttribute(bool isCompliant) { _compliant = isCompliant; }
15 | public bool IsCompliant { get { return _compliant; } }
16 | }
17 | }
18 | #endif
--------------------------------------------------------------------------------
/Assets/KeraLua/Platform/CLSCompliantAttribute.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: efcb5f81987bdea4ea1a10917a6dd73c
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Assets/LuaTest.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 952a3e0c1bcdcaf44b8ee8e7cfa23e81
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/Assets/NLua.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: baaad808d6b0be94a87f71c22ea477fc
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Assets/NLua/COPYRIGHT.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: bfc7caa37b4b92c43ad56f3cbd855cae
3 | DefaultImporter:
4 | userData:
5 |
--------------------------------------------------------------------------------
/Assets/NLua/CheckType.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: e63fd094bc0374e42beb731c5607d7ea
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Assets/NLua/Config.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 2c8e5da921c2b854ca8b8e5681a2f9b6
3 | folderAsset: yes
4 | DefaultImporter:
5 | userData:
6 |
--------------------------------------------------------------------------------
/Assets/NLua/Config/NLuaConfig.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 6563cdde1d79c8f43b9d447cb7d1edff
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Assets/NLua/Event.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: b580bd20ead55b642a9b57eae0ab9450
3 | folderAsset: yes
4 | DefaultImporter:
5 | userData:
6 |
--------------------------------------------------------------------------------
/Assets/NLua/Event/DebugHookEventArgs.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 83331b63e9819c348aceba01df91b302
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Assets/NLua/Event/EventCodes.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 5f383e9f8a44f394093dabd9c7b74af7
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Assets/NLua/Event/EventMasks.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: c5300922f5c646c4faee53efc3340f6e
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Assets/NLua/Event/HookExceptionEventArgs.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 5cb943bf554da124eb05e64d47c3b6ec
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Assets/NLua/Exceptions.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 8b45e0763c9906440b422ec5ce1b6aa1
3 | folderAsset: yes
4 | DefaultImporter:
5 | userData:
6 |
--------------------------------------------------------------------------------
/Assets/NLua/Exceptions/LuaException.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: e11e2ac38b7c4394f80748316af04f9a
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Assets/NLua/Exceptions/LuaScriptException.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: f04d873013527654284bd0213361e52d
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Assets/NLua/Extensions.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: a3dec559b7b60e04e90b956c58f80ad8
3 | folderAsset: yes
4 | DefaultImporter:
5 | userData:
6 |
--------------------------------------------------------------------------------
/Assets/NLua/Extensions/GeneralExtensions.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 5c0c78981581713428ed7971dd94b743
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Assets/NLua/GenerateEventAssembly.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: abffc4b7066d7d04ab449e0066fc9361
3 | folderAsset: yes
4 | DefaultImporter:
5 | userData:
6 |
--------------------------------------------------------------------------------
/Assets/NLua/GenerateEventAssembly/ClassGenerator.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: c849c8b9473808b41993aa7032f94b31
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Assets/NLua/GenerateEventAssembly/CodeGeneration.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: fb14f72375afe8b48ab97ccf1b9a5559
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Assets/NLua/GenerateEventAssembly/DelegateGenerator.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 4d4b7ddd3a4cf1540bdb82d2bd0a4aeb
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Assets/NLua/GenerateEventAssembly/ILuaGeneratedType.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: eacbe15bc5a025e49b545c30b91ecee8
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Assets/NLua/GenerateEventAssembly/LuaClassType.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 14a83ca0594d8cf478259f1cfd825906
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Assets/NLua/Lua.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: dbd79be01af2c324987ae3276f26cbe0
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Assets/NLua/LuaBase.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 543691c1e93d0cc48822a68d9b2a8e3c
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Assets/NLua/LuaFunction.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 5187058199d658f4095f277e16524b04
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Assets/NLua/LuaGlobalAttribute.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: d49e1efe83a29c74cac05c44e6159fa4
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Assets/NLua/LuaHideAttribute.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 6dd8870e74b80c8478e37942a03d93ac
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Assets/NLua/LuaLib.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 11ce780e894ee114d82849aee99b8d4c
3 | folderAsset: yes
4 | DefaultImporter:
5 | userData:
6 |
--------------------------------------------------------------------------------
/Assets/NLua/LuaLib/GCOptions.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 56851e44ba2a9ee45b6e1f8562165acc
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Assets/NLua/LuaLib/LuaEnums.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 474670188cfd1c147aceecc12604526a
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Assets/NLua/LuaLib/LuaIndexes.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 062f4a2e2fc18954b9e828167bb831d3
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Assets/NLua/LuaLib/LuaLib.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 5c04896e5aaba4a419e371fdd59541e3
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Assets/NLua/LuaLib/LuaTypes.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 57137efa224be1243ba73ffa6436cbfc
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Assets/NLua/LuaLib/References.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 8e1470acad8203f4bb8fc471421d1e9b
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Assets/NLua/LuaRegistrationHelper.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: c69cb86e26f02af46915c84f6a98ff69
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Assets/NLua/LuaTable.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: ea38ac5e3f18768449a1aee90ef1eae0
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Assets/NLua/LuaUserData.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 39348d402e22b85438e96026f879a44c
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Assets/NLua/Metatables.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 7c316d960fbd11848be789457be21b28
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Assets/NLua/Method.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 04914de2c68f81d4ea37552eff67711b
3 | folderAsset: yes
4 | DefaultImporter:
5 | userData:
6 |
--------------------------------------------------------------------------------
/Assets/NLua/Method/EventHandlerContainer.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: b6eb7d5a12f5c544ea45da48ff222def
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Assets/NLua/Method/LuaClassHelper.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 57a25bdfebdfcf641ac9e482cedb488e
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Assets/NLua/Method/LuaDelegate.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 1e17d79e6c82c9a419e041711ae97ff0
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Assets/NLua/Method/LuaEventHandler.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 22dde32f36e8cf3459bc972783d424fb
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Assets/NLua/Method/LuaMethodWrapper.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 06baa40b512bfbc48bff1ea71c7fbe04
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Assets/NLua/Method/MethodArgs.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: b8a4186d46e636c468104354fe7fbb36
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Assets/NLua/Method/MethodCache.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: c136564163a643a40a37d750743f622b
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Assets/NLua/Method/RegisterEventHandler.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 8d11828d7ebef754599b85fc30ae620c
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Assets/NLua/ObjectTranslator.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: c0f7634eed9583d43b8e525d4225e75d
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Assets/NLua/ObjectTranslatorPool.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 9bb961345682cf744af0e376009ad2e6
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Assets/NLua/Platform.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: dd7fee864f818194abd15b3f7188a279
3 | folderAsset: yes
4 | DefaultImporter:
5 | userData:
6 |
--------------------------------------------------------------------------------
/Assets/NLua/Platform/BindFlags.cs:
--------------------------------------------------------------------------------
1 | using System;
2 |
3 | #if !UNITY_3D
4 | namespace System.Reflection
5 | {
6 | public enum BindingFlags
7 | {
8 | Instance = 4,
9 | Static = 8,
10 | Public = 16,
11 | }
12 | }
13 | #endif
--------------------------------------------------------------------------------
/Assets/NLua/Platform/BindFlags.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 1d44c4be97eb31546aabc57b3943ccd1
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Assets/NLua/Platform/CLSCompliantAttribute.cs:
--------------------------------------------------------------------------------
1 | using System;
2 | using System.Runtime.InteropServices;
3 |
4 | #if UNITY_3D
5 | namespace NLua {
6 | ///
7 | /// Disables CLS Compliance in Unity3D.
8 | ///
9 | [Serializable]
10 | [AttributeUsage(AttributeTargets.All)]
11 | [ComVisible(true)]
12 | public class CLSCompliantAttribute : Attribute {
13 | private bool _compliant;
14 | public CLSCompliantAttribute(bool isCompliant) { _compliant = isCompliant; }
15 | public bool IsCompliant { get { return _compliant; } }
16 | }
17 | }
18 | #endif
--------------------------------------------------------------------------------
/Assets/NLua/Platform/CLSCompliantAttribute.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: a955e87ea98cfb0489be6c2575544fe9
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Assets/NLua/ProxyType.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 138706dd99982c54c835814c43ff8bca
3 | MonoImporter:
4 | serializedVersion: 2
5 | defaultReferences: []
6 | executionOrder: 0
7 | icon: {instanceID: 0}
8 | userData:
9 |
--------------------------------------------------------------------------------
/Assets/PICO-8Screen.mat.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 4d7828b77774d2242b90e2f780e45bf9
3 | NativeFormatImporter:
4 | externalObjects: {}
5 | mainObjectFileID: 2100000
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Assets/PICO-8Screen.shader.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 2c85427be24f3dc49aa764c827646736
3 | ShaderImporter:
4 | externalObjects: {}
5 | defaultTextures: []
6 | nonModifiableTextures: []
7 | userData:
8 | assetBundleName:
9 | assetBundleVariant:
10 |
--------------------------------------------------------------------------------
/Assets/PICO8.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: d137d5a26b022944583cddd77326d98e
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Assets/PICO8/AudioProcessingUnit.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 9e978a25fabe24c4c8ee3f9d81a59e16
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/Assets/PICO8/Cartridge.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: d04e28ac29f705844a269752d0972f52
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/Assets/PICO8/CartridgeData.cs:
--------------------------------------------------------------------------------
1 | using System.Collections;
2 | using System.Collections.Generic;
3 |
4 | namespace TsFreddie.Pico8
5 | {
6 | public class CartridgeData
7 | {
8 | byte[] cartdata;
9 |
10 | public CartridgeData(string filename)
11 | {
12 |
13 | }
14 | }
15 | }
16 |
--------------------------------------------------------------------------------
/Assets/PICO8/CartridgeData.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 2ee68d6efa4ed064d8634ccc948da406
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/Assets/PICO8/MemoryModule.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 41519206e4e9a284e98fa26b765538df
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/Assets/PICO8/MoonSharpPicoEmulator.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 487de1c198b4a804291ed21e6e734b37
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/Assets/PICO8/NLuaPicoEmulator.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 6e9e3e05608670b4eb1cd0ec0298ef9d
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/Assets/PICO8/PicoEmulator.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 9cc2955c8e9693a4a83ecf15f7f71a0f
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/Assets/PICO8/PictureProcessingUnit.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: d8064ed9643f412469adce6179c48a21
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/Assets/PICOEE.cs:
--------------------------------------------------------------------------------
1 | using System.Collections;
2 | using System.Collections.Generic;
3 | using UnityEngine;
4 |
5 | public class PICOEE : MonoBehaviour {
6 |
7 | // Use this for initialization
8 | void Start () {
9 |
10 | }
11 |
12 | // Update is called once per frame
13 | void Update () {
14 |
15 | }
16 | }
17 |
--------------------------------------------------------------------------------
/Assets/PICOEE.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 93be18760094fe14ca4b174d3f015a8a
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/Assets/Plugins.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 7007dcda321406e48a5dec468a7d88e8
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Assets/Plugins/Android.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 1cd5ee8712ff24b44afc06be0d7bc884
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Assets/Plugins/Android/libs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 9ee82a189b836594fb8816519b7dee10
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Assets/Plugins/Android/libs/armeabi-v7a.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: e50db7308fe40b24090942dc9b027827
3 | folderAsset: yes
4 | PluginImporter:
5 | externalObjects: {}
6 | serializedVersion: 2
7 | iconMap: {}
8 | executionOrder: {}
9 | isPreloaded: 0
10 | isOverridable: 0
11 | platformData:
12 | - first:
13 | Android: Android
14 | second:
15 | enabled: 1
16 | settings: {}
17 | - first:
18 | Any:
19 | second:
20 | enabled: 0
21 | settings: {}
22 | - first:
23 | Editor: Editor
24 | second:
25 | enabled: 0
26 | settings:
27 | DefaultValueInitialized: true
28 | userData:
29 | assetBundleName:
30 | assetBundleVariant:
31 |
--------------------------------------------------------------------------------
/Assets/Plugins/Android/libs/armeabi-v7a/liblua52.so:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TsFreddie/unity-pico-8-emulator/462ff5878e88de8f20686012d1bcc2c4f59abbc5/Assets/Plugins/Android/libs/armeabi-v7a/liblua52.so
--------------------------------------------------------------------------------
/Assets/Plugins/Android/libs/x86.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 6e8bbef6c83cd07469bd7b04051ae1c1
3 | folderAsset: yes
4 | PluginImporter:
5 | externalObjects: {}
6 | serializedVersion: 2
7 | iconMap: {}
8 | executionOrder: {}
9 | isPreloaded: 0
10 | isOverridable: 0
11 | platformData:
12 | - first:
13 | Android: Android
14 | second:
15 | enabled: 1
16 | settings: {}
17 | - first:
18 | Any:
19 | second:
20 | enabled: 0
21 | settings: {}
22 | - first:
23 | Editor: Editor
24 | second:
25 | enabled: 0
26 | settings:
27 | DefaultValueInitialized: true
28 | userData:
29 | assetBundleName:
30 | assetBundleVariant:
31 |
--------------------------------------------------------------------------------
/Assets/Plugins/Android/libs/x86/liblua52.so:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/TsFreddie/unity-pico-8-emulator/462ff5878e88de8f20686012d1bcc2c4f59abbc5/Assets/Plugins/Android/libs/x86/liblua52.so
--------------------------------------------------------------------------------
/Assets/Plugins/Android/libs/x86/liblua52.so.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: a0bf5d0fe7d19404baf0a5fc97dd0033
3 | PluginImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | iconMap: {}
7 | executionOrder: {}
8 | isPreloaded: 0
9 | isOverridable: 0
10 | platformData:
11 | - first:
12 | Android: Android
13 | second:
14 | enabled: 1
15 | settings:
16 | CPU: x86
17 | - first:
18 | Any:
19 | second:
20 | enabled: 0
21 | settings: {}
22 | - first:
23 | Editor: Editor
24 | second:
25 | enabled: 0
26 | settings:
27 | DefaultValueInitialized: true
28 | userData:
29 | assetBundleName:
30 | assetBundleVariant:
31 |
--------------------------------------------------------------------------------
/Assets/Plugins/FixedPointy.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 48dc9b0ee47f299438cbbc9cd4836f9e
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Assets/Plugins/FixedPointy/Fix.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 6e352f0d2271c994cb5a4607aa1b0f0b
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/Assets/Plugins/FixedPointy/FixConst.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: f0da41ca766be684caf8d61fd715489f
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/Assets/Plugins/FixedPointy/FixMath.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: f97062737331c0f4d85db76b6d79c0b2
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/Assets/Plugins/FixedPointy/FixMathConsts.cs.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 4fb75ac2620eaba46b3adb548f03b2d1
3 | MonoImporter:
4 | externalObjects: {}
5 | serializedVersion: 2
6 | defaultReferences: []
7 | executionOrder: 0
8 | icon: {instanceID: 0}
9 | userData:
10 | assetBundleName:
11 | assetBundleVariant:
12 |
--------------------------------------------------------------------------------
/Assets/Plugins/FixedPointy/FixedPointy.asmdef:
--------------------------------------------------------------------------------
1 | {
2 | "name": "FixedPointy"
3 | }
4 |
--------------------------------------------------------------------------------
/Assets/Plugins/FixedPointy/FixedPointy.asmdef.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 4cf6ba2d2f4d4704dae08c2c74ebddc2
3 | AssemblyDefinitionImporter:
4 | externalObjects: {}
5 | userData:
6 | assetBundleName:
7 | assetBundleVariant:
8 |
--------------------------------------------------------------------------------
/Assets/Plugins/MoonSharp.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: f9bda7760c02ef94a8adf44bb05d3cef
3 | folderAsset: yes
4 | DefaultImporter:
5 | externalObjects: {}
6 | userData:
7 | assetBundleName:
8 | assetBundleVariant:
9 |
--------------------------------------------------------------------------------
/Assets/Plugins/MoonSharp/Debugger.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: fe983e267963641219d60f73a36907ce
3 | folderAsset: yes
4 | timeCreated: 1475786652
5 | licenseType: Store
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: Store
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: Store
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: Store
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_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: Store
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: Store
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: Store
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: Store
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: Store
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: Store
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: Store
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: Store
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: Store
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: Store
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: Store
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: Store
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: Store
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: Store
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: Store
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: Store
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: Store
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: Store
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: Store
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: Store
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.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: 25aeabf9258b9944ab81620030353790
3 | timeCreated: 1476432878
4 | licenseType: Store
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: Store
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.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: bac0f6f9dc5d85f41af33f3b83dbee01
3 | timeCreated: 1476432885
4 | licenseType: Store
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: Store
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: Store
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: Store
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: Store
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: Store
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: Store
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: Store
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: Store
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: Store
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: Store
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: Store
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.meta:
--------------------------------------------------------------------------------
1 | fileFormatVersion: 2
2 | guid: af797d1c8ef1a415ca0a84f11c04a6f5
3 | timeCreated: 1475786655
4 | licenseType: Store
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: Store
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: Store
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: Store
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: Store
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: Store
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: Store
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: Store
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: Store
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: Store
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: Store
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: Store
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: Store
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: Store
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: Store
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: Store
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: Store
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: Store
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: Store
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: Store
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: Store
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: Store
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: Store
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