Browse Source

- Prototype ver.1.7

master
Seraph 4 years ago
parent
commit
8a1aacf941
  1. BIN
      Assets/Prototype/Core/Core.dll
  2. 13
      Assets_DLL/Core/CoreInitializer.cs
  3. BIN
      Assets_DLL/Core/obj/Debug/netstandard2.0/Core.csproj.AssemblyReference.cache
  4. BIN
      Assets_DLL/Core/obj/Debug/netstandard2.0/Core.dll
  5. BIN
      Assets_DLL/CoreEditor/obj/Debug/netstandard2.0/CoreEditor.csproj.AssemblyReference.cache
  6. BIN
      Builds/Core_1.7.unitypackage
  7. 4
      ProjectSettings/ProjectSettings.asset

BIN
Assets/Prototype/Core/Core.dll

Binary file not shown.

13
Assets_DLL/Core/CoreInitializer.cs

@ -10,6 +10,19 @@ namespace Core
internal sealed class CoreInitializer
{
[RuntimeInitializeOnLoadMethod(RuntimeInitializeLoadType.AfterAssembliesLoaded)]
private static void EditorInit()
{
if (Application.isEditor)
Init();
}
[RuntimeInitializeOnLoadMethod(RuntimeInitializeLoadType.AfterSceneLoad)]
private static void BuildInit()
{
if (!Application.isEditor)
Init();
}
private static void Init()
{
PurchaseManager.Init();

BIN
Assets_DLL/Core/obj/Debug/netstandard2.0/Core.csproj.AssemblyReference.cache

Binary file not shown.

BIN
Assets_DLL/Core/obj/Debug/netstandard2.0/Core.dll

Binary file not shown.

BIN
Assets_DLL/CoreEditor/obj/Debug/netstandard2.0/CoreEditor.csproj.AssemblyReference.cache

Binary file not shown.

BIN
Builds/Core_1.7.unitypackage

Binary file not shown.

4
ProjectSettings/ProjectSettings.asset

@ -49,7 +49,7 @@ PlayerSettings:
m_StereoRenderingPath: 0
m_ActiveColorSpace: 0
m_MTRendering: 1
m_StackTraceTypes: 010000000100000001000000010000000100000001000000
m_StackTraceTypes: 020000000200000002000000020000000200000001000000
iosShowActivityIndicatorOnLoading: -1
androidShowActivityIndicatorOnLoading: -1
iosUseCustomAppBackgroundBehavior: 0
@ -124,7 +124,7 @@ PlayerSettings:
16:10: 1
16:9: 1
Others: 1
bundleVersion: 1.0
bundleVersion: 1.7
preloadedAssets: []
metroInputSource: 0
wsaTransparentSwapchain: 0

Loading…
Cancel
Save