• Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
  • Asset Store
  • Get Unity

UNITY ACCOUNT

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account
  • Blog
  • Forums
  • Answers
  • Evangelists
  • User Groups
  • Beta Program
  • Advisory Panel

Navigation

  • Home
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
    • Blog
    • Forums
    • Answers
    • Evangelists
    • User Groups
    • Beta Program
    • Advisory Panel

Unity account

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account

Language

  • Chinese
  • Spanish
  • Japanese
  • Korean
  • Portuguese
  • Ask a question
  • Spaces
    • Default
    • Help Room
    • META
    • Moderators
    • Topics
    • Questions
    • Users
    • Badges
  • Home /
avatar image
0
Question by AlexDevops · Feb 22 at 03:55 PM · android

Crash running Unity (2020.3.27f1 LTS) as library in native Android app

Hi, I am using Unity as a library inside a native Android application. Currently having some issues trying to upgrade from 2019 to the latest LTS version 2020.3.27f1. I copied everything from the unity library folder and I see that libil2cpp.so is missing but there are c++ sources to build using gradle.

I managed to build libil2cpp.so but when running the unity player I get this errors:

 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]Unity.Collections.DeallocateOnJobCompletionAttribute
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]Unity.Collections.LowLevel.Unsafe.NativeContainerAttribute
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]Unity.Collections.LowLevel.Unsafe.NativeContainerIsAtomicWriteOnlyAttribute
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]Unity.Collections.LowLevel.Unsafe.NativeContainerIsReadOnlyAttribute
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]Unity.Collections.LowLevel.Unsafe.NativeContainerNeedsThreadIndexAttribute
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]Unity.Collections.LowLevel.Unsafe.NativeContainerSupportsDeallocateOnJobCompletionAttribute
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]Unity.Collections.LowLevel.Unsafe.NativeContainerSupportsDeferredConvertListToArray
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]Unity.Collections.LowLevel.Unsafe.NativeContainerSupportsMinMaxWriteRestrictionAttribute
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]Unity.Collections.LowLevel.Unsafe.NativeDisableContainerSafetyRestrictionAttribute
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]Unity.Collections.LowLevel.Unsafe.NativeDisableUnsafePtrRestrictionAttribute
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]Unity.Collections.LowLevel.Unsafe.NativeSetClassTypeToNullOnScheduleAttribute
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]Unity.Collections.LowLevel.Unsafe.NativeSetThreadIndexAttribute
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]Unity.Collections.NativeDisableParallelForRestrictionAttribute
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]Unity.Collections.NativeFixedLengthAttribute
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]Unity.Collections.NativeMatchesParallelForLengthAttribute
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]Unity.Collections.ReadOnlyAttribute
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]Unity.Collections.WriteOnlyAttribute
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]Unity.IO.LowLevel.Unsafe.AsyncReadManagerMetricsFilters
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]Unity.IO.LowLevel.Unsafe.AsyncReadManagerRequestMetric
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]Unity.IO.LowLevel.Unsafe.Priority
 E/Unity: Unable to find method GetMovedFromAttributeDataForType in [UnityEngine.CoreModule.dll]UnityEngine._Scripting.APIUpdating.APIUpdaterRuntimeHelpers
 E/Unity: Unable to find method GetObsoleteTypeRedirection in [UnityEngine.CoreModule.dll]UnityEngine._Scripting.APIUpdating.APIUpdaterRuntimeHelpers
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.AnimationCurve
 E/Unity: Unable to find method Internal_ApplicationWantsToQuit in [UnityEngine.CoreModule.dll]UnityEngine.Application
 E/Unity: Unable to find method CallLogCallback in [UnityEngine.CoreModule.dll]UnityEngine.Application
 E/Unity: Unable to find method CallLowMemory in [UnityEngine.CoreModule.dll]UnityEngine.Application
 E/Unity: Unable to find method Internal_ApplicationQuit in [UnityEngine.CoreModule.dll]UnityEngine.Application
 E/Unity: Unable to find method Internal_ApplicationUnload in [UnityEngine.CoreModule.dll]UnityEngine.Application
 E/Unity: Unable to find method InvokeDeepLinkActivated in [UnityEngine.CoreModule.dll]UnityEngine.Application
 E/Unity: Unable to find method InvokeFocusChanged in [UnityEngine.CoreModule.dll]UnityEngine.Application
 E/Unity: Unable to find method InvokeOnBeforeRender in [UnityEngine.CoreModule.dll]UnityEngine.Application
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.AssemblyIsEditorAssembly
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.AsyncOperation
 E/Unity: Unable to find method InvokeCompletionEvent in [UnityEngine.CoreModule.dll]UnityEngine.AsyncOperation
 E/Unity: Unable to find method CheckIsEditorScript in [UnityEngine.CoreModule.dll]UnityEngine.AttributeHelperEngine
 E/Unity: Unable to find method GetDefaultExecutionOrderFor in [UnityEngine.CoreModule.dll]UnityEngine.AttributeHelperEngine
 E/Unity: Unable to find method GetParentTypeDisallowingMultipleInclusion in [UnityEngine.CoreModule.dll]UnityEngine.AttributeHelperEngine
 E/Unity: Unable to find method GetRequiredComponents in [UnityEngine.CoreModule.dll]UnityEngine.AttributeHelperEngine
 E/Unity: Unable to find method WrapBootConfigData in [UnityEngine.CoreModule.dll]UnityEngine.BootConfigData
 E/Unity: Unable to find method FireOnPostRender in [UnityEngine.CoreModule.dll]UnityEngine.Camera
 E/Unity: Unable to find method FireOnPreCull in [UnityEngine.CoreModule.dll]UnityEngine.Camera
 E/Unity: Unable to find method FireOnPreRender in [UnityEngine.CoreModule.dll]UnityEngine.Camera
 E/Unity: Unable to find method Init in [UnityEngine.CoreModule.dll]UnityEngine.ClassLibraryInitializer
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.Component
 E/Unity: Unable to find method FindKernel in [UnityEngine.CoreModule.dll]UnityEngine.ComputeShader
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.ContextMenu
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.Coroutine
 E/Unity: Unable to find method SendEvents in [UnityEngine.CoreModule.dll]UnityEngine.CullingGroup
 E/Unity: Unable to find method InvokeOnTextureLoaded_Internal in [UnityEngine.CoreModule.dll]UnityEngine.CustomRenderTextureManager
 E/Unity: Unable to find method InvokeOnTextureUnloaded_Internal in [UnityEngine.CoreModule.dll]UnityEngine.CustomRenderTextureManager
 E/Unity: Unable to find method CallOverridenDebugHandler in [UnityEngine.CoreModule.dll]UnityEngine.Debug
 E/Unity: Unable to find method IsLoggingEnabled in [UnityEngine.CoreModule.dll]UnityEngine.Debug
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.DisallowMultipleComponent
 E/Unity: Unable to find method FireDisplaysUpdated in [UnityEngine.CoreModule.dll]UnityEngine.Display
 E/Unity: Unable to find method RecreateDisplayList in [UnityEngine.CoreModule.dll]UnityEngine.Display
 E/Unity: Unable to find method RequestLights in [UnityEngine.CoreModule.dll]UnityEngine.Experimental.GlobalIllumination.Lightmapping
 E/Unity: Unable to find method ResetDelegate in [UnityEngine.CoreModule.dll]UnityEngine.Experimental.GlobalIllumination.Lightmapping
 E/Unity: Unable to find method SetDelegate in [UnityEngine.CoreModule.dll]UnityEngine.Experimental.GlobalIllumination.Lightmapping
 E/Unity: Unable to find method GetDelegate in [UnityEngine.CoreModule.dll]UnityEngine.Experimental.GlobalIllumination.Lightmapping
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.Experimental.Playables.CameraPlayable
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.Experimental.Playables.MaterialEffectPlayable
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.Experimental.Playables.TextureMixerPlayable
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.Experimental.Playables.TexturePlayableOutput
 E/Unity: Unable to find method Internal_BuiltinRuntimeReflectionSystem_New in [UnityEngine.CoreModule.dll]UnityEngine.Experimental.Rendering.BuiltinRuntimeReflectionSystem
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.Experimental.Rendering.ScriptableRuntimeReflectionSystemSettings
 E/Unity: Unable to find method set_Internal_ScriptableRuntimeReflectionSystemSettings_system in [UnityEngine.CoreModule.dll]UnityEngine.Experimental.Rendering.ScriptableRuntimeReflectionSystemSettings
 E/Unity: Unable to find method get_Internal_ScriptableRuntimeReflectionSystemSettings_instance in [UnityEngine.CoreModule.dll]UnityEngine.Experimental.Rendering.ScriptableRuntimeReflectionSystemSettings
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.Experimental.Rendering.ScriptableRuntimeReflectionSystemWrapper
 E/Unity: Unable to find method Internal_ScriptableRuntimeReflectionSystemWrapper_TickRealtimeProbes in [UnityEngine.CoreModule.dll]UnityEngine.Experimental.Rendering.ScriptableRuntimeReflectionSystemWrapper
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.Experimental.U2D.SpriteIntermediateRendererInfo
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.Experimental.U2D.SpriteRendererGroup
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.ExtensionOfNativeClassAttribute
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.FailedToLoadScriptObject
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.Gradient
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.ISerializationCallbackReceiver
 E/Unity: Unable to find method OnAfterDeserialize in [UnityEngine.CoreModule.dll]UnityEngine.ISerializationCallbackReceiver
 E/Unity: Unable to find method OnBeforeSerialize in [UnityEngine.CoreModule.dll]UnityEngine.ISerializationCallbackReceiver
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.Keyframe
 E/Unity: Unable to find method LightingSettingsDontStripMe in [UnityEngine.CoreModule.dll]UnityEngine.LightingSettings
 E/Unity: Unable to find method Internal_CallNeedsRetetrahedralizationFunction in [UnityEngine.CoreModule.dll]UnityEngine.LightProbes
 E/Unity: Unable to find method Internal_CallTetrahedralizationCompletedFunction in [UnityEngine.CoreModule.dll]UnityEngine.LightProbes
 E/Unity: Unable to find method LowerResBlitTextureDontStripMe in [UnityEngine.CoreModule.dll]UnityEngine.LowerResBlitTexture
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.LowLevel.PlayerLoopSystemInternal
 E/Unity: Unable to find method ManagedStreamLength in [UnityEngine.CoreModule.dll]UnityEngine.ManagedStreamHelpers
 E/Unity: Unable to find method ManagedStreamRead in [UnityEngine.CoreModule.dll]UnityEngine.ManagedStreamHelpers
 E/Unity: Unable to find method ManagedStreamSeek in [UnityEngine.CoreModule.dll]UnityEngine.ManagedStreamHelpers
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.Mesh
 E/Unity: Unable to find method DontStripMeshFilter in [UnityEngine.CoreModule.dll]UnityEngine.MeshFilter
 E/Unity: Unable to find method DontStripMeshRenderer in [UnityEngine.CoreModule.dll]UnityEngine.MeshRenderer
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.MonoBehaviour
 E/Unity: Unable to find method ConnectedCallbackInternal in [UnityEngine.CoreModule.dll]UnityEngine.Networking.PlayerConnection.PlayerConnection
 E/Unity: Unable to find method DisconnectedCallback in [UnityEngine.CoreModule.dll]UnityEngine.Networking.PlayerConnection.PlayerConnection
 E/Unity: Unable to find method MessageCallbackInternal in [UnityEngine.CoreModule.dll]UnityEngine.Networking.PlayerConnection.PlayerConnection
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.Object
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.Playables.INotificationReceiver
 E/Unity: Unable to find method OnNotify in [UnityEngine.CoreModule.dll]UnityEngine.Playables.INotificationReceiver
 E/Unity: Unable to find method OnBehaviourPause in [UnityEngine.CoreModule.dll]UnityEngine.Playables.IPlayableBehaviour
 E/Unity: Unable to find method OnBehaviourPlay in [UnityEngine.CoreModule.dll]UnityEngine.Playables.IPlayableBehaviour
 E/Unity: Unable to find method OnGraphStart in [UnityEngine.CoreModule.dll]UnityEngine.Playables.IPlayableBehaviour
 E/Unity: Unable to find method OnGraphStop in [UnityEngine.CoreModule.dll]UnityEngine.Playables.IPlayableBehaviour
 E/Unity: Unable to find method OnPlayableCreate in [UnityEngine.CoreModule.dll]UnityEngine.Playables.IPlayableBehaviour
 E/Unity: Unable to find method OnPlayableDestroy in [UnityEngine.CoreModule.dll]UnityEngine.Playables.IPlayableBehaviour
 E/Unity: Unable to find method PrepareFrame in [UnityEngine.CoreModule.dll]UnityEngine.Playables.IPlayableBehaviour
 E/Unity: Unable to find method ProcessFrame in [UnityEngine.CoreModule.dll]UnityEngine.Playables.IPlayableBehaviour
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.Playables.Playable
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.Playables.PlayableAsset
 E/Unity: Unable to find method Internal_CreatePlayable in [UnityEngine.CoreModule.dll]UnityEngine.Playables.PlayableAsset
 E/Unity: Unable to find method Internal_GetPlayableAssetDuration in [UnityEngine.CoreModule.dll]UnityEngine.Playables.PlayableAsset
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.Playables.PlayableBehaviour
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.Playables.PlayableOutput
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.Playables.ScriptPlayableOutput
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PlayerLoop.EarlyUpdate
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PlayerLoop.EarlyUpdate/AnalyticsCoreStatsUpdate
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PlayerLoop.EarlyUpdate/ARCoreUpdate
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PlayerLoop.EarlyUpdate/ClearIntermediateRenderers
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PlayerLoop.EarlyUpdate/ClearLines
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PlayerLoop.EarlyUpdate/DeliverIosPlatformEvents
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PlayerLoop.EarlyUpdate/DispatchEventQueueEvents
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PlayerLoop.EarlyUpdate/ExecuteMainThreadJobs
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PlayerLoop.EarlyUpdate/GpuTimestamp
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PlayerLoop.EarlyUpdate/PerformanceAnalyticsUpdate
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PlayerLoop.EarlyUpdate/PhysicsResetInterpolatedTransformPosition
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PlayerLoop.EarlyUpdate/PlayerCleanupCachedData
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PlayerLoop.EarlyUpdate/PollHtcsPlayerConnection
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PlayerLoop.EarlyUpdate/PollPlayerConnection
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PlayerLoop.EarlyUpdate/PresentBeforeUpdate
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PlayerLoop.EarlyUpdate/ProcessMouseInWindow
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PlayerLoop.EarlyUpdate/ProcessRemoteInput
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PlayerLoop.EarlyUpdate/ProfilerStartFrame
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PlayerLoop.EarlyUpdate/RendererNotifyInvisible
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PlayerLoop.EarlyUpdate/ResetFrameStatsAfterPresent
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PlayerLoop.EarlyUpdate/ScriptRunDelayedStartupFrame
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PlayerLoop.EarlyUpdate/SpriteAtlasManagerUpdate
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PlayerLoop.EarlyUpdate/TangoUpdate
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PlayerLoop.EarlyUpdate/UnityWebRequestUpdate
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PlayerLoop.EarlyUpdate/UpdateAsyncReadbackManager
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PlayerLoop.EarlyUpdate/UpdateCanvasRectTransform
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PlayerLoop.EarlyUpdate/UpdateInputManager
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PlayerLoop.EarlyUpdate/UpdateKinect
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PlayerLoop.EarlyUpdate/UpdateMainGameViewRect
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PlayerLoop.EarlyUpdate/UpdatePreloading
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PlayerLoop.EarlyUpdate/UpdateStreamingManager
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PlayerLoop.EarlyUpdate/UpdateTextureStreamingManager
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PlayerLoop.EarlyUpdate/XRUpdate
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PlayerLoop.FixedUpdate
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PlayerLoop.FixedUpdate/AudioFixedUpdate
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PlayerLoop.FixedUpdate/ClearLines
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PlayerLoop.FixedUpdate/DirectorFixedSampleTime
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PlayerLoop.FixedUpdate/DirectorFixedUpdate
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PlayerLoop.FixedUpdate/DirectorFixedUpdatePostPhysics
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PlayerLoop.FixedUpdate/LegacyFixedAnimationUpdate
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PlayerLoop.FixedUpdate/NewInputFixedUpdate
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PlayerLoop.FixedUpdate/Physics2DFixedUpdate
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PlayerLoop.FixedUpdate/PhysicsClothFixedUpdate
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PlayerLoop.FixedUpdate/PhysicsFixedUpdate
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PlayerLoop.FixedUpdate/ScriptRunBehaviourFixedUpdate
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PlayerLoop.FixedUpdate/ScriptRunDelayedFixedFrameRate
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PlayerLoop.FixedUpdate/XRFixedUpdate
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PlayerLoop.Initialization
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PlayerLoop.Initialization/AsyncUploadTimeSlicedUpdate
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PlayerLoop.Initialization/DirectorSampleTime
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PlayerLoop.Initialization/SynchronizeInputs
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PlayerLoop.Initialization/SynchronizeState
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PlayerLoop.Initialization/UpdateCameraMotionVectors
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PlayerLoop.Initialization/XREarlyUpdate
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PlayerLoop.PostLateUpdate
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PlayerLoop.PostLateUpdate/BatchModeUpdate
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PlayerLoop.PostLateUpdate/ClearImmediateRenderers
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PlayerLoop.PostLateUpdate/DirectorLateUpdate
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PlayerLoop.PostLateUpdate/DirectorRenderImage
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PlayerLoop.PostLateUpdate/EndGraphicsJobsAfterScriptLateUpdate
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PlayerLoop.PostLateUpdate/EnlightenRuntimeUpdate
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PlayerLoop.PostLateUpdate/ExecuteGameCenterCallbacks
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PlayerLoop.PostLateUpdate/FinishFrameRendering
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PlayerLoop.PostLateUpdate/GUIClearEvents
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PlayerLoop.PostLateUpdate/InputEndFrame
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PlayerLoop.PostLateUpdate/MemoryFrameMaintenance
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PlayerLoop.PostLateUpdate/ParticleSystemEndUpdateAll
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PlayerLoop.PostLateUpdate/PhysicsSkinnedClothBeginUpdate
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PlayerLoop.PostLateUpdate/PhysicsSkinnedClothFinishUpdate
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PlayerLoop.PostLateUpdate/PlayerEmitCanvasGeometry
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PlayerLoop.PostLateUpdate/PlayerSendFrameComplete
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PlayerLoop.PostLateUpdate/PlayerSendFramePostPresent
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PlayerLoop.PostLateUpdate/PlayerSendFrameStarted
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PlayerLoop.PostLateUpdate/PlayerUpdateCanvases
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PlayerLoop.PostLateUpdate/PresentAfterDraw
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PlayerLoop.PostLateUpdate/ProcessWebSendMessages
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PlayerLoop.PostLateUpdate/ProfilerEndFrame
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PlayerLoop.PostLateUpdate/ProfilerSynchronizeStats
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PlayerLoop.PostLateUpdate/ResetInputAxis
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PlayerLoop.PostLateUpdate/ScriptRunDelayedDynamicFrameRate
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PlayerLoop.PostLateUpdate/ShaderHandleErrors
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PlayerLoop.PostLateUpdate/SortingGroupsUpdate
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PlayerLoop.PostLateUpdate/ThreadedLoadingDebug
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PlayerLoop.PostLateUpdate/TriggerEndOfFrameCallbacks
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PlayerLoop.PostLateUpdate/UpdateAllRenderers
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PlayerLoop.PostLateUpdate/UpdateAllSkinnedMeshes
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PlayerLoop.PostLateUpdate/UpdateAudio
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PlayerLoop.PostLateUpdate/UpdateCanvasRectTransform
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PlayerLoop.PostLateUpdate/UpdateCaptureScreenshot
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PlayerLoop.PostLateUpdate/UpdateCustomRenderTextures
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PlayerLoop.PostLateUpdate/UpdateLightProbeProxyVolumes
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PlayerLoop.PostLateUpdate/UpdateRectTransform
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PlayerLoop.PostLateUpdate/UpdateResolution
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PlayerLoop.PostLateUpdate/UpdateSubstance
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PlayerLoop.PostLateUpdate/UpdateVideo
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PlayerLoop.PostLateUpdate/UpdateVideoTextures
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PlayerLoop.PostLateUpdate/VFXUpdate
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PlayerLoop.PostLateUpdate/XRPostLateUpdate
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PlayerLoop.PostLateUpdate/XRPostPresent
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PlayerLoop.PostLateUpdate/XRPreEndFrame
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PlayerLoop.PreLateUpdate
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PlayerLoop.PreLateUpdate/AIUpdatePostScript
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PlayerLoop.PreLateUpdate/ConstraintManagerUpdate
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PlayerLoop.PreLateUpdate/DirectorDeferredEvaluate
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PlayerLoop.PreLateUpdate/DirectorUpdateAnimationBegin
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PlayerLoop.PreLateUpdate/DirectorUpdateAnimationEnd
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PlayerLoop.PreLateUpdate/EndGraphicsJobsAfterScriptUpdate
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PlayerLoop.PreLateUpdate/LegacyAnimationUpdate
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PlayerLoop.PreLateUpdate/ParticleSystemBeginUpdateAll
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PlayerLoop.PreLateUpdate/Physics2DLateUpdate
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PlayerLoop.PreLateUpdate/ScriptRunBehaviourLateUpdate
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PlayerLoop.PreLateUpdate/UIElementsUpdatePanels
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PlayerLoop.PreLateUpdate/UNetUpdate
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PlayerLoop.PreLateUpdate/UpdateMasterServerInterface
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PlayerLoop.PreLateUpdate/UpdateNetworkManager
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PlayerLoop.PreUpdate
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PlayerLoop.PreUpdate/AIUpdate
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PlayerLoop.PreUpdate/CheckTexFieldInput
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PlayerLoop.PreUpdate/IMGUISendQueuedEvents
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PlayerLoop.PreUpdate/NewInputUpdate
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PlayerLoop.PreUpdate/Physics2DUpdate
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PlayerLoop.PreUpdate/PhysicsUpdate
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PlayerLoop.PreUpdate/SendMouseEvents
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PlayerLoop.PreUpdate/UpdateVideo
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PlayerLoop.PreUpdate/WindUpdate
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PlayerLoop.TimeUpdate
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PlayerLoop.TimeUpdate/WaitForLastPresentationAndUpdateTime
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PlayerLoop.Update
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PlayerLoop.Update/DirectorUpdate
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PlayerLoop.Update/ScriptRunBehaviourUpdate
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PlayerLoop.Update/ScriptRunDelayedDynamicFrameRate
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PlayerLoop.Update/ScriptRunDelayedTasks
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.PreferBinarySerialization
 E/Unity: Unable to find method PreloadDataDontStripMe in [UnityEngine.CoreModule.dll]UnityEngine.PreloadData
 E/Unity: Unable to find method PrepareMetadata in [UnityEngine.CoreModule.dll]UnityEngine.Profiling.Memory.Experimental.MemoryProfiler
 E/Unity: Unable to find method FinalizeSnapshot in [UnityEngine.CoreModule.dll]UnityEngine.Profiling.Memory.Experimental.MemoryProfiler
 E/Unity: Unable to find method SaveScreenshotToDisk in [UnityEngine.CoreModule.dll]UnityEngine.Profiling.Memory.Experimental.MemoryProfiler
 E/Unity: Unable to find method SendReapplyDrivenProperties in [UnityEngine.CoreModule.dll]UnityEngine.RectTransform
 E/Unity: Unable to find method CallReflectionProbeEvent in [UnityEngine.CoreModule.dll]UnityEngine.ReflectionProbe
 E/Unity: Unable to find method CallSetDefaultReflection in [UnityEngine.CoreModule.dll]UnityEngine.ReflectionProbe
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.Rendering.BatchRendererGroup
 E/Unity: Unable to find method InvokeOnPerformCulling in [UnityEngine.CoreModule.dll]UnityEngine.Rendering.BatchRendererGroup
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.Rendering.OnDemandRendering
 E/Unity: Unable to find method GetRenderFrameInterval in [UnityEngine.CoreModule.dll]UnityEngine.Rendering.OnDemandRendering
 E/Unity: Unable to find method CleanupRenderPipeline in [UnityEngine.CoreModule.dll]UnityEngine.Rendering.RenderPipelineManager
 E/Unity: Unable to find method DoRenderLoop_Internal in [UnityEngine.CoreModule.dll]UnityEngine.Rendering.RenderPipelineManager
 E/Unity: Unable to find method FallbackLightmapperByRef in [UnityEngine.CoreModule.dll]UnityEngine.Rendering.SupportedRenderingFeatures
 E/Unity: Unable to find method FallbackMixedLightingModeByRef in [UnityEngine.CoreModule.dll]UnityEngine.Rendering.SupportedRenderingFeatures
 E/Unity: Unable to find method IsAutoAmbientProbeBakingSupported in [UnityEngine.CoreModule.dll]UnityEngine.Rendering.SupportedRenderingFeatures
 E/Unity: Unable to find method IsAutoDefaultReflectionProbeBakingSupported in [UnityEngine.CoreModule.dll]UnityEngine.Rendering.SupportedRenderingFeatures
 E/Unity: Unable to find method IsLightmapBakeTypeSupportedByRef in [UnityEngine.CoreModule.dll]UnityEngine.Rendering.SupportedRenderingFeatures
 E/Unity: Unable to find method IsLightmapperSupportedByRef in [UnityEngine.CoreModule.dll]UnityEngine.Rendering.SupportedRenderingFeatures
 E/Unity: Unable to find method IsLightmapsModeSupportedByRef in [UnityEngine.CoreModule.dll]UnityEngine.Rendering.SupportedRenderingFeatures
 E/Unity: Unable to find method IsMixedLightingModeSupportedByRef in [UnityEngine.CoreModule.dll]UnityEngine.Rendering.SupportedRenderingFeatures
 E/Unity: Unable to find method IsUIOverlayRenderedBySRP in [UnityEngine.CoreModule.dll]UnityEngine.Rendering.SupportedRenderingFeatures
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.RequireComponent
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.Resolution
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.ResourceRequest
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.RuntimeInitializeOnLoadMethodAttribute
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.SceneManagement.SceneManager
 E/Unity: Unable to find method Internal_ActiveSceneChanged in [UnityEngine.CoreModule.dll]UnityEngine.SceneManagement.SceneManager
 E/Unity: Unable to find method Internal_SceneLoaded in [UnityEngine.CoreModule.dll]UnityEngine.SceneManagement.SceneManager
 E/Unity: Unable to find method Internal_SceneUnloaded in [UnityEngine.CoreModule.dll]UnityEngine.SceneManagement.SceneManager
 E/Unity: Unable to find method LoadFirstScene_Internal in [UnityEngine.CoreModule.dll]UnityEngine.SceneManagement.SceneManager
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.ScriptableObject
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.Scripting.PreserveAttribute
 E/Unity: Unable to find method IsManagedCodeWorking in [UnityEngine.CoreModule.dll]UnityEngine.ScriptingUtility
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.Serialization.FormerlySerializedAsAttribute
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.SerializeField
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.SerializeReference
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.SetupCoroutine
 E/Unity: Unable to find method InvokeMember in [UnityEngine.CoreModule.dll]UnityEngine.SetupCoroutine
 E/Unity: Unable to find method InvokeMoveNext in [UnityEngine.CoreModule.dll]UnityEngine.SetupCoroutine
 E/Unity: Unable to find method ExtractStackTrace in [UnityEngine.CoreModule.dll]UnityEngine.StackTraceUtility
 E/Unity: Unable to find method ExtractStringFromExceptionInternal in [UnityEngine.CoreModule.dll]UnityEngine.StackTraceUtility
 E/Unity: Unable to find method SetProjectFolder in [UnityEngine.CoreModule.dll]UnityEngine.StackTraceUtility
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.Transform
 E/Unity: Unable to find method RequestAtlas in [UnityEngine.CoreModule.dll]UnityEngine.U2D.SpriteAtlasManager
 E/Unity: Unable to find method PostRegisteredAtlas in [UnityEngine.CoreModule.dll]UnityEngine.U2D.SpriteAtlasManager
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.U2D.SpriteBone
 E/Unity: Unable to find method RegisterUECatcher in [UnityEngine.CoreModule.dll]UnityEngine.UnhandledExceptionHandler
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.UnityException
 E/Unity: Unable to find method ExecutePendingTasks in [UnityEngine.CoreModule.dll]UnityEngine.UnitySynchronizationContext
 E/Unity: Unable to find method ExecuteTasks in [UnityEngine.CoreModule.dll]UnityEngine.UnitySynchronizationContext
 E/Unity: Unable to find method InitializeSynchronizationContext in [UnityEngine.CoreModule.dll]UnityEngine.UnitySynchronizationContext
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.WaitForEndOfFrame
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.WaitForFixedUpdate
 E/Unity: Unable to find type [UnityEngine.CoreModule.dll]UnityEngine.WaitForSeconds



What is missing from the build?

Comment
Add comment
10 |3000 characters needed characters left characters exceeded
â–¼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

0 Replies

· Add your reply
  • Sort: 

Your answer

Hint: You can notify a user about this post by typing @username

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Welcome to Unity Answers

If you’re new to Unity Answers, please check our User Guide to help you navigate through our website and refer to our FAQ for more information.

Before posting, make sure to check out our Knowledge Base for commonly asked Unity questions.

Check our Moderator Guidelines if you’re a new moderator and want to work together in an effort to improve Unity Answers and support our users.

Follow this Question

Answers Answers and Comments

282 People are following this question.

avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image

Related Questions

Android Swipe In 3D World 1 Answer

Unity Android and XPeria Play 1 Answer

How to have raindrops randomly instantiate from the sky 2D 1 Answer

Android versions 1 Answer

How do i put my android game in my cel phone? 3 Answers


Enterprise
Social Q&A

Social
Subscribe on YouTube social-youtube Follow on LinkedIn social-linkedin Follow on Twitter social-twitter Follow on Facebook social-facebook Follow on Instagram social-instagram

Footer

  • Purchase
    • Products
    • Subscription
    • Asset Store
    • Unity Gear
    • Resellers
  • Education
    • Students
    • Educators
    • Certification
    • Learn
    • Center of Excellence
  • Download
    • Unity
    • Beta Program
  • Unity Labs
    • Labs
    • Publications
  • Resources
    • Learn platform
    • Community
    • Documentation
    • Unity QA
    • FAQ
    • Services Status
    • Connect
  • About Unity
    • About Us
    • Blog
    • Events
    • Careers
    • Contact
    • Press
    • Partners
    • Affiliates
    • Security
Copyright © 2020 Unity Technologies
  • Legal
  • Privacy Policy
  • Cookies
  • Do Not Sell My Personal Information
  • Cookies Settings
"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges