├── Assembly-CSharp-firstpass.csproj ├── Assembly-CSharp.csproj ├── Assets ├── Plugins.meta ├── Plugins │ ├── wegGLKeyboard.jslib │ └── wegGLKeyboard.jslib.meta ├── WebGLTemplates.meta ├── WebGLTemplates │ ├── Simuladores.meta │ └── Simuladores │ │ ├── index.html │ │ ├── index.html.meta │ │ ├── jquery.min.js │ │ ├── jquery.min.js.meta │ │ ├── js.meta │ │ └── js │ │ ├── Blob.js │ │ ├── Blob.js.meta │ │ ├── FileSaver.js │ │ ├── FileSaver.js.meta │ │ ├── adler32cs.js │ │ ├── adler32cs.js.meta │ │ ├── deflate.js │ │ ├── deflate.js.meta │ │ ├── jquery.meta │ │ ├── jquery │ │ ├── jquery-1.7.1.min.js │ │ ├── jquery-1.7.1.min.js.meta │ │ ├── jquery-ui-1.8.17.custom.min.js │ │ └── jquery-ui-1.8.17.custom.min.js.meta │ │ ├── jspdf.PLUGINTEMPLATE.js │ │ ├── jspdf.PLUGINTEMPLATE.js.meta │ │ ├── jspdf.js │ │ ├── jspdf.js.meta │ │ ├── jspdf.plugin.addimage.js │ │ ├── jspdf.plugin.addimage.js.meta │ │ ├── jspdf.plugin.autoprint.js │ │ ├── jspdf.plugin.autoprint.js.meta │ │ ├── jspdf.plugin.cell.js │ │ ├── jspdf.plugin.cell.js.meta │ │ ├── jspdf.plugin.from_html.js │ │ ├── jspdf.plugin.from_html.js.meta │ │ ├── jspdf.plugin.ie_below_9_shim.js │ │ ├── jspdf.plugin.ie_below_9_shim.js.meta │ │ ├── jspdf.plugin.javascript.js │ │ ├── jspdf.plugin.javascript.js.meta │ │ ├── jspdf.plugin.sillysvgrenderer.js │ │ ├── jspdf.plugin.sillysvgrenderer.js.meta │ │ ├── jspdf.plugin.split_text_to_size.js │ │ ├── jspdf.plugin.split_text_to_size.js.meta │ │ ├── jspdf.plugin.standard_fonts_metrics.js │ │ ├── jspdf.plugin.standard_fonts_metrics.js.meta │ │ ├── jspdf.plugin.total_pages.js │ │ └── jspdf.plugin.total_pages.js.meta ├── keyboardClass.cs ├── keyboardClass.cs.meta ├── scene1.unity └── scene1.unity.meta ├── ProjectSettings ├── AudioManager.asset ├── ClusterInputManager.asset ├── DynamicsManager.asset ├── EditorBuildSettings.asset ├── EditorSettings.asset ├── GraphicsSettings.asset ├── InputManager.asset ├── NavMeshAreas.asset ├── NetworkManager.asset ├── Physics2DSettings.asset ├── ProjectSettings.asset ├── ProjectVersion.txt ├── QualitySettings.asset ├── TagManager.asset ├── TimeManager.asset └── UnityConnectSettings.asset ├── README.md ├── Temp ├── StagingArea │ └── Data │ │ ├── Il2CppData │ │ └── Metadata │ │ │ └── global-metadata.dat │ │ ├── Managed │ │ ├── Assembly-CSharp.dll │ │ ├── ICallSummary.txt │ │ ├── Mono.Security.dll │ │ ├── System.Core.dll │ │ ├── System.dll │ │ ├── UnityEngine.AnimationModule.dll │ │ ├── UnityEngine.AnimationModule.dll.mdb │ │ ├── UnityEngine.AudioModule.dll │ │ ├── UnityEngine.AudioModule.dll.mdb │ │ ├── UnityEngine.CoreModule.dll │ │ ├── UnityEngine.CoreModule.dll.mdb │ │ ├── UnityEngine.IMGUIModule.dll │ │ ├── UnityEngine.IMGUIModule.dll.mdb │ │ ├── UnityEngine.Physics2DModule.dll │ │ ├── UnityEngine.Physics2DModule.dll.mdb │ │ ├── UnityEngine.PhysicsModule.dll │ │ ├── UnityEngine.PhysicsModule.dll.mdb │ │ ├── UnityEngine.SharedInternalsModule.dll │ │ ├── UnityEngine.SharedInternalsModule.dll.mdb │ │ ├── UnityEngine.TextRenderingModule.dll │ │ ├── UnityEngine.TextRenderingModule.dll.mdb │ │ ├── UnityEngine.UI.dll │ │ ├── UnityEngine.UIModule.dll │ │ ├── UnityEngine.UIModule.dll.mdb │ │ ├── UnityEngine.UnityConnectModule.dll │ │ ├── UnityEngine.UnityConnectModule.dll.mdb │ │ ├── UnityEngine.UnityWebRequestModule.dll │ │ ├── UnityEngine.UnityWebRequestModule.dll.mdb │ │ ├── UnityEngine.dll │ │ ├── UnityEngine.dll.mdb │ │ ├── UnityICallRegistration.cpp │ │ ├── mono │ │ │ ├── 2.0 │ │ │ │ └── machine.config │ │ │ └── 4.0 │ │ │ │ └── machine.config │ │ └── mscorlib.dll │ │ ├── Native │ │ ├── Data │ │ │ ├── Metadata │ │ │ │ └── global-metadata.dat │ │ │ ├── Resources │ │ │ │ └── mscorlib.dll-resources.dat │ │ │ └── etc │ │ │ │ └── mono │ │ │ │ ├── 1.0 │ │ │ │ ├── DefaultWsdlHelpGenerator.aspx │ │ │ │ └── machine.config │ │ │ │ ├── 2.0 │ │ │ │ ├── Browsers │ │ │ │ │ └── Compat.browser │ │ │ │ ├── DefaultWsdlHelpGenerator.aspx │ │ │ │ ├── machine.config │ │ │ │ ├── settings.map │ │ │ │ └── web.config │ │ │ │ ├── browscap.ini │ │ │ │ ├── config │ │ │ │ └── mconfig │ │ │ │ └── config.xml │ │ └── build.bc │ │ ├── Output │ │ ├── Build │ │ │ ├── UnityLoader.js │ │ │ ├── test.asm.code.unityweb │ │ │ ├── test.asm.framework.unityweb │ │ │ ├── test.asm.memory.unityweb │ │ │ ├── test.data.unityweb │ │ │ └── test.json │ │ ├── index.html │ │ ├── jquery.min.js │ │ └── js │ │ │ ├── Blob.js │ │ │ ├── FileSaver.js │ │ │ ├── adler32cs.js │ │ │ ├── deflate.js │ │ │ ├── jquery │ │ │ ├── jquery-1.7.1.min.js │ │ │ └── jquery-ui-1.8.17.custom.min.js │ │ │ ├── jspdf.PLUGINTEMPLATE.js │ │ │ ├── jspdf.js │ │ │ ├── jspdf.plugin.addimage.js │ │ │ ├── jspdf.plugin.autoprint.js │ │ │ ├── jspdf.plugin.cell.js │ │ │ ├── jspdf.plugin.from_html.js │ │ │ ├── jspdf.plugin.ie_below_9_shim.js │ │ │ ├── jspdf.plugin.javascript.js │ │ │ ├── jspdf.plugin.sillysvgrenderer.js │ │ │ ├── jspdf.plugin.split_text_to_size.js │ │ │ ├── jspdf.plugin.standard_fonts_metrics.js │ │ │ └── jspdf.plugin.total_pages.js │ │ ├── Resources │ │ └── unity_default_resources │ │ ├── UnityEngine.xml │ │ ├── boot.config │ │ ├── data.unity3d │ │ ├── il2cppOutput │ │ ├── Bulk_Assembly-CSharp_0.cpp │ │ ├── Bulk_Generics_0.cpp │ │ ├── Bulk_Generics_1.cpp │ │ ├── Bulk_Generics_2.cpp │ │ ├── Bulk_Generics_3.cpp │ │ ├── Bulk_Generics_4.cpp │ │ ├── Bulk_Mono.Security_0.cpp │ │ ├── Bulk_Mono.Security_1.cpp │ │ ├── Bulk_System.Core_0.cpp │ │ ├── Bulk_System_0.cpp │ │ ├── Bulk_System_1.cpp │ │ ├── Bulk_UnityEngine.AnimationModule_0.cpp │ │ ├── Bulk_UnityEngine.AudioModule_0.cpp │ │ ├── Bulk_UnityEngine.CoreModule_0.cpp │ │ ├── Bulk_UnityEngine.IMGUIModule_0.cpp │ │ ├── Bulk_UnityEngine.Physics2DModule_0.cpp │ │ ├── Bulk_UnityEngine.PhysicsModule_0.cpp │ │ ├── Bulk_UnityEngine.SharedInternalsModule_0.cpp │ │ ├── Bulk_UnityEngine.TextRenderingModule_0.cpp │ │ ├── Bulk_UnityEngine.UIModule_0.cpp │ │ ├── Bulk_UnityEngine.UI_0.cpp │ │ ├── Bulk_UnityEngine.UI_1.cpp │ │ ├── Bulk_UnityEngine.UI_2.cpp │ │ ├── Bulk_UnityEngine.UnityConnectModule_0.cpp │ │ ├── Bulk_UnityEngine.UnityWebRequestModule_0.cpp │ │ ├── Bulk_UnityEngine_0.cpp │ │ ├── Bulk_mscorlib_0.cpp │ │ ├── Bulk_mscorlib_1.cpp │ │ ├── Bulk_mscorlib_2.cpp │ │ ├── Bulk_mscorlib_3.cpp │ │ ├── Bulk_mscorlib_4.cpp │ │ ├── Bulk_mscorlib_5.cpp │ │ ├── Bulk_mscorlib_6.cpp │ │ ├── Bulk_mscorlib_7.cpp │ │ ├── Bulk_mscorlib_8.cpp │ │ ├── Bulk_mscorlib_9.cpp │ │ ├── Data │ │ │ ├── Metadata │ │ │ │ └── global-metadata.dat │ │ │ ├── Resources │ │ │ │ └── mscorlib.dll-resources.dat │ │ │ └── etc │ │ │ │ └── mono │ │ │ │ ├── 1.0 │ │ │ │ ├── DefaultWsdlHelpGenerator.aspx │ │ │ │ └── machine.config │ │ │ │ ├── 2.0 │ │ │ │ ├── Browsers │ │ │ │ │ └── Compat.browser │ │ │ │ ├── DefaultWsdlHelpGenerator.aspx │ │ │ │ ├── machine.config │ │ │ │ ├── settings.map │ │ │ │ └── web.config │ │ │ │ ├── browscap.ini │ │ │ │ ├── config │ │ │ │ └── mconfig │ │ │ │ └── config.xml │ │ ├── GenericMethods0.cpp │ │ ├── GenericMethods1.cpp │ │ ├── Il2CppAttributes.cpp │ │ ├── Il2CppCodeRegistration.cpp │ │ ├── Il2CppCompilerCalculateTypeValuesTable.cpp │ │ ├── Il2CppCompilerCalculateTypeValues_0Table.cpp │ │ ├── Il2CppCompilerCalculateTypeValues_10Table.cpp │ │ ├── Il2CppCompilerCalculateTypeValues_11Table.cpp │ │ ├── Il2CppCompilerCalculateTypeValues_12Table.cpp │ │ ├── Il2CppCompilerCalculateTypeValues_13Table.cpp │ │ ├── Il2CppCompilerCalculateTypeValues_14Table.cpp │ │ ├── Il2CppCompilerCalculateTypeValues_15Table.cpp │ │ ├── Il2CppCompilerCalculateTypeValues_16Table.cpp │ │ ├── Il2CppCompilerCalculateTypeValues_17Table.cpp │ │ ├── Il2CppCompilerCalculateTypeValues_1Table.cpp │ │ ├── Il2CppCompilerCalculateTypeValues_2Table.cpp │ │ ├── Il2CppCompilerCalculateTypeValues_3Table.cpp │ │ ├── Il2CppCompilerCalculateTypeValues_4Table.cpp │ │ ├── Il2CppCompilerCalculateTypeValues_5Table.cpp │ │ ├── Il2CppCompilerCalculateTypeValues_6Table.cpp │ │ ├── Il2CppCompilerCalculateTypeValues_7Table.cpp │ │ ├── Il2CppCompilerCalculateTypeValues_8Table.cpp │ │ ├── Il2CppCompilerCalculateTypeValues_9Table.cpp │ │ ├── Il2CppGenericClassTable.cpp │ │ ├── Il2CppGenericComDefinitions0.cpp │ │ ├── Il2CppGenericInstDefinitions.cpp │ │ ├── Il2CppGenericMethodDefinitions.cpp │ │ ├── Il2CppGenericMethodPointerTable.cpp │ │ ├── Il2CppGenericMethodTable.cpp │ │ ├── Il2CppInteropDataTable.cpp │ │ ├── Il2CppInvokerTable.cpp │ │ ├── Il2CppMetadataRegistration.cpp │ │ ├── Il2CppMetadataUsage.cpp │ │ ├── Il2CppMethodPointerTable.cpp │ │ ├── Il2CppTypeDefinitions.cpp │ │ ├── Symbols │ │ │ └── MethodMap.tsv │ │ ├── UnityClassRegistration.cpp │ │ ├── UnityICallRegistration.cpp │ │ └── UnresolvedVirtualCallStubs.cpp │ │ ├── linkresult_asm │ │ ├── build.asm.js │ │ ├── build.js │ │ ├── build.js.mem │ │ ├── build.js.symbols │ │ └── build.js.symbols.stripped │ │ ├── methods_pointedto_by_uievents.xml │ │ └── preserved_derived_types.xml ├── UnityLockfile ├── UnityTempFile-3299bd6c876404f6fa763eb46163b0e1 ├── UnityTempFile-97960d6a48b0543dcb138476726f9ecf ├── UnityTempFile-9da372ab1777f44e38518fce5c11cc61 ├── UnityTempFile-c5cf7724e543947429116849ccdf960a ├── __Backupscenes │ └── 0.backup └── emcc_arguments.resp ├── Test.sln ├── Test.userprefs └── UnityPackageManager └── manifest.json /Assembly-CSharp-firstpass.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Assembly-CSharp-firstpass.csproj -------------------------------------------------------------------------------- /Assembly-CSharp.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Assembly-CSharp.csproj -------------------------------------------------------------------------------- /Assets/Plugins.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Assets/Plugins.meta -------------------------------------------------------------------------------- /Assets/Plugins/wegGLKeyboard.jslib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Assets/Plugins/wegGLKeyboard.jslib -------------------------------------------------------------------------------- /Assets/Plugins/wegGLKeyboard.jslib.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Assets/Plugins/wegGLKeyboard.jslib.meta -------------------------------------------------------------------------------- /Assets/WebGLTemplates.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Assets/WebGLTemplates.meta -------------------------------------------------------------------------------- /Assets/WebGLTemplates/Simuladores.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Assets/WebGLTemplates/Simuladores.meta -------------------------------------------------------------------------------- /Assets/WebGLTemplates/Simuladores/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Assets/WebGLTemplates/Simuladores/index.html -------------------------------------------------------------------------------- /Assets/WebGLTemplates/Simuladores/index.html.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Assets/WebGLTemplates/Simuladores/index.html.meta -------------------------------------------------------------------------------- /Assets/WebGLTemplates/Simuladores/jquery.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Assets/WebGLTemplates/Simuladores/jquery.min.js -------------------------------------------------------------------------------- /Assets/WebGLTemplates/Simuladores/jquery.min.js.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Assets/WebGLTemplates/Simuladores/jquery.min.js.meta -------------------------------------------------------------------------------- /Assets/WebGLTemplates/Simuladores/js.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Assets/WebGLTemplates/Simuladores/js.meta -------------------------------------------------------------------------------- /Assets/WebGLTemplates/Simuladores/js/Blob.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Assets/WebGLTemplates/Simuladores/js/Blob.js -------------------------------------------------------------------------------- /Assets/WebGLTemplates/Simuladores/js/Blob.js.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Assets/WebGLTemplates/Simuladores/js/Blob.js.meta -------------------------------------------------------------------------------- /Assets/WebGLTemplates/Simuladores/js/FileSaver.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Assets/WebGLTemplates/Simuladores/js/FileSaver.js -------------------------------------------------------------------------------- /Assets/WebGLTemplates/Simuladores/js/FileSaver.js.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Assets/WebGLTemplates/Simuladores/js/FileSaver.js.meta -------------------------------------------------------------------------------- /Assets/WebGLTemplates/Simuladores/js/adler32cs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Assets/WebGLTemplates/Simuladores/js/adler32cs.js -------------------------------------------------------------------------------- /Assets/WebGLTemplates/Simuladores/js/adler32cs.js.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Assets/WebGLTemplates/Simuladores/js/adler32cs.js.meta -------------------------------------------------------------------------------- /Assets/WebGLTemplates/Simuladores/js/deflate.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Assets/WebGLTemplates/Simuladores/js/deflate.js -------------------------------------------------------------------------------- /Assets/WebGLTemplates/Simuladores/js/deflate.js.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Assets/WebGLTemplates/Simuladores/js/deflate.js.meta -------------------------------------------------------------------------------- /Assets/WebGLTemplates/Simuladores/js/jquery.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Assets/WebGLTemplates/Simuladores/js/jquery.meta -------------------------------------------------------------------------------- /Assets/WebGLTemplates/Simuladores/js/jquery/jquery-1.7.1.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Assets/WebGLTemplates/Simuladores/js/jquery/jquery-1.7.1.min.js -------------------------------------------------------------------------------- /Assets/WebGLTemplates/Simuladores/js/jquery/jquery-1.7.1.min.js.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Assets/WebGLTemplates/Simuladores/js/jquery/jquery-1.7.1.min.js.meta -------------------------------------------------------------------------------- /Assets/WebGLTemplates/Simuladores/js/jquery/jquery-ui-1.8.17.custom.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Assets/WebGLTemplates/Simuladores/js/jquery/jquery-ui-1.8.17.custom.min.js -------------------------------------------------------------------------------- /Assets/WebGLTemplates/Simuladores/js/jquery/jquery-ui-1.8.17.custom.min.js.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Assets/WebGLTemplates/Simuladores/js/jquery/jquery-ui-1.8.17.custom.min.js.meta -------------------------------------------------------------------------------- /Assets/WebGLTemplates/Simuladores/js/jspdf.PLUGINTEMPLATE.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Assets/WebGLTemplates/Simuladores/js/jspdf.PLUGINTEMPLATE.js -------------------------------------------------------------------------------- /Assets/WebGLTemplates/Simuladores/js/jspdf.PLUGINTEMPLATE.js.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Assets/WebGLTemplates/Simuladores/js/jspdf.PLUGINTEMPLATE.js.meta -------------------------------------------------------------------------------- /Assets/WebGLTemplates/Simuladores/js/jspdf.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Assets/WebGLTemplates/Simuladores/js/jspdf.js -------------------------------------------------------------------------------- /Assets/WebGLTemplates/Simuladores/js/jspdf.js.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Assets/WebGLTemplates/Simuladores/js/jspdf.js.meta -------------------------------------------------------------------------------- /Assets/WebGLTemplates/Simuladores/js/jspdf.plugin.addimage.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Assets/WebGLTemplates/Simuladores/js/jspdf.plugin.addimage.js -------------------------------------------------------------------------------- /Assets/WebGLTemplates/Simuladores/js/jspdf.plugin.addimage.js.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Assets/WebGLTemplates/Simuladores/js/jspdf.plugin.addimage.js.meta -------------------------------------------------------------------------------- /Assets/WebGLTemplates/Simuladores/js/jspdf.plugin.autoprint.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Assets/WebGLTemplates/Simuladores/js/jspdf.plugin.autoprint.js -------------------------------------------------------------------------------- /Assets/WebGLTemplates/Simuladores/js/jspdf.plugin.autoprint.js.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Assets/WebGLTemplates/Simuladores/js/jspdf.plugin.autoprint.js.meta -------------------------------------------------------------------------------- /Assets/WebGLTemplates/Simuladores/js/jspdf.plugin.cell.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Assets/WebGLTemplates/Simuladores/js/jspdf.plugin.cell.js -------------------------------------------------------------------------------- /Assets/WebGLTemplates/Simuladores/js/jspdf.plugin.cell.js.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Assets/WebGLTemplates/Simuladores/js/jspdf.plugin.cell.js.meta -------------------------------------------------------------------------------- /Assets/WebGLTemplates/Simuladores/js/jspdf.plugin.from_html.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Assets/WebGLTemplates/Simuladores/js/jspdf.plugin.from_html.js -------------------------------------------------------------------------------- /Assets/WebGLTemplates/Simuladores/js/jspdf.plugin.from_html.js.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Assets/WebGLTemplates/Simuladores/js/jspdf.plugin.from_html.js.meta -------------------------------------------------------------------------------- /Assets/WebGLTemplates/Simuladores/js/jspdf.plugin.ie_below_9_shim.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Assets/WebGLTemplates/Simuladores/js/jspdf.plugin.ie_below_9_shim.js -------------------------------------------------------------------------------- /Assets/WebGLTemplates/Simuladores/js/jspdf.plugin.ie_below_9_shim.js.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Assets/WebGLTemplates/Simuladores/js/jspdf.plugin.ie_below_9_shim.js.meta -------------------------------------------------------------------------------- /Assets/WebGLTemplates/Simuladores/js/jspdf.plugin.javascript.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Assets/WebGLTemplates/Simuladores/js/jspdf.plugin.javascript.js -------------------------------------------------------------------------------- /Assets/WebGLTemplates/Simuladores/js/jspdf.plugin.javascript.js.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Assets/WebGLTemplates/Simuladores/js/jspdf.plugin.javascript.js.meta -------------------------------------------------------------------------------- /Assets/WebGLTemplates/Simuladores/js/jspdf.plugin.sillysvgrenderer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Assets/WebGLTemplates/Simuladores/js/jspdf.plugin.sillysvgrenderer.js -------------------------------------------------------------------------------- /Assets/WebGLTemplates/Simuladores/js/jspdf.plugin.sillysvgrenderer.js.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Assets/WebGLTemplates/Simuladores/js/jspdf.plugin.sillysvgrenderer.js.meta -------------------------------------------------------------------------------- /Assets/WebGLTemplates/Simuladores/js/jspdf.plugin.split_text_to_size.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Assets/WebGLTemplates/Simuladores/js/jspdf.plugin.split_text_to_size.js -------------------------------------------------------------------------------- /Assets/WebGLTemplates/Simuladores/js/jspdf.plugin.split_text_to_size.js.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Assets/WebGLTemplates/Simuladores/js/jspdf.plugin.split_text_to_size.js.meta -------------------------------------------------------------------------------- /Assets/WebGLTemplates/Simuladores/js/jspdf.plugin.standard_fonts_metrics.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Assets/WebGLTemplates/Simuladores/js/jspdf.plugin.standard_fonts_metrics.js -------------------------------------------------------------------------------- /Assets/WebGLTemplates/Simuladores/js/jspdf.plugin.standard_fonts_metrics.js.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Assets/WebGLTemplates/Simuladores/js/jspdf.plugin.standard_fonts_metrics.js.meta -------------------------------------------------------------------------------- /Assets/WebGLTemplates/Simuladores/js/jspdf.plugin.total_pages.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Assets/WebGLTemplates/Simuladores/js/jspdf.plugin.total_pages.js -------------------------------------------------------------------------------- /Assets/WebGLTemplates/Simuladores/js/jspdf.plugin.total_pages.js.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Assets/WebGLTemplates/Simuladores/js/jspdf.plugin.total_pages.js.meta -------------------------------------------------------------------------------- /Assets/keyboardClass.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Assets/keyboardClass.cs -------------------------------------------------------------------------------- /Assets/keyboardClass.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Assets/keyboardClass.cs.meta -------------------------------------------------------------------------------- /Assets/scene1.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Assets/scene1.unity -------------------------------------------------------------------------------- /Assets/scene1.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Assets/scene1.unity.meta -------------------------------------------------------------------------------- /ProjectSettings/AudioManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/ProjectSettings/AudioManager.asset -------------------------------------------------------------------------------- /ProjectSettings/ClusterInputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/ProjectSettings/ClusterInputManager.asset -------------------------------------------------------------------------------- /ProjectSettings/DynamicsManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/ProjectSettings/DynamicsManager.asset -------------------------------------------------------------------------------- /ProjectSettings/EditorBuildSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/ProjectSettings/EditorBuildSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/EditorSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/ProjectSettings/EditorSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/GraphicsSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/ProjectSettings/GraphicsSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/InputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/ProjectSettings/InputManager.asset -------------------------------------------------------------------------------- /ProjectSettings/NavMeshAreas.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/ProjectSettings/NavMeshAreas.asset -------------------------------------------------------------------------------- /ProjectSettings/NetworkManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/ProjectSettings/NetworkManager.asset -------------------------------------------------------------------------------- /ProjectSettings/Physics2DSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/ProjectSettings/Physics2DSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/ProjectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/ProjectSettings/ProjectSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/ProjectVersion.txt: -------------------------------------------------------------------------------- 1 | m_EditorVersion: 2017.4.17f1 2 | -------------------------------------------------------------------------------- /ProjectSettings/QualitySettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/ProjectSettings/QualitySettings.asset -------------------------------------------------------------------------------- /ProjectSettings/TagManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/ProjectSettings/TagManager.asset -------------------------------------------------------------------------------- /ProjectSettings/TimeManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/ProjectSettings/TimeManager.asset -------------------------------------------------------------------------------- /ProjectSettings/UnityConnectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/ProjectSettings/UnityConnectSettings.asset -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/README.md -------------------------------------------------------------------------------- /Temp/StagingArea/Data/Il2CppData/Metadata/global-metadata.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/Il2CppData/Metadata/global-metadata.dat -------------------------------------------------------------------------------- /Temp/StagingArea/Data/Managed/Assembly-CSharp.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/Managed/Assembly-CSharp.dll -------------------------------------------------------------------------------- /Temp/StagingArea/Data/Managed/ICallSummary.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/Managed/ICallSummary.txt -------------------------------------------------------------------------------- /Temp/StagingArea/Data/Managed/Mono.Security.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/Managed/Mono.Security.dll -------------------------------------------------------------------------------- /Temp/StagingArea/Data/Managed/System.Core.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/Managed/System.Core.dll -------------------------------------------------------------------------------- /Temp/StagingArea/Data/Managed/System.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/Managed/System.dll -------------------------------------------------------------------------------- /Temp/StagingArea/Data/Managed/UnityEngine.AnimationModule.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/Managed/UnityEngine.AnimationModule.dll -------------------------------------------------------------------------------- /Temp/StagingArea/Data/Managed/UnityEngine.AnimationModule.dll.mdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/Managed/UnityEngine.AnimationModule.dll.mdb -------------------------------------------------------------------------------- /Temp/StagingArea/Data/Managed/UnityEngine.AudioModule.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/Managed/UnityEngine.AudioModule.dll -------------------------------------------------------------------------------- /Temp/StagingArea/Data/Managed/UnityEngine.AudioModule.dll.mdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/Managed/UnityEngine.AudioModule.dll.mdb -------------------------------------------------------------------------------- /Temp/StagingArea/Data/Managed/UnityEngine.CoreModule.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/Managed/UnityEngine.CoreModule.dll -------------------------------------------------------------------------------- /Temp/StagingArea/Data/Managed/UnityEngine.CoreModule.dll.mdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/Managed/UnityEngine.CoreModule.dll.mdb -------------------------------------------------------------------------------- /Temp/StagingArea/Data/Managed/UnityEngine.IMGUIModule.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/Managed/UnityEngine.IMGUIModule.dll -------------------------------------------------------------------------------- /Temp/StagingArea/Data/Managed/UnityEngine.IMGUIModule.dll.mdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/Managed/UnityEngine.IMGUIModule.dll.mdb -------------------------------------------------------------------------------- /Temp/StagingArea/Data/Managed/UnityEngine.Physics2DModule.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/Managed/UnityEngine.Physics2DModule.dll -------------------------------------------------------------------------------- /Temp/StagingArea/Data/Managed/UnityEngine.Physics2DModule.dll.mdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/Managed/UnityEngine.Physics2DModule.dll.mdb -------------------------------------------------------------------------------- /Temp/StagingArea/Data/Managed/UnityEngine.PhysicsModule.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/Managed/UnityEngine.PhysicsModule.dll -------------------------------------------------------------------------------- /Temp/StagingArea/Data/Managed/UnityEngine.PhysicsModule.dll.mdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/Managed/UnityEngine.PhysicsModule.dll.mdb -------------------------------------------------------------------------------- /Temp/StagingArea/Data/Managed/UnityEngine.SharedInternalsModule.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/Managed/UnityEngine.SharedInternalsModule.dll -------------------------------------------------------------------------------- /Temp/StagingArea/Data/Managed/UnityEngine.SharedInternalsModule.dll.mdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/Managed/UnityEngine.SharedInternalsModule.dll.mdb -------------------------------------------------------------------------------- /Temp/StagingArea/Data/Managed/UnityEngine.TextRenderingModule.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/Managed/UnityEngine.TextRenderingModule.dll -------------------------------------------------------------------------------- /Temp/StagingArea/Data/Managed/UnityEngine.TextRenderingModule.dll.mdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/Managed/UnityEngine.TextRenderingModule.dll.mdb -------------------------------------------------------------------------------- /Temp/StagingArea/Data/Managed/UnityEngine.UI.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/Managed/UnityEngine.UI.dll -------------------------------------------------------------------------------- /Temp/StagingArea/Data/Managed/UnityEngine.UIModule.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/Managed/UnityEngine.UIModule.dll -------------------------------------------------------------------------------- /Temp/StagingArea/Data/Managed/UnityEngine.UIModule.dll.mdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/Managed/UnityEngine.UIModule.dll.mdb -------------------------------------------------------------------------------- /Temp/StagingArea/Data/Managed/UnityEngine.UnityConnectModule.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/Managed/UnityEngine.UnityConnectModule.dll -------------------------------------------------------------------------------- /Temp/StagingArea/Data/Managed/UnityEngine.UnityConnectModule.dll.mdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/Managed/UnityEngine.UnityConnectModule.dll.mdb -------------------------------------------------------------------------------- /Temp/StagingArea/Data/Managed/UnityEngine.UnityWebRequestModule.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/Managed/UnityEngine.UnityWebRequestModule.dll -------------------------------------------------------------------------------- /Temp/StagingArea/Data/Managed/UnityEngine.UnityWebRequestModule.dll.mdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/Managed/UnityEngine.UnityWebRequestModule.dll.mdb -------------------------------------------------------------------------------- /Temp/StagingArea/Data/Managed/UnityEngine.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/Managed/UnityEngine.dll -------------------------------------------------------------------------------- /Temp/StagingArea/Data/Managed/UnityEngine.dll.mdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/Managed/UnityEngine.dll.mdb -------------------------------------------------------------------------------- /Temp/StagingArea/Data/Managed/UnityICallRegistration.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/Managed/UnityICallRegistration.cpp -------------------------------------------------------------------------------- /Temp/StagingArea/Data/Managed/mono/2.0/machine.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/Managed/mono/2.0/machine.config -------------------------------------------------------------------------------- /Temp/StagingArea/Data/Managed/mono/4.0/machine.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/Managed/mono/4.0/machine.config -------------------------------------------------------------------------------- /Temp/StagingArea/Data/Managed/mscorlib.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/Managed/mscorlib.dll -------------------------------------------------------------------------------- /Temp/StagingArea/Data/Native/Data/Metadata/global-metadata.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/Native/Data/Metadata/global-metadata.dat -------------------------------------------------------------------------------- /Temp/StagingArea/Data/Native/Data/Resources/mscorlib.dll-resources.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/Native/Data/Resources/mscorlib.dll-resources.dat -------------------------------------------------------------------------------- /Temp/StagingArea/Data/Native/Data/etc/mono/1.0/DefaultWsdlHelpGenerator.aspx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/Native/Data/etc/mono/1.0/DefaultWsdlHelpGenerator.aspx -------------------------------------------------------------------------------- /Temp/StagingArea/Data/Native/Data/etc/mono/1.0/machine.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/Native/Data/etc/mono/1.0/machine.config -------------------------------------------------------------------------------- /Temp/StagingArea/Data/Native/Data/etc/mono/2.0/Browsers/Compat.browser: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/Native/Data/etc/mono/2.0/Browsers/Compat.browser -------------------------------------------------------------------------------- /Temp/StagingArea/Data/Native/Data/etc/mono/2.0/DefaultWsdlHelpGenerator.aspx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/Native/Data/etc/mono/2.0/DefaultWsdlHelpGenerator.aspx -------------------------------------------------------------------------------- /Temp/StagingArea/Data/Native/Data/etc/mono/2.0/machine.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/Native/Data/etc/mono/2.0/machine.config -------------------------------------------------------------------------------- /Temp/StagingArea/Data/Native/Data/etc/mono/2.0/settings.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/Native/Data/etc/mono/2.0/settings.map -------------------------------------------------------------------------------- /Temp/StagingArea/Data/Native/Data/etc/mono/2.0/web.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/Native/Data/etc/mono/2.0/web.config -------------------------------------------------------------------------------- /Temp/StagingArea/Data/Native/Data/etc/mono/browscap.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/Native/Data/etc/mono/browscap.ini -------------------------------------------------------------------------------- /Temp/StagingArea/Data/Native/Data/etc/mono/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/Native/Data/etc/mono/config -------------------------------------------------------------------------------- /Temp/StagingArea/Data/Native/Data/etc/mono/mconfig/config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/Native/Data/etc/mono/mconfig/config.xml -------------------------------------------------------------------------------- /Temp/StagingArea/Data/Native/build.bc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/Native/build.bc -------------------------------------------------------------------------------- /Temp/StagingArea/Data/Output/Build/UnityLoader.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/Output/Build/UnityLoader.js -------------------------------------------------------------------------------- /Temp/StagingArea/Data/Output/Build/test.asm.code.unityweb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/Output/Build/test.asm.code.unityweb -------------------------------------------------------------------------------- /Temp/StagingArea/Data/Output/Build/test.asm.framework.unityweb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/Output/Build/test.asm.framework.unityweb -------------------------------------------------------------------------------- /Temp/StagingArea/Data/Output/Build/test.asm.memory.unityweb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/Output/Build/test.asm.memory.unityweb -------------------------------------------------------------------------------- /Temp/StagingArea/Data/Output/Build/test.data.unityweb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/Output/Build/test.data.unityweb -------------------------------------------------------------------------------- /Temp/StagingArea/Data/Output/Build/test.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/Output/Build/test.json -------------------------------------------------------------------------------- /Temp/StagingArea/Data/Output/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/Output/index.html -------------------------------------------------------------------------------- /Temp/StagingArea/Data/Output/jquery.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/Output/jquery.min.js -------------------------------------------------------------------------------- /Temp/StagingArea/Data/Output/js/Blob.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/Output/js/Blob.js -------------------------------------------------------------------------------- /Temp/StagingArea/Data/Output/js/FileSaver.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/Output/js/FileSaver.js -------------------------------------------------------------------------------- /Temp/StagingArea/Data/Output/js/adler32cs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/Output/js/adler32cs.js -------------------------------------------------------------------------------- /Temp/StagingArea/Data/Output/js/deflate.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/Output/js/deflate.js -------------------------------------------------------------------------------- /Temp/StagingArea/Data/Output/js/jquery/jquery-1.7.1.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/Output/js/jquery/jquery-1.7.1.min.js -------------------------------------------------------------------------------- /Temp/StagingArea/Data/Output/js/jquery/jquery-ui-1.8.17.custom.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/Output/js/jquery/jquery-ui-1.8.17.custom.min.js -------------------------------------------------------------------------------- /Temp/StagingArea/Data/Output/js/jspdf.PLUGINTEMPLATE.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/Output/js/jspdf.PLUGINTEMPLATE.js -------------------------------------------------------------------------------- /Temp/StagingArea/Data/Output/js/jspdf.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/Output/js/jspdf.js -------------------------------------------------------------------------------- /Temp/StagingArea/Data/Output/js/jspdf.plugin.addimage.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/Output/js/jspdf.plugin.addimage.js -------------------------------------------------------------------------------- /Temp/StagingArea/Data/Output/js/jspdf.plugin.autoprint.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/Output/js/jspdf.plugin.autoprint.js -------------------------------------------------------------------------------- /Temp/StagingArea/Data/Output/js/jspdf.plugin.cell.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/Output/js/jspdf.plugin.cell.js -------------------------------------------------------------------------------- /Temp/StagingArea/Data/Output/js/jspdf.plugin.from_html.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/Output/js/jspdf.plugin.from_html.js -------------------------------------------------------------------------------- /Temp/StagingArea/Data/Output/js/jspdf.plugin.ie_below_9_shim.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/Output/js/jspdf.plugin.ie_below_9_shim.js -------------------------------------------------------------------------------- /Temp/StagingArea/Data/Output/js/jspdf.plugin.javascript.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/Output/js/jspdf.plugin.javascript.js -------------------------------------------------------------------------------- /Temp/StagingArea/Data/Output/js/jspdf.plugin.sillysvgrenderer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/Output/js/jspdf.plugin.sillysvgrenderer.js -------------------------------------------------------------------------------- /Temp/StagingArea/Data/Output/js/jspdf.plugin.split_text_to_size.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/Output/js/jspdf.plugin.split_text_to_size.js -------------------------------------------------------------------------------- /Temp/StagingArea/Data/Output/js/jspdf.plugin.standard_fonts_metrics.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/Output/js/jspdf.plugin.standard_fonts_metrics.js -------------------------------------------------------------------------------- /Temp/StagingArea/Data/Output/js/jspdf.plugin.total_pages.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/Output/js/jspdf.plugin.total_pages.js -------------------------------------------------------------------------------- /Temp/StagingArea/Data/Resources/unity_default_resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/Resources/unity_default_resources -------------------------------------------------------------------------------- /Temp/StagingArea/Data/UnityEngine.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/UnityEngine.xml -------------------------------------------------------------------------------- /Temp/StagingArea/Data/boot.config: -------------------------------------------------------------------------------- 1 | wait-for-native-debugger=0 2 | -------------------------------------------------------------------------------- /Temp/StagingArea/Data/data.unity3d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/data.unity3d -------------------------------------------------------------------------------- /Temp/StagingArea/Data/il2cppOutput/Bulk_Assembly-CSharp_0.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/il2cppOutput/Bulk_Assembly-CSharp_0.cpp -------------------------------------------------------------------------------- /Temp/StagingArea/Data/il2cppOutput/Bulk_Generics_0.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/il2cppOutput/Bulk_Generics_0.cpp -------------------------------------------------------------------------------- /Temp/StagingArea/Data/il2cppOutput/Bulk_Generics_1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/il2cppOutput/Bulk_Generics_1.cpp -------------------------------------------------------------------------------- /Temp/StagingArea/Data/il2cppOutput/Bulk_Generics_2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/il2cppOutput/Bulk_Generics_2.cpp -------------------------------------------------------------------------------- /Temp/StagingArea/Data/il2cppOutput/Bulk_Generics_3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/il2cppOutput/Bulk_Generics_3.cpp -------------------------------------------------------------------------------- /Temp/StagingArea/Data/il2cppOutput/Bulk_Generics_4.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/il2cppOutput/Bulk_Generics_4.cpp -------------------------------------------------------------------------------- /Temp/StagingArea/Data/il2cppOutput/Bulk_Mono.Security_0.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/il2cppOutput/Bulk_Mono.Security_0.cpp -------------------------------------------------------------------------------- /Temp/StagingArea/Data/il2cppOutput/Bulk_Mono.Security_1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/il2cppOutput/Bulk_Mono.Security_1.cpp -------------------------------------------------------------------------------- /Temp/StagingArea/Data/il2cppOutput/Bulk_System.Core_0.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/il2cppOutput/Bulk_System.Core_0.cpp -------------------------------------------------------------------------------- /Temp/StagingArea/Data/il2cppOutput/Bulk_System_0.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/il2cppOutput/Bulk_System_0.cpp -------------------------------------------------------------------------------- /Temp/StagingArea/Data/il2cppOutput/Bulk_System_1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/il2cppOutput/Bulk_System_1.cpp -------------------------------------------------------------------------------- /Temp/StagingArea/Data/il2cppOutput/Bulk_UnityEngine.AnimationModule_0.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/il2cppOutput/Bulk_UnityEngine.AnimationModule_0.cpp -------------------------------------------------------------------------------- /Temp/StagingArea/Data/il2cppOutput/Bulk_UnityEngine.AudioModule_0.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/il2cppOutput/Bulk_UnityEngine.AudioModule_0.cpp -------------------------------------------------------------------------------- /Temp/StagingArea/Data/il2cppOutput/Bulk_UnityEngine.CoreModule_0.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/il2cppOutput/Bulk_UnityEngine.CoreModule_0.cpp -------------------------------------------------------------------------------- /Temp/StagingArea/Data/il2cppOutput/Bulk_UnityEngine.IMGUIModule_0.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/il2cppOutput/Bulk_UnityEngine.IMGUIModule_0.cpp -------------------------------------------------------------------------------- /Temp/StagingArea/Data/il2cppOutput/Bulk_UnityEngine.Physics2DModule_0.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/il2cppOutput/Bulk_UnityEngine.Physics2DModule_0.cpp -------------------------------------------------------------------------------- /Temp/StagingArea/Data/il2cppOutput/Bulk_UnityEngine.PhysicsModule_0.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/il2cppOutput/Bulk_UnityEngine.PhysicsModule_0.cpp -------------------------------------------------------------------------------- /Temp/StagingArea/Data/il2cppOutput/Bulk_UnityEngine.SharedInternalsModule_0.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/il2cppOutput/Bulk_UnityEngine.SharedInternalsModule_0.cpp -------------------------------------------------------------------------------- /Temp/StagingArea/Data/il2cppOutput/Bulk_UnityEngine.TextRenderingModule_0.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/il2cppOutput/Bulk_UnityEngine.TextRenderingModule_0.cpp -------------------------------------------------------------------------------- /Temp/StagingArea/Data/il2cppOutput/Bulk_UnityEngine.UIModule_0.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/il2cppOutput/Bulk_UnityEngine.UIModule_0.cpp -------------------------------------------------------------------------------- /Temp/StagingArea/Data/il2cppOutput/Bulk_UnityEngine.UI_0.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/il2cppOutput/Bulk_UnityEngine.UI_0.cpp -------------------------------------------------------------------------------- /Temp/StagingArea/Data/il2cppOutput/Bulk_UnityEngine.UI_1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/il2cppOutput/Bulk_UnityEngine.UI_1.cpp -------------------------------------------------------------------------------- /Temp/StagingArea/Data/il2cppOutput/Bulk_UnityEngine.UI_2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/il2cppOutput/Bulk_UnityEngine.UI_2.cpp -------------------------------------------------------------------------------- /Temp/StagingArea/Data/il2cppOutput/Bulk_UnityEngine.UnityConnectModule_0.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/il2cppOutput/Bulk_UnityEngine.UnityConnectModule_0.cpp -------------------------------------------------------------------------------- /Temp/StagingArea/Data/il2cppOutput/Bulk_UnityEngine.UnityWebRequestModule_0.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/il2cppOutput/Bulk_UnityEngine.UnityWebRequestModule_0.cpp -------------------------------------------------------------------------------- /Temp/StagingArea/Data/il2cppOutput/Bulk_UnityEngine_0.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/il2cppOutput/Bulk_UnityEngine_0.cpp -------------------------------------------------------------------------------- /Temp/StagingArea/Data/il2cppOutput/Bulk_mscorlib_0.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/il2cppOutput/Bulk_mscorlib_0.cpp -------------------------------------------------------------------------------- /Temp/StagingArea/Data/il2cppOutput/Bulk_mscorlib_1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/il2cppOutput/Bulk_mscorlib_1.cpp -------------------------------------------------------------------------------- /Temp/StagingArea/Data/il2cppOutput/Bulk_mscorlib_2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/il2cppOutput/Bulk_mscorlib_2.cpp -------------------------------------------------------------------------------- /Temp/StagingArea/Data/il2cppOutput/Bulk_mscorlib_3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/il2cppOutput/Bulk_mscorlib_3.cpp -------------------------------------------------------------------------------- /Temp/StagingArea/Data/il2cppOutput/Bulk_mscorlib_4.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/il2cppOutput/Bulk_mscorlib_4.cpp -------------------------------------------------------------------------------- /Temp/StagingArea/Data/il2cppOutput/Bulk_mscorlib_5.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/il2cppOutput/Bulk_mscorlib_5.cpp -------------------------------------------------------------------------------- /Temp/StagingArea/Data/il2cppOutput/Bulk_mscorlib_6.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/il2cppOutput/Bulk_mscorlib_6.cpp -------------------------------------------------------------------------------- /Temp/StagingArea/Data/il2cppOutput/Bulk_mscorlib_7.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/il2cppOutput/Bulk_mscorlib_7.cpp -------------------------------------------------------------------------------- /Temp/StagingArea/Data/il2cppOutput/Bulk_mscorlib_8.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/il2cppOutput/Bulk_mscorlib_8.cpp -------------------------------------------------------------------------------- /Temp/StagingArea/Data/il2cppOutput/Bulk_mscorlib_9.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/il2cppOutput/Bulk_mscorlib_9.cpp -------------------------------------------------------------------------------- /Temp/StagingArea/Data/il2cppOutput/Data/Metadata/global-metadata.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/il2cppOutput/Data/Metadata/global-metadata.dat -------------------------------------------------------------------------------- /Temp/StagingArea/Data/il2cppOutput/Data/Resources/mscorlib.dll-resources.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/il2cppOutput/Data/Resources/mscorlib.dll-resources.dat -------------------------------------------------------------------------------- /Temp/StagingArea/Data/il2cppOutput/Data/etc/mono/1.0/DefaultWsdlHelpGenerator.aspx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/il2cppOutput/Data/etc/mono/1.0/DefaultWsdlHelpGenerator.aspx -------------------------------------------------------------------------------- /Temp/StagingArea/Data/il2cppOutput/Data/etc/mono/1.0/machine.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/il2cppOutput/Data/etc/mono/1.0/machine.config -------------------------------------------------------------------------------- /Temp/StagingArea/Data/il2cppOutput/Data/etc/mono/2.0/Browsers/Compat.browser: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/il2cppOutput/Data/etc/mono/2.0/Browsers/Compat.browser -------------------------------------------------------------------------------- /Temp/StagingArea/Data/il2cppOutput/Data/etc/mono/2.0/DefaultWsdlHelpGenerator.aspx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/il2cppOutput/Data/etc/mono/2.0/DefaultWsdlHelpGenerator.aspx -------------------------------------------------------------------------------- /Temp/StagingArea/Data/il2cppOutput/Data/etc/mono/2.0/machine.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/il2cppOutput/Data/etc/mono/2.0/machine.config -------------------------------------------------------------------------------- /Temp/StagingArea/Data/il2cppOutput/Data/etc/mono/2.0/settings.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/il2cppOutput/Data/etc/mono/2.0/settings.map -------------------------------------------------------------------------------- /Temp/StagingArea/Data/il2cppOutput/Data/etc/mono/2.0/web.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/il2cppOutput/Data/etc/mono/2.0/web.config -------------------------------------------------------------------------------- /Temp/StagingArea/Data/il2cppOutput/Data/etc/mono/browscap.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/il2cppOutput/Data/etc/mono/browscap.ini -------------------------------------------------------------------------------- /Temp/StagingArea/Data/il2cppOutput/Data/etc/mono/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/il2cppOutput/Data/etc/mono/config -------------------------------------------------------------------------------- /Temp/StagingArea/Data/il2cppOutput/Data/etc/mono/mconfig/config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/il2cppOutput/Data/etc/mono/mconfig/config.xml -------------------------------------------------------------------------------- /Temp/StagingArea/Data/il2cppOutput/GenericMethods0.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/il2cppOutput/GenericMethods0.cpp -------------------------------------------------------------------------------- /Temp/StagingArea/Data/il2cppOutput/GenericMethods1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/il2cppOutput/GenericMethods1.cpp -------------------------------------------------------------------------------- /Temp/StagingArea/Data/il2cppOutput/Il2CppAttributes.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/il2cppOutput/Il2CppAttributes.cpp -------------------------------------------------------------------------------- /Temp/StagingArea/Data/il2cppOutput/Il2CppCodeRegistration.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/il2cppOutput/Il2CppCodeRegistration.cpp -------------------------------------------------------------------------------- /Temp/StagingArea/Data/il2cppOutput/Il2CppCompilerCalculateTypeValuesTable.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/il2cppOutput/Il2CppCompilerCalculateTypeValuesTable.cpp -------------------------------------------------------------------------------- /Temp/StagingArea/Data/il2cppOutput/Il2CppCompilerCalculateTypeValues_0Table.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/il2cppOutput/Il2CppCompilerCalculateTypeValues_0Table.cpp -------------------------------------------------------------------------------- /Temp/StagingArea/Data/il2cppOutput/Il2CppCompilerCalculateTypeValues_10Table.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/il2cppOutput/Il2CppCompilerCalculateTypeValues_10Table.cpp -------------------------------------------------------------------------------- /Temp/StagingArea/Data/il2cppOutput/Il2CppCompilerCalculateTypeValues_11Table.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/il2cppOutput/Il2CppCompilerCalculateTypeValues_11Table.cpp -------------------------------------------------------------------------------- /Temp/StagingArea/Data/il2cppOutput/Il2CppCompilerCalculateTypeValues_12Table.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/il2cppOutput/Il2CppCompilerCalculateTypeValues_12Table.cpp -------------------------------------------------------------------------------- /Temp/StagingArea/Data/il2cppOutput/Il2CppCompilerCalculateTypeValues_13Table.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/il2cppOutput/Il2CppCompilerCalculateTypeValues_13Table.cpp -------------------------------------------------------------------------------- /Temp/StagingArea/Data/il2cppOutput/Il2CppCompilerCalculateTypeValues_14Table.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/il2cppOutput/Il2CppCompilerCalculateTypeValues_14Table.cpp -------------------------------------------------------------------------------- /Temp/StagingArea/Data/il2cppOutput/Il2CppCompilerCalculateTypeValues_15Table.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/il2cppOutput/Il2CppCompilerCalculateTypeValues_15Table.cpp -------------------------------------------------------------------------------- /Temp/StagingArea/Data/il2cppOutput/Il2CppCompilerCalculateTypeValues_16Table.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/il2cppOutput/Il2CppCompilerCalculateTypeValues_16Table.cpp -------------------------------------------------------------------------------- /Temp/StagingArea/Data/il2cppOutput/Il2CppCompilerCalculateTypeValues_17Table.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/il2cppOutput/Il2CppCompilerCalculateTypeValues_17Table.cpp -------------------------------------------------------------------------------- /Temp/StagingArea/Data/il2cppOutput/Il2CppCompilerCalculateTypeValues_1Table.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/il2cppOutput/Il2CppCompilerCalculateTypeValues_1Table.cpp -------------------------------------------------------------------------------- /Temp/StagingArea/Data/il2cppOutput/Il2CppCompilerCalculateTypeValues_2Table.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/il2cppOutput/Il2CppCompilerCalculateTypeValues_2Table.cpp -------------------------------------------------------------------------------- /Temp/StagingArea/Data/il2cppOutput/Il2CppCompilerCalculateTypeValues_3Table.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/il2cppOutput/Il2CppCompilerCalculateTypeValues_3Table.cpp -------------------------------------------------------------------------------- /Temp/StagingArea/Data/il2cppOutput/Il2CppCompilerCalculateTypeValues_4Table.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/il2cppOutput/Il2CppCompilerCalculateTypeValues_4Table.cpp -------------------------------------------------------------------------------- /Temp/StagingArea/Data/il2cppOutput/Il2CppCompilerCalculateTypeValues_5Table.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/il2cppOutput/Il2CppCompilerCalculateTypeValues_5Table.cpp -------------------------------------------------------------------------------- /Temp/StagingArea/Data/il2cppOutput/Il2CppCompilerCalculateTypeValues_6Table.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/il2cppOutput/Il2CppCompilerCalculateTypeValues_6Table.cpp -------------------------------------------------------------------------------- /Temp/StagingArea/Data/il2cppOutput/Il2CppCompilerCalculateTypeValues_7Table.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/il2cppOutput/Il2CppCompilerCalculateTypeValues_7Table.cpp -------------------------------------------------------------------------------- /Temp/StagingArea/Data/il2cppOutput/Il2CppCompilerCalculateTypeValues_8Table.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/il2cppOutput/Il2CppCompilerCalculateTypeValues_8Table.cpp -------------------------------------------------------------------------------- /Temp/StagingArea/Data/il2cppOutput/Il2CppCompilerCalculateTypeValues_9Table.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/il2cppOutput/Il2CppCompilerCalculateTypeValues_9Table.cpp -------------------------------------------------------------------------------- /Temp/StagingArea/Data/il2cppOutput/Il2CppGenericClassTable.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/il2cppOutput/Il2CppGenericClassTable.cpp -------------------------------------------------------------------------------- /Temp/StagingArea/Data/il2cppOutput/Il2CppGenericComDefinitions0.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/il2cppOutput/Il2CppGenericComDefinitions0.cpp -------------------------------------------------------------------------------- /Temp/StagingArea/Data/il2cppOutput/Il2CppGenericInstDefinitions.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/il2cppOutput/Il2CppGenericInstDefinitions.cpp -------------------------------------------------------------------------------- /Temp/StagingArea/Data/il2cppOutput/Il2CppGenericMethodDefinitions.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/il2cppOutput/Il2CppGenericMethodDefinitions.cpp -------------------------------------------------------------------------------- /Temp/StagingArea/Data/il2cppOutput/Il2CppGenericMethodPointerTable.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/il2cppOutput/Il2CppGenericMethodPointerTable.cpp -------------------------------------------------------------------------------- /Temp/StagingArea/Data/il2cppOutput/Il2CppGenericMethodTable.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/il2cppOutput/Il2CppGenericMethodTable.cpp -------------------------------------------------------------------------------- /Temp/StagingArea/Data/il2cppOutput/Il2CppInteropDataTable.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/il2cppOutput/Il2CppInteropDataTable.cpp -------------------------------------------------------------------------------- /Temp/StagingArea/Data/il2cppOutput/Il2CppInvokerTable.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/il2cppOutput/Il2CppInvokerTable.cpp -------------------------------------------------------------------------------- /Temp/StagingArea/Data/il2cppOutput/Il2CppMetadataRegistration.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/il2cppOutput/Il2CppMetadataRegistration.cpp -------------------------------------------------------------------------------- /Temp/StagingArea/Data/il2cppOutput/Il2CppMetadataUsage.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/il2cppOutput/Il2CppMetadataUsage.cpp -------------------------------------------------------------------------------- /Temp/StagingArea/Data/il2cppOutput/Il2CppMethodPointerTable.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/il2cppOutput/Il2CppMethodPointerTable.cpp -------------------------------------------------------------------------------- /Temp/StagingArea/Data/il2cppOutput/Il2CppTypeDefinitions.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/il2cppOutput/Il2CppTypeDefinitions.cpp -------------------------------------------------------------------------------- /Temp/StagingArea/Data/il2cppOutput/Symbols/MethodMap.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/il2cppOutput/Symbols/MethodMap.tsv -------------------------------------------------------------------------------- /Temp/StagingArea/Data/il2cppOutput/UnityClassRegistration.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/il2cppOutput/UnityClassRegistration.cpp -------------------------------------------------------------------------------- /Temp/StagingArea/Data/il2cppOutput/UnityICallRegistration.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/il2cppOutput/UnityICallRegistration.cpp -------------------------------------------------------------------------------- /Temp/StagingArea/Data/il2cppOutput/UnresolvedVirtualCallStubs.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/il2cppOutput/UnresolvedVirtualCallStubs.cpp -------------------------------------------------------------------------------- /Temp/StagingArea/Data/linkresult_asm/build.asm.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/linkresult_asm/build.asm.js -------------------------------------------------------------------------------- /Temp/StagingArea/Data/linkresult_asm/build.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/linkresult_asm/build.js -------------------------------------------------------------------------------- /Temp/StagingArea/Data/linkresult_asm/build.js.mem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/linkresult_asm/build.js.mem -------------------------------------------------------------------------------- /Temp/StagingArea/Data/linkresult_asm/build.js.symbols: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/linkresult_asm/build.js.symbols -------------------------------------------------------------------------------- /Temp/StagingArea/Data/linkresult_asm/build.js.symbols.stripped: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/linkresult_asm/build.js.symbols.stripped -------------------------------------------------------------------------------- /Temp/StagingArea/Data/methods_pointedto_by_uievents.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/methods_pointedto_by_uievents.xml -------------------------------------------------------------------------------- /Temp/StagingArea/Data/preserved_derived_types.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/StagingArea/Data/preserved_derived_types.xml -------------------------------------------------------------------------------- /Temp/UnityLockfile: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Temp/UnityTempFile-3299bd6c876404f6fa763eb46163b0e1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/UnityTempFile-3299bd6c876404f6fa763eb46163b0e1 -------------------------------------------------------------------------------- /Temp/UnityTempFile-97960d6a48b0543dcb138476726f9ecf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/UnityTempFile-97960d6a48b0543dcb138476726f9ecf -------------------------------------------------------------------------------- /Temp/UnityTempFile-9da372ab1777f44e38518fce5c11cc61: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/UnityTempFile-9da372ab1777f44e38518fce5c11cc61 -------------------------------------------------------------------------------- /Temp/UnityTempFile-c5cf7724e543947429116849ccdf960a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/UnityTempFile-c5cf7724e543947429116849ccdf960a -------------------------------------------------------------------------------- /Temp/__Backupscenes/0.backup: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/__Backupscenes/0.backup -------------------------------------------------------------------------------- /Temp/emcc_arguments.resp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Temp/emcc_arguments.resp -------------------------------------------------------------------------------- /Test.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Test.sln -------------------------------------------------------------------------------- /Test.userprefs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eforerog/keyboardMobileWebGLUnity/HEAD/Test.userprefs -------------------------------------------------------------------------------- /UnityPackageManager/manifest.json: -------------------------------------------------------------------------------- 1 | { 2 | "dependencies": { 3 | } 4 | } 5 | --------------------------------------------------------------------------------