实例介绍
Xcode项目集成Unity示例,博客地址:https://blog.csdn.net/suwk1009/article/details/78500684
【实例截图】
【核心代码】
UnityDemo.rar
└── UnityDemo
├── Classes
│ ├── CrashReporter.h
│ ├── CrashReporter.mm
│ ├── iPhone_Sensors.h
│ ├── iPhone_Sensors.mm
│ ├── Native
│ │ ├── 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_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_System_0.cpp
│ │ ├── Bulk_System_1.cpp
│ │ ├── Bulk_System.Core_0.cpp
│ │ ├── Bulk_UnityEngine_0.cpp
│ │ ├── Bulk_UnityEngine_1.cpp
│ │ ├── Bulk_UnityEngine_2.cpp
│ │ ├── GeneratedCodeGen.h
│ │ ├── GeneratedGenericInterfaceInvokers.h
│ │ ├── GeneratedGenericVirtualInvokers.h
│ │ ├── GeneratedInterfaceInvokers.h
│ │ ├── GeneratedVirtualInvokers.h
│ │ ├── GenericMethods0.cpp
│ │ ├── Il2CppAttributes.cpp
│ │ ├── Il2CppCodeRegistration.cpp
│ │ ├── Il2CppCompilerCalculateTypeValues_0Table.cpp
│ │ ├── Il2CppCompilerCalculateTypeValues_10Table.cpp
│ │ ├── Il2CppCompilerCalculateTypeValues_11Table.cpp
│ │ ├── Il2CppCompilerCalculateTypeValues_12Table.cpp
│ │ ├── Il2CppCompilerCalculateTypeValues_13Table.cpp
│ │ ├── Il2CppCompilerCalculateTypeValues_14Table.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
│ │ ├── Il2CppCompilerCalculateTypeValuesTable.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
│ │ ├── UnityClassRegistration.cpp
│ │ ├── UnityICallRegistration.cpp
│ │ └── UnresolvedVirtualCallStubs.cpp
│ ├── PLCrashReporter.h
│ ├── PluginBase
│ │ ├── AppDelegateListener.h
│ │ ├── AppDelegateListener.mm
│ │ ├── LifeCycleListener.h
│ │ ├── LifeCycleListener.mm
│ │ ├── RenderPluginDelegate.h
│ │ ├── RenderPluginDelegate.mm
│ │ ├── UnityViewControllerListener.h
│ │ └── UnityViewControllerListener.mm
│ ├── Prefix.pch
│ ├── Preprocessor.h
│ ├── Quaternion4.h
│ ├── UI
│ │ ├── ActivityIndicator.h
│ │ ├── ActivityIndicator.mm
│ │ ├── Keyboard.h
│ │ ├── Keyboard.mm
│ │ ├── OrientationSupport.h
│ │ ├── OrientationSupport.mm
│ │ ├── SplashScreen.h
│ │ ├── SplashScreen.mm
│ │ ├── UnityAppController+ViewHandling.h
│ │ ├── UnityAppController+ViewHandling.mm
│ │ ├── UnityViewControllerBase.h
│ │ ├── UnityViewControllerBaseiOS.h
│ │ ├── UnityViewControllerBaseiOS.mm
│ │ ├── UnityViewControllerBaseTV.h
│ │ ├── UnityViewControllerBaseTV.mm
│ │ ├── UnityView.h
│ │ └── UnityView.mm
│ ├── Unity
│ │ ├── AVCapture.h
│ │ ├── AVCapture.mm
│ │ ├── CameraCapture.h
│ │ ├── CameraCapture.mm
│ │ ├── CMVideoSampling.h
│ │ ├── CMVideoSampling.mm
│ │ ├── CVTextureCache.h
│ │ ├── CVTextureCache.mm
│ │ ├── DeviceSettings.mm
│ │ ├── DisplayManager.h
│ │ ├── DisplayManager.mm
│ │ ├── EAGLContextHelper.h
│ │ ├── EAGLContextHelper.mm
│ │ ├── Filesystem.mm
│ │ ├── FullScreenVideoPlayer.mm
│ │ ├── GlesHelper.h
│ │ ├── GlesHelper.mm
│ │ ├── InternalProfiler.cpp
│ │ ├── InternalProfiler.h
│ │ ├── IUnityGraphics.h
│ │ ├── IUnityGraphicsMetal.h
│ │ ├── IUnityInterface.h
│ │ ├── MetalHelper.mm
│ │ ├── ObjCRuntime.h
│ │ ├── ObjCRuntime.mm
│ │ ├── OnDemandResources.mm
│ │ ├── UnityForwardDecls.h
│ │ ├── UnityInterface.h
│ │ ├── UnityMetalSupport.h
│ │ ├── UnityRendering.h
│ │ ├── UnityReplayKit.h
│ │ ├── UnityReplayKit.mm
│ │ ├── UnityReplayKit_Scripting.mm
│ │ ├── UnityTrampolineCompatibility.h
│ │ ├── VideoPlayer.h
│ │ ├── VideoPlayer.mm
│ │ ├── WWWConnection.h
│ │ └── WWWConnection.mm
│ ├── UnityAds
│ │ ├── UnityAdsConfig.h
│ │ └── UnityAdsUnityWrapper.mm
│ ├── UnityAppController.h
│ ├── UnityAppController.mm
│ ├── UnityAppController+Rendering.h
│ ├── UnityAppController+Rendering.mm
│ ├── UnityAppController+UnityInterface.h
│ ├── UnityAppController+UnityInterface.mm
│ ├── UnityTrampolineConfigure.h
│ └── Vector3.h
├── Data
│ ├── boot.config
│ ├── globalgamemanagers
│ ├── globalgamemanagers.assets
│ ├── level0
│ ├── level0.resS
│ ├── Managed
│ │ ├── Metadata
│ │ │ └── global-metadata.dat
│ │ ├── mono
│ │ │ └── 2.0
│ │ │ └── machine.config
│ │ ├── Resources
│ │ │ └── mscorlib.dll-resources.dat
│ │ └── SweepReport.log
│ ├── Resources
│ │ └── unity_builtin_extra
│ ├── sharedassets0.assets
│ └── unity default resources
├── Libraries
│ ├── Il2CppOptions.cpp
│ ├── libil2cpp
│ │ └── include
│ │ ├── blob.h
│ │ ├── char-conversions.h
│ │ ├── class-internals.h
│ │ ├── codegen
│ │ │ ├── il2cpp-codegen-common.h
│ │ │ ├── il2cpp-codegen.h
│ │ │ ├── il2cpp-codegen-il2cpp.h
│ │ │ └── il2cpp-codegen-mono.h
│ │ ├── debugger
│ │ │ ├── agent.h
│ │ │ ├── command-line-parser.h
│ │ │ ├── common.h
│ │ │ ├── data-buffer.h
│ │ │ ├── event-request.h
│ │ │ ├── id-bank.h
│ │ │ ├── il2cpp-api-test-forwarder.h
│ │ │ ├── meta.h
│ │ │ ├── protocol
│ │ │ │ ├── commands
│ │ │ │ │ ├── app-domain.h
│ │ │ │ │ ├── array-ref.h
│ │ │ │ │ ├── assembly.h
│ │ │ │ │ ├── event.h
│ │ │ │ │ ├── event-request.h
│ │ │ │ │ ├── internal-error.h
│ │ │ │ │ ├── method.h
│ │ │ │ │ ├── module.h
│ │ │ │ │ ├── object-ref.h
│ │ │ │ │ ├── stack-frame.h
│ │ │ │ │ ├── string-ref.h
│ │ │ │ │ ├── thread.h
│ │ │ │ │ ├── type.h
│ │ │ │ │ └── vm.h
│ │ │ │ ├── events.h
│ │ │ │ ├── globals.h
│ │ │ │ ├── protocol.h
│ │ │ │ ├── protocol-utils.h
│ │ │ │ └── utils.h
│ │ │ ├── thread-data.h
│ │ │ ├── transport.h
│ │ │ ├── transport-tcp.h
│ │ │ └── variant.h
│ │ ├── external
│ │ │ │ └── sparsehash
│ │ │ │ ├── dense_hash_map.h
│ │ │ │ ├── dense_hash_set.h
│ │ │ │ ├── densehashtable.h
│ │ │ │ └── type_traits.h
│ │ │ ├── xamarin-android
│ │ │ │ ├── logger.h
│ │ │ │ ├── monodroid.h
│ │ │ │ └── xamarin_getifaddrs.h
│ │ │ └── zlib
│ │ │ ├── crc32.h
│ │ │ ├── deflate.h
│ │ │ ├── inffast.h
│ │ │ ├── inffixed.h
│ │ │ ├── inflate.h
│ │ │ ├── inftrees.h
│ │ │ ├── trees.h
│ │ │ ├── zconf.h
│ │ │ ├── zlib.h
│ │ │ └── zutil.h
│ │ ├── externals
│ │ │ └── MonoPosixHelper.h
│ │ ├── gc
│ │ │ ├── Allocator.h
│ │ │ ├── AppendOnlyGCHashMap.h
│ │ │ ├── GarbageCollector.h
│ │ │ ├── GCHandle.h
│ │ │ ├── gc_wrapper.h
│ │ │ └── WriteBarrier.h
│ │ ├── icallincludes.h
│ │ ├── icalls
│ │ │ ├── mscorlib
│ │ │ │ ├── Mono
│ │ │ │ │ ├── RuntimeClassHandle.h
│ │ │ │ │ ├── RuntimeGPtrArrayHandle.h
│ │ │ │ │ ├── Runtime.h
│ │ │ │ │ ├── RuntimeMarshal.h
│ │ │ │ │ └── SafeStringMarshal.h
│ │ │ │ ├── Mono.Globalization.Unicode
│ │ │ │ │ └── Normalization.h
│ │ │ │ ├── Mono.Interop
│ │ │ │ │ └── ComInteropProxy.h
│ │ │ │ ├── Mono.Security.Cryptography
│ │ │ │ │ └── KeyPairPersistence.h
│ │ │ │ ├── System
│ │ │ │ │ ├── Activator.h
│ │ │ │ │ ├── AppDomain.h
│ │ │ │ │ ├── ArgIterator.h
│ │ │ │ │ ├── Array.h
│ │ │ │ │ ├── Buffer.h
│ │ │ │ │ ├── Char.h
│ │ │ │ │ ├── CLRConfig.h
│ │ │ │ │ ├── __ComObject.h
│ │ │ │ │ ├── ConsoleDriver.h
│ │ │ │ │ ├── Convert.h
│ │ │ │ │ ├── CurrentSystemTimeZone.h
│ │ │ │ │ ├── DateTime.h
│ │ │ │ │ ├── Decimal.h
│ │ │ │ │ ├── Delegate.h
│ │ │ │ │ ├── Double.h
│ │ │ │ │ ├── Enum.h
│ │ │ │ │ ├── Environment.h
│ │ │ │ │ ├── Exception.h
│ │ │ │ │ ├── GC.h
│ │ │ │ │ ├── Math.h
│ │ │ │ │ ├── MissingMemberException.h
│ │ │ │ │ ├── MonoCustomAttrs.h
│ │ │ │ │ ├── MonoEnumInfo.h
│ │ │ │ │ ├── MonoType.h
│ │ │ │ │ ├── NumberFormatter.h
│ │ │ │ │ ├── Number.h
│ │ │ │ │ ├── Object.h
│ │ │ │ │ ├── RuntimeFieldHandle.h
│ │ │ │ │ ├── RuntimeMethodHandle.h
│ │ │ │ │ ├── RuntimeType.h
│ │ │ │ │ ├── RuntimeTypeHandle.h
│ │ │ │ │ ├── SizedReference.h
│ │ │ │ │ ├── String.h
│ │ │ │ │ ├── TimeSpan.h
│ │ │ │ │ ├── TimeZoneInfo.h
│ │ │ │ │ ├── TypedReference.h
│ │ │ │ │ ├── Type.h
│ │ │ │ │ └── ValueType.h
│ │ │ │ ├── System.Diagnostics
│ │ │ │ │ ├── Assert.h
│ │ │ │ │ ├── Debugger.h
│ │ │ │ │ ├── StackFrame.h
│ │ │ │ │ └── StackTrace.h
│ │ │ │ ├── System.Globalization
│ │ │ │ │ ├── CalendarData.h
│ │ │ │ │ ├── CompareInfo.h
│ │ │ │ │ ├── CompareOptions.h
│ │ │ │ │ ├── CultureData.h
│ │ │ │ │ ├── CultureInfo.h
│ │ │ │ │ ├── CultureInfoInternals.h
│ │ │ │ │ ├── CultureInfoTables.h
│ │ │ │ │ └── RegionInfo.h
│ │ │ │ ├── System.IO
│ │ │ │ │ ├── DriveInfo.h
│ │ │ │ │ ├── MonoIO.h
│ │ │ │ │ └── Path.h
│ │ │ │ ├── System.Reflection
│ │ │ │ │ ├── Assembly.h
│ │ │ │ │ ├── AssemblyName.h
│ │ │ │ │ ├── CustomAttributeData.h
│ │ │ │ │ ├── EventInfo.h
│ │ │ │ │ ├── FieldInfo.h
│ │ │ │ │ ├── MemberInfo.h
│ │ │ │ │ ├── MethodBase.h
│ │ │ │ │ ├── Module.h
│ │ │ │ │ ├── MonoCMethod.h
│ │ │ │ │ ├── MonoEventInfo.h
│ │ │ │ │ ├── MonoField.h
│ │ │ │ │ ├── MonoGenericClass.h
│ │ │ │ │ ├── MonoGenericCMethod.h
│ │ │ │ │ ├── MonoGenericMethod.h
│ │ │ │ │ ├── MonoMethod.h
│ │ │ │ │ ├── MonoMethodInfo.h
│ │ │ │ │ ├── MonoPropertyInfo.h
│ │ │ │ │ ├── ParameterInfo.h
│ │ │ │ │ ├── PropertyInfo.h
│ │ │ │ │ └── RtFieldInfo.h
│ │ │ │ ├── System.Reflection.Emit
│ │ │ │ │ ├── AssemblyBuilder.h
│ │ │ │ │ ├── CustomAttributeBuilder.h
│ │ │ │ │ ├── DerivedType.h
│ │ │ │ │ ├── DynamicMethod.h
│ │ │ │ │ ├── EnumBuilder.h
│ │ │ │ │ ├── GenericTypeParameterBuilder.h
│ │ │ │ │ ├── MethodBuilder.h
│ │ │ │ │ ├── ModuleBuilder.h
│ │ │ │ │ ├── SignatureHelper.h
│ │ │ │ │ ├── SymbolType.h
│ │ │ │ │ └── TypeBuilder.h
│ │ │ │ ├── System.Runtime.CompilerServices
│ │ │ │ │ └── RuntimeHelpers.h
│ │ │ │ ├── System.Runtime.InteropServices
│ │ │ │ │ ├── GCHandle.h
│ │ │ │ │ └── Marshal.h
│ │ │ │ ├── System.Runtime.InteropServices.WindowsRuntime
│ │ │ │ │ └── UnsafeNativeMethods.h
│ │ │ │ ├── System.Runtime.Remoting
│ │ │ │ │ └── RemotingServices.h
│ │ │ │ ├── System.Runtime.Remoting.Activation
│ │ │ │ │ └── ActivationServices.h
│ │ │ │ ├── System.Runtime.Remoting.Contexts
│ │ │ │ │ └── Context.h
│ │ │ │ ├── System.Runtime.Remoting.Messaging
│ │ │ │ │ ├── AsyncResult.h
│ │ │ │ │ └── MonoMethodMessage.h
│ │ │ │ ├── System.Runtime.Remoting.Proxies
│ │ │ │ │ └── RealProxy.h
│ │ │ │ ├── System.Runtime.Versioning
│ │ │ │ │ └── VersioningHelper.h
│ │ │ │ ├── System.Security
│ │ │ │ │ ├── SecurityFrame.h
│ │ │ │ │ └── SecurityManager.h
│ │ │ │ ├── System.Security.Cryptography
│ │ │ │ │ └── RNGCryptoServiceProvider.h
│ │ │ │ ├── System.Security.Policy
│ │ │ │ │ └── Evidence.h
│ │ │ │ ├── System.Security.Principal
│ │ │ │ │ ├── WindowsIdentity.h
│ │ │ │ │ ├── WindowsImpersonationContext.h
│ │ │ │ │ └── WindowsPrincipal.h
│ │ │ │ ├── System.Text
│ │ │ │ │ ├── Encoding.h
│ │ │ │ │ ├── EncodingHelper.h
│ │ │ │ │ └── Normalization.h
│ │ │ │ └── System.Threading
│ │ │ │ ├── Interlocked.h
│ │ │ │ ├── InternalThread.h
│ │ │ │ ├── Monitor.h
│ │ │ │ ├── Mutex.h
│ │ │ │ ├── NativeEventCalls.h
│ │ │ │ ├── Thread.h
│ │ │ │ ├── ThreadPool.h
│ │ │ │ ├── Timer.h
│ │ │ │ └── WaitHandle.h
│ │ │ ├── System
│ │ │ │ ├── Microsoft.Win32
│ │ │ │ │ └── NativeMethods.h
│ │ │ │ ├── Mono.Net.Security
│ │ │ │ │ └── MonoTlsProviderFactory.h
│ │ │ │ ├── System
│ │ │ │ │ └── IOSelector.h
│ │ │ │ ├── System.ComponentModel
│ │ │ │ │ └── Win32Exception.h
│ │ │ │ ├── System.Configuration
│ │ │ │ │ ├── DefaultConfig.h
│ │ │ │ │ └── InternalConfigurationHost.h
│ │ │ │ ├── System.Diagnostics
│ │ │ │ │ ├── DefaultTraceListener.h
│ │ │ │ │ ├── FileVersionInfo.h
│ │ │ │ │ ├── perfcounters-def.h
│ │ │ │ │ ├── PerformanceCounterCategory.h
│ │ │ │ │ ├── PerformanceCounter.h
│ │ │ │ │ ├── PerformanceCounterUtils.h
│ │ │ │ │ ├── Process.h
│ │ │ │ │ └── Stopwatch.h
│ │ │ │ ├── System.IO
│ │ │ │ │ ├── FAMWatcher.h
│ │ │ │ │ ├── FileSystemWatcher.h
│ │ │ │ │ ├── InotifyWatcher.h
│ │ │ │ │ └── KqueueMonitor.h
│ │ │ │ ├── System.Net
│ │ │ │ │ └── Dns.h
│ │ │ │ ├── System.Net.NetworkInformation
│ │ │ │ │ ├── LinuxNetworkInterface.h
│ │ │ │ │ └── MacOsIPInterfaceProperties.h
│ │ │ │ ├── System.Net.Sockets
│ │ │ │ │ ├── SocketException.h
│ │ │ │ │ └── Socket.h
│ │ │ │ └── System.Threading
│ │ │ │ └── Semaphore.h
│ │ │ ├── System.Configuration
│ │ │ │ └── System.Configuration
│ │ │ │ └── InternalConfigurationHost.h
│ │ │ └── System.Core
│ │ │ └── System.IO.MemoryMappedFiles
│ │ │ └── MemoryMapImpl.h
│ │ ├── il2cpp-api-functions.h
│ │ ├── il2cpp-api.h
│ │ ├── il2cpp-api-types.h
│ │ ├── il2cpp-config.h
│ │ ├── il2cpp-debugger.h
│ │ ├── il2cpp-metadata.h
│ │ ├── il2cpp-string-types.h
│ │ ├── il2cpp-vm-support.h
│ │ ├── libil2cpp.def
│ │ ├── libil2cpp.icalls
│ │ ├── metadata
│ │ │ ├── ArrayMetadata.h
│ │ │ ├── FieldLayout.h
│ │ │ ├── GenericMetadata.h
│ │ │ ├── GenericMethod.h
│ │ │ ├── GenericSharing.h
│ │ │ ├── Il2CppGenericClassCompare.h
│ │ │ ├── Il2CppGenericClassHash.h
│ │ │ ├── Il2CppGenericContextCompare.h
│ │ │ ├── Il2CppGenericContextHash.h
│ │ │ ├── Il2CppGenericInstCompare.h
│ │ │ ├── Il2CppGenericInstHash.h
│ │ │ ├── Il2CppGenericMethodCompare.h
│ │ │ ├── Il2CppGenericMethodHash.h
│ │ │ ├── Il2CppSignatureCompare.h
│ │ │ ├── Il2CppSignatureHash.h
│ │ │ ├── Il2CppTypeCompare.h
│ │ │ ├── Il2CppTypeHash.h
│ │ │ └── Il2CppTypeVector.h
│ │ ├── metadata.h
│ │ ├── mono
│ │ │ └── ThreadPool
│ │ │ ├── ThreadPoolDataStructures.h
│ │ │ ├── ThreadPoolMacros.h
│ │ │ ├── ThreadPoolMonitorThread.h
│ │ │ ├── threadpool-ms.h
│ │ │ ├── threadpool-ms-io.h
│ │ │ ├── threadpool-ms-io-poll.h
│ │ │ └── ThreadPoolWorkerThread.h
│ │ ├── mono-runtime
│ │ │ ├── il2cpp-callbacks.h
│ │ │ ├── il2cpp-mapping.h
│ │ │ └── il2cpp-mono-support.h
│ │ ├── mono-structs.h
│ │ ├── normalization-tables.h
│ │ ├── number-formatter.h
│ │ ├── object-internals.h
│ │ ├── os
│ │ │ ├── Atomic.h
│ │ │ ├── c-api
│ │ │ │ ├── Allocator.h
│ │ │ │ ├── File-c-api.h
│ │ │ │ ├── NativeMethods-c-api.h
│ │ │ │ ├── Path-c-api.h
│ │ │ │ ├── Process-c-api.h
│ │ │ │ ├── Time-c-api.h
│ │ │ │ └── TimeZone-c-api.h
│ │ │ ├── COM.h
│ │ │ ├── ConditionVariable.h
│ │ │ ├── Console.h
│ │ │ ├── CpuInfo.h
│ │ │ ├── Cryptography.h
│ │ │ ├── Debug.h
│ │ │ ├── Directory.h
│ │ │ ├── Encoding.h
│ │ │ ├── Environment.h
│ │ │ ├── ErrorCodes.h
│ │ │ ├── Error.h
│ │ │ ├── Event.h
│ │ │ ├── File.h
│ │ │ ├── FileSystemWatcher.h
│ │ │ ├── Generic
│ │ │ │ └── SocketImpl.h
│ │ │ ├── Handle.h
│ │ │ ├── Image.h
│ │ │ ├── Initialize.h
│ │ │ ├── LastError.h
│ │ │ ├── LibraryLoader.h
│ │ │ ├── Locale.h
│ │ │ ├── MarshalAlloc.h
│ │ │ ├── MarshalStringAlloc.h
│ │ │ ├── Memory.h
│ │ │ ├── MemoryMappedFile.h
│ │ │ ├── Messages.h
│ │ │ ├── Mutex.h
│ │ │ ├── NativeMethods.h
│ │ │ ├── OSGlobalEnums.h
│ │ │ ├── Path.h
│ │ │ ├── Posix
│ │ │ │ ├── AtomicImpl.h
│ │ │ │ ├── ConditionVariableImpl.h
│ │ │ │ ├── Error.h
│ │ │ │ ├── EventImpl.h
│ │ │ │ ├── FileHandle.h
│ │ │ │ ├── MutexImpl.h
│ │ │ │ ├── PosixHelpers.h
│ │ │ │ ├── PosixWaitObject.h
│ │ │ │ ├── SemaphoreImpl.h
│ │ │ │ ├── SocketImpl.h
│ │ │ │ ├── ThreadImpl.h
│ │ │ │ └── ThreadLocalValueImpl.h
│ │ │ ├── Process.h
│ │ │ ├── Semaphore.h
│ │ │ ├── Socket.h
│ │ │ ├── StackTrace.h
│ │ │ ├── Std
│ │ │ │ └── ThreadImpl.h
│ │ │ ├── Thread.h
│ │ │ ├── ThreadLocalValue.h
│ │ │ ├── Time.h
│ │ │ ├── TimeZone.h
│ │ │ ├── Tizen
│ │ │ │ └── ExtendedAtomicOps.h
│ │ │ ├── Unity
│ │ │ │ ├── AtomicQueue.h
│ │ │ │ ├── ExtendedAtomicOps-arm64.h
│ │ │ │ ├── ExtendedAtomicOps-arm.h
│ │ │ │ ├── ExtendedAtomicOps.h
│ │ │ │ ├── ExtendedAtomicOps-x86-64.h
│ │ │ │ ├── ExtendedAtomicOps-x86.h
│ │ │ │ ├── ExtendedAtomicTypes.h
│ │ │ │ └── UnityPlatformConfigure.h
│ │ │ ├── WaitStatus.h
│ │ │ ├── Win32
│ │ │ │ ├── AtomicImpl.h
│ │ │ │ ├── ConditionVariableImpl.h
│ │ │ │ ├── EventImpl.h
│ │ │ │ ├── MutexImpl.h
│ │ │ │ ├── SemaphoreImpl.h
│ │ │ │ ├── SocketImpl.h
│ │ │ │ ├── ThreadImpl.h
│ │ │ │ ├── ThreadLocalValueImpl.h
│ │ │ │ ├── WindowsHeaders.h
│ │ │ │ └── WindowsHelpers.h
│ │ │ ├── WindowsRuntime.h
│ │ │ └── WinRT
│ │ │ ├── SynchronousOperation.h
│ │ │ ├── Win32ApiSharedEmulation.h
│ │ │ └── Win32ApiWinRTEmulation.h
│ │ ├── tabledefs.h
│ │ ├── utils
│ │ │ ├── CallOnce.h
│ │ │ ├── Collections.h
│ │ │ ├── DirectoryUtils.h
│ │ │ ├── dynamic_array.h
│ │ │ ├── Environment.h
│ │ │ ├── Exception.h
│ │ │ ├── Functional.h
│ │ │ ├── HashUtils.h
│ │ │ ├── Il2CppHashMap.h
│ │ │ ├── Il2CppHashSet.h
│ │ │ ├── Il2CppHStringReference.h
│ │ │ ├── KeyWrapper.h
│ │ │ ├── Logging.h
│ │ │ ├── MarshalingUtils.h
│ │ │ ├── MathUtils.h
│ │ │ ├── Memory.h
│ │ │ ├── MemoryPool.h
│ │ │ ├── MemoryRead.h
│ │ │ ├── NonCopyable.h
│ │ │ ├── Output.h
│ │ │ ├── PathUtils.h
│ │ │ ├── RegisterRuntimeInitializeAndCleanup.h
│ │ │ ├── Runtime.h
│ │ │ ├── StringUtils.h
│ │ │ ├── StringView.h
│ │ │ ├── StringViewStream.h
│ │ │ ├── TemplateUtils.h
│ │ │ ├── ThreadSafeFreeList.h
│ │ │ └── utf8-cpp
│ │ │ └── source
│ │ │ ├── utf8
│ │ │ │ ├── checked.h
│ │ │ │ ├── core.h
│ │ │ │ └── unchecked.h
│ │ │ └── utf8.h
│ │ ├── vm
│ │ │ ├── Array.h
│ │ │ ├── Assembly.h
│ │ │ ├── AssemblyName.h
│ │ │ ├── Atomic.h
│ │ │ ├── CachedCCWBase.h
│ │ │ ├── CCW.h
│ │ │ ├── Class.h
│ │ │ ├── COM.h
│ │ │ ├── ComObjectBase.h
│ │ │ ├── Debug.h
│ │ │ ├── Domain.h
│ │ │ ├── Enum.h
│ │ │ ├── Event.h
│ │ │ ├── Exception.h
│ │ │ ├── Field.h
│ │ │ ├── GenericClass.h
│ │ │ ├── GenericContainer.h
│ │ │ ├── Image.h
│ │ │ ├── InternalCalls.h
│ │ │ ├── LastError.h
│ │ │ ├── LibraryLoader.h
│ │ │ ├── Liveness.h
│ │ │ ├── MarshalAlloc.h
│ │ │ ├── MemoryInformation.h
│ │ │ ├── MetadataAlloc.h
│ │ │ ├── MetadataCache.h
│ │ │ ├── MetadataLoader.h
│ │ │ ├── MetadataLock.h
│ │ │ ├── Method.h
│ │ │ ├── Module.h
│ │ │ ├── Monitor.h
│ │ │ ├── NonCachedCCWBase.h
│ │ │ ├── Object.h
│ │ │ ├── Parameter.h
│ │ │ ├── Path.h
│ │ │ ├── PlatformInvoke.h
│ │ │ ├── Profiler.h
│ │ │ ├── Property.h
│ │ │ ├── Random.h
│ │ │ ├── RCW.h
│ │ │ ├── Reflection.h
│ │ │ ├── Runtime.h
│ │ │ ├── StackTrace.h
│ │ │ ├── String.h
│ │ │ ├── Thread.h
│ │ │ ├── ThreadPool.h
│ │ │ ├── ThreadPoolMs.h
│ │ │ ├── Type.h
│ │ │ ├── WaitHandle.h
│ │ │ └── WindowsRuntime.h
│ │ └── vm-utils
│ │ ├── BlobReader.h
│ │ ├── NativeDelegateMethodCache.h
│ │ ├── NativeSymbol.h
│ │ └── VmStringUtils.h
│ ├── libil2cpp.a
│ ├── libiPhone-lib.a
│ ├── RegisterFeatures.cpp
│ ├── RegisterFeatures.h
│ ├── RegisterMonoModules.cpp
│ └── RegisterMonoModules.h
├── UnityController.h
├── UnityController.mm
├── UnityDemo
│ ├── AppDelegate.h
│ ├── AppDelegate.m
│ ├── Assets.xcassets
│ │ └── AppIcon.appiconset
│ │ └── Contents.json
│ ├── Base.lproj
│ │ ├── LaunchScreen.storyboard
│ │ └── Main.storyboard
│ ├── Info.plist
│ ├── main.mm
│ ├── ViewController.h
│ └── ViewController.m
└── UnityDemo.xcodeproj
├── project.pbxproj
├── project.xcworkspace
│ ├── contents.xcworkspacedata
│ └── xcuserdata
│ └── apple.xcuserdatad
│ └── UserInterfaceState.xcuserstate
└── xcuserdata
└── apple.xcuserdatad
└── xcschemes
└── xcschememanagement.plist
101 directories, 600 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论