Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 12 Next capture
2021 2022 2023
1 capture
12 Jun 22 - 12 Jun 22
sparklines
Close Help
  • 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 okinm117 · Sep 25, 2015 at 12:46 PM · androidvrcommand-lineperforcecontinuous-integration

Oculus Plugin causes crash in Jenkins when building APK

So, I have a project that I'm trying to setup with continuous integration using Jenkins.

Specifically, its a game for the GearVR, and as you can image its been difficult managing the pluthera of dependencies at play (unity, jenkins, android, oculus plugin,...). I've been successful in building the game on jenkins for windows as wells as building a apk without the oculus plugin, but when I try to build for android with the oculus plugin I get the following stacktrace:

  BATCHMODE ARGUMENTS:
 C:\Program Files (x86)\Unity\Editor\Unity.exe
 -projectPath
 C:\Users\RADD3_USER\.jenkins\jobs\Builder\workspace\CITesting
 -quit
 -batchmode
 -executeMethod
 MyBuilderScript.PerformAndroidBuild
 Successfully changed project path to: C:\Users\RADD3_USER\.jenkins\jobs\Builder\workspace\CITesting
 C:/Users/RADD3_USER/.jenkins/jobs/Builder/workspace/CITesting
 Loading GUID <-> Path mappings ... 0.003221 seconds.
 Loading Asset Database ...  0.010370 seconds
 AssetDatabase consistency checks ...  0.060573 seconds
 Initialize engine version: 4.6.3f1 (4753d8b6ef2b)
 GfxDevice: creating device client; threaded=0
 Direct3D:
     Version:  Direct3D 11.0 [level 11.0]
     Renderer: Intel(R) HD Graphics 4600 (ID=0x416)
     Vendor:   Intel
     VRAM:     896 MB
 Begin MonoManager ReloadAssembly
 Platform assembly: C:\Program Files (x86)\Unity\Editor\Data\Managed\UnityEngine.dll (this message is harmless)
 Platform assembly: C:\Program Files (x86)\Unity\Editor\Data\Managed\UnityEditor.dll (this message is harmless)
 Platform assembly: C:\Program Files (x86)\Unity\Editor\Data\Managed\Unity.Locator.dll (this message is harmless)
 Platform assembly: C:\Program Files (x86)\Unity\Editor\Data\Mono\lib\mono\2.0\I18N.dll (this message is harmless)
 Platform assembly: C:\Program Files (x86)\Unity\Editor\Data\Mono\lib\mono\2.0\I18N.West.dll (this message is harmless)
 Platform assembly: C:\Program Files (x86)\Unity\Editor\Data\Managed\Unity.DataContract.dll (this message is harmless)
 Platform assembly: C:\Program Files (x86)\Unity\Editor\Data\Mono\lib\mono\2.0\System.Core.dll (this message is harmless)
 Platform assembly: C:\Program Files (x86)\Unity\Editor\Data\Managed\Unity.IvyParser.dll (this message is harmless)
 Platform assembly: C:\Program Files (x86)\Unity\Editor\Data\Mono\lib\mono\2.0\System.dll (this message is harmless)
 Platform assembly: C:\Program Files (x86)\Unity\Editor\Data\Mono\lib\mono\2.0\System.Xml.dll (this message is harmless)
 Platform assembly: C:\Program Files (x86)\Unity\Editor\Data\Mono\lib\mono\2.0\System.Configuration.dll (this message is harmless)
 Platform assembly: C:\Program Files (x86)\Unity\Editor\Data\PackageManager\Unity\PackageManager\4.6.3\Unity.PackageManager.dll (this message is harmless)
 Initializing Unity.PackageManager (PackageManager) v4.6.3 for Unity v4.6.3
 
 Setting Android v4.6.3 for Unity v4.6.3f1 to C:\Program Files (x86)\Unity\Editor\Data\PlaybackEngines\androidplayer
 
 Setting BB10 v4.6.3 for Unity v4.6.3f1 to C:\Program Files (x86)\Unity\Editor\Data\PlaybackEngines\blackberryplayer
 
 Setting iPhone v4.6.3 for Unity v4.6.3f1 to C:\Program Files (x86)\Unity\Editor\Data\PlaybackEngines\iossupport
 
 Setting MetroPlayer v4.6.3 for Unity v4.6.3f1 to C:\Program Files (x86)\Unity\Editor\Data\PlaybackEngines\metrosupport
 
 Setting WP8Player v4.6.3 for Unity v4.6.3f1 to C:\Program Files (x86)\Unity\Editor\Data\PlaybackEngines\wp8support
 
 Setting GUISystem v4.6.3 for Unity v4.6.3f1 to C:\Program Files (x86)\Unity\Editor\Data\UnityExtensions\Unity\GUISystem\4.6.3
 
 Registering custom dll's ...
 Non platform assembly: data-11E64820 (this message is harmless)
 Non platform assembly: data-11E64820 (this message is harmless)
 Non platform assembly: data-11E64820 (this message is harmless)
 Non platform assembly: data-11E64820 (this message is harmless)
 Register platform support module: C:\Program Files (x86)\Unity\Editor\Data\PlaybackEngines\androidplayer/UnityEditor.Android.Extensions.dll
 Register platform support module: C:\Program Files (x86)\Unity\Editor\Data\PlaybackEngines\iossupport/UnityEditor.iOS.Extensions.dll
 Register platform support module: C:\Program Files (x86)\Unity\Editor\Data\PlaybackEngines\wp8support/UnityEditor.WP8.Extensions.dll
 Register platform support module: C:\Program Files (x86)\Unity\Editor\Data\PlaybackEngines\metrosupport/UnityEditor.Metro.Extensions.dll
 Register platform support module: C:\Program Files (x86)\Unity\Editor\Data\PlaybackEngines\blackberryplayer/UnityEditor.BB10.Extensions.dll
 Registered in 0.037723 seconds.
 Non platform assembly: C:\Users\RADD3_USER\.jenkins\jobs\Builder\workspace\CITesting\Library\ScriptAssemblies\Assembly-CSharp.dll (this message is harmless)
 Loading C:\Users\RADD3_USER\.jenkins\jobs\Builder\workspace\CITesting\Library\ScriptAssemblies\Assembly-CSharp.dll into Unity Child Domain
 Non platform assembly: C:\Users\RADD3_USER\.jenkins\jobs\Builder\workspace\CITesting\Library\ScriptAssemblies\Assembly-CSharp-Editor.dll (this message is harmless)
 Loading C:\Users\RADD3_USER\.jenkins\jobs\Builder\workspace\CITesting\Library\ScriptAssemblies\Assembly-CSharp-Editor.dll into Unity Child Domain
 Platform assembly: C:\Program Files (x86)\Unity\Editor\Data\PackageManager\Unity\PackageManager\4.6.3\Unity.PackageManager.dll (this message is harmless)
 Loading C:\Program Files (x86)\Unity\Editor\Data\PackageManager\Unity\PackageManager\4.6.3\Unity.PackageManager.dll into Unity Child Domain
 Non platform assembly: C:\Program Files (x86)\Unity\Editor\Data\UnityExtensions\Unity\GUISystem\4.6.3\UnityEngine.UI.dll (this message is harmless)
 Loading C:\Program Files (x86)\Unity\Editor\Data\UnityExtensions\Unity\GUISystem\4.6.3\UnityEngine.UI.dll into Unity Child Domain
 Non platform assembly: C:\Program Files (x86)\Unity\Editor\Data\UnityExtensions\Unity\GUISystem\4.6.3\Editor\UnityEditor.UI.dll (this message is harmless)
 Loading C:\Program Files (x86)\Unity\Editor\Data\UnityExtensions\Unity\GUISystem\4.6.3\Editor\UnityEditor.UI.dll into Unity Child Domain
 Platform assembly: C:\Program Files (x86)\Unity\Editor\Data\Managed\UnityEditor.Graphs.dll (this message is harmless)
 Loading C:\Program Files (x86)\Unity\Editor\Data\Managed\UnityEditor.Graphs.dll into Unity Child Domain
 Platform assembly: C:\Program Files (x86)\Unity\Editor\Data\PlaybackEngines\androidplayer\UnityEditor.Android.Extensions.dll (this message is harmless)
 Loading C:\Program Files (x86)\Unity\Editor\Data\PlaybackEngines\androidplayer\UnityEditor.Android.Extensions.dll into Unity Child Domain
 Platform assembly: C:\Program Files (x86)\Unity\Editor\Data\PlaybackEngines\iossupport\UnityEditor.iOS.Extensions.dll (this message is harmless)
 Loading C:\Program Files (x86)\Unity\Editor\Data\PlaybackEngines\iossupport\UnityEditor.iOS.Extensions.dll into Unity Child Domain
 Platform assembly: C:\Program Files (x86)\Unity\Editor\Data\PlaybackEngines\wp8support\UnityEditor.WP8.Extensions.dll (this message is harmless)
 Loading C:\Program Files (x86)\Unity\Editor\Data\PlaybackEngines\wp8support\UnityEditor.WP8.Extensions.dll into Unity Child Domain
 Platform assembly: C:\Program Files (x86)\Unity\Editor\Data\PlaybackEngines\metrosupport\UnityEditor.Metro.Extensions.dll (this message is harmless)
 Loading C:\Program Files (x86)\Unity\Editor\Data\PlaybackEngines\metrosupport\UnityEditor.Metro.Extensions.dll into Unity Child Domain
 Platform assembly: C:\Program Files (x86)\Unity\Editor\Data\PlaybackEngines\blackberryplayer\UnityEditor.BB10.Extensions.dll (this message is harmless)
 Loading C:\Program Files (x86)\Unity\Editor\Data\PlaybackEngines\blackberryplayer\UnityEditor.BB10.Extensions.dll into Unity Child Domain
 Platform assembly: C:\Program Files (x86)\Unity\Editor\Data\Managed\Mono.Cecil.dll (this message is harmless)
 Platform assembly: C:\Program Files (x86)\Unity\Editor\Data\Mono\lib\mono\2.0\UnityScript.dll (this message is harmless)
 Platform assembly: C:\Program Files (x86)\Unity\Editor\Data\Managed\ICSharpCode.NRefactory.dll (this message is harmless)
 Platform assembly: C:\Program Files (x86)\Unity\Editor\Data\Mono\lib\mono\2.0\System.Xml.Linq.dll (this message is harmless)
 Mono: successfully reloaded assembly
 - Completed reload, in  1.825 seconds
 System memory in use before: 8.4 MB.
 Unloading 66 Unused Serialized files (Serialized files now loaded: 0 / Dirty serialized files: 0)
 System memory in use after: 4.7 MB.
 
 Unloading 0 unused Assets to reduce memory usage. Loaded Objects now: 385.
 Total: 28.313879 ms (FindLiveObjects: 0.109347 ms CreateObjectMapping: 0.018948 ms MarkObjects: 1.892460 ms  DeleteObjects: 0.011842 ms)
 
 Validating Project structure ... 0.009091 seconds.
 Refresh: detecting if any assets need to be imported or removed ... Refresh: elapses 0.063754 seconds
 Updating ProjectSettings/ProjectSettings.asset - GUID: 00000000000000004000000000000000...
  done. [Time: 79.914019 ms] 
 
 ----- Total AssetImport time: 0.247501s, AssetImport time: 0.191480s, Asset hashing: 0.000000s [0 B, 0.000000 mb/s]
 
 System memory in use before: 5.1 MB.
 Unloading 1 Unused Serialized files (Serialized files now loaded: 0 / Dirty serialized files: 0)
 System memory in use after: 4.8 MB.
 
 Unloading 0 unused Assets to reduce memory usage. Loaded Objects now: 385.
 Total: 6.373336 ms (FindLiveObjects: 0.079345 ms CreateObjectMapping: 0.018948 ms MarkObjects: 1.831668 ms  DeleteObjects: 0.011842 ms)
 
 Native extension for build target not found
 Crash!!!
 SymInit: Symbol-SearchPath: 'C:/Program Files (x86)/Unity/Editor/Data/MonoEmbedRuntime;.;C:\Users\RADD3_USER\.jenkins\jobs\Builder\workspace\CITesting;C:\Program Files (x86)\Unity\Editor;C:\windows;C:\windows\system32;SRV*C:\websymbols*http://msdl.microsoft.com/download/symbols;', symOptions: 530, UserName: 'RADD3_USER'
 OS-Version: 6.2.9200 () 0x300-0x1
 C:\Program Files (x86)\Unity\Editor\Unity.exe:Unity.exe (00400000), size: 31535104 (result: 0), SymType: 'PDB', PDB: 'C:\Program Files (x86)\Unity\Editor\Unity.exe', fileVersion: 4.6.3.21464
 C:\windows\SYSTEM32\ntdll.dll:ntdll.dll (77CA0000), size: 1499136 (result: 0), SymType: '-exported-', PDB: 'C:\windows\SYSTEM32\ntdll.dll', fileVersion: 6.3.9600.17936
 C:\windows\SYSTEM32\KERNEL32.DLL:KERNEL32.DLL (76E50000), size: 1310720 (result: 0), SymType: '-exported-', PDB: 'C:\windows\SYSTEM32\KERNEL32.DLL', fileVersion: 6.3.9600.17415
 C:\windows\SYSTEM32\KERNELBASE.dll:KERNELBASE.dll (77220000), size: 880640 (result: 0), SymType: '-exported-', PDB: 'C:\windows\SYSTEM32\KERNELBASE.dll', fileVersion: 6.3.9600.17415
 C:\Program Files (x86)\Unity\Editor\beast32.dll:beast32.dll (10000000), size: 1839104 (result: 0), SymType: '-exported-', PDB: 'C:\Program Files (x86)\Unity\Editor\beast32.dll', fileVersion: 1.0.48276.0
 C:\Program Files (x86)\Unity\Editor\FreeImage.dll:FreeImage.dll (025D0000), size: 2260992 (result: 0), SymType: '-exported-', PDB: 'C:\Program Files (x86)\Unity\Editor\FreeImage.dll', fileVersion: 3.11.0.0
 C:\Program Files (x86)\Unity\Editor\libmp3lame.DLL:libmp3lame.DLL (6BA90000), size: 589824 (result: 0), SymType: '-exported-', PDB: 'C:\Program Files (x86)\Unity\Editor\libmp3lame.DLL', fileVersion: 3.98.2.4
 C:\windows\SYSTEM32\ole32.dll:ole32.dll (75630000), size: 1216512 (result: 0), SymType: '-exported-', PDB: 'C:\windows\SYSTEM32\ole32.dll', fileVersion: 6.3.9600.17905
 C:\windows\SYSTEM32\WS2_32.dll:WS2_32.dll (75760000), size: 327680 (result: 0), SymType: '-exported-', PDB: 'C:\windows\SYSTEM32\WS2_32.dll', fileVersion: 6.3.9600.17415
 C:\windows\SYSTEM32\HID.DLL:HID.DLL (749F0000), size: 40960 (result: 0), SymType: '-exported-', PDB: 'C:\windows\SYSTEM32\HID.DLL', fileVersion: 6.3.9600.17415
 C:\Program Files (x86)\Unity\Editor\umbraoptimizer32.dll:umbraoptimizer32.dll (6B9D0000), size: 761856 (result: 0), SymType: '-exported-', PDB: 'C:\Program Files (x86)\Unity\Editor\umbraoptimizer32.dll'
 C:\windows\SYSTEM32\COMDLG32.dll:COMDLG32.dll (77A60000), size: 634880 (result: 0), SymType: '-exported-', PDB: 'C:\windows\SYSTEM32\COMDLG32.dll', fileVersion: 6.3.9600.17415
 C:\windows\SYSTEM32\USER32.dll:USER32.dll (77900000), size: 1388544 (result: 0), SymType: '-exported-', PDB: 'C:\windows\SYSTEM32\USER32.dll', fileVersion: 6.3.9600.17415
 C:\windows\SYSTEM32\GDI32.dll:GDI32.dll (77100000), size: 1110016 (result: 0), SymType: '-exported-', PDB: 'C:\windows\SYSTEM32\GDI32.dll', fileVersion: 6.3.9600.17925
 C:\windows\SYSTEM32\ADVAPI32.dll:ADVAPI32.dll (77390000), size: 507904 (result: 0), SymType: '-exported-', PDB: 'C:\windows\SYSTEM32\ADVAPI32.dll', fileVersion: 6.3.9600.17415
 C:\windows\SYSTEM32\CRYPT32.dll:CRYPT32.dll (77770000), size: 1605632 (result: 0), SymType: '-exported-', PDB: 'C:\windows\SYSTEM32\CRYPT32.dll', fileVersion: 6.3.9600.17475
 C:\windows\SYSTEM32\SHELL32.dll:SHELL32.dll (757E0000), size: 19582976 (result: 0), SymType: '-exported-', PDB: 'C:\windows\SYSTEM32\SHELL32.dll', fileVersion: 6.3.9600.17824
 C:\windows\SYSTEM32\SHLWAPI.dll:SHLWAPI.dll (770B0000), size: 282624 (result: 0), SymType: '-exported-', PDB: 'C:\windows\SYSTEM32\SHLWAPI.dll', fileVersion: 6.3.9600.17415
 C:\windows\SYSTEM32\VERSION.dll:VERSION.dll (74AE0000), size: 32768 (result: 0), SymType: '-exported-', PDB: 'C:\windows\SYSTEM32\VERSION.dll', fileVersion: 6.3.9600.17415
 C:\windows\SYSTEM32\OPENGL32.dll:OPENGL32.dll (6B8F0000), size: 909312 (result: 0), SymType: '-exported-', PDB: 'C:\windows\SYSTEM32\OPENGL32.dll', fileVersion: 6.3.9600.17415
 C:\windows\SYSTEM32\WINMM.dll:WINMM.dll (746A0000), size: 143360 (result: 0), SymType: '-exported-', PDB: 'C:\windows\SYSTEM32\WINMM.dll', fileVersion: 6.3.9600.17415
 C:\Program Files (x86)\Unity\Editor\LIBPQ.dll:LIBPQ.dll (00340000), size: 184320 (result: 0), SymType: '-exported-', PDB: 'C:\Program Files (x86)\Unity\Editor\LIBPQ.dll', fileVersion: 8.3.1.8075
 C:\windows\SYSTEM32\OLEAUT32.dll:OLEAUT32.dll (75500000), size: 610304 (result: 0), SymType: '-exported-', PDB: 'C:\windows\SYSTEM32\OLEAUT32.dll', fileVersion: 6.3.9600.17560
 C:\windows\SYSTEM32\PSAPI.DLL:PSAPI.DLL (76AF0000), size: 24576 (result: 0), SymType: '-exported-', PDB: 'C:\windows\SYSTEM32\PSAPI.DLL', fileVersion: 6.3.9600.17415
 C:\windows\SYSTEM32\MSACM32.dll:MSACM32.dll (6C880000), size: 94208 (result: 0), SymType: '-exported-', PDB: 'C:\windows\SYSTEM32\MSACM32.dll', fileVersion: 6.3.9600.17415
 C:\windows\SYSTEM32\IMM32.dll:IMM32.dll (757B0000), size: 159744 (result: 0), SymType: '-exported-', PDB: 'C:\windows\SYSTEM32\IMM32.dll', fileVersion: 6.3.9600.17415
 C:\windows\SYSTEM32\IPHLPAPI.DLL:IPHLPAPI.DLL (75320000), size: 131072 (result: 0), SymType: '-exported-', PDB: 'C:\windows\SYSTEM32\IPHLPAPI.DLL', fileVersion: 6.3.9600.17415
 C:\Program Files (x86)\Unity\Editor\WebKit.dll:WebKit.dll (69150000), size: 22495232 (result: 0), SymType: '-exported-', PDB: 'C:\Program Files (x86)\Unity\Editor\WebKit.dll', fileVersion: 5.33.0.0
 C:\Program Files (x86)\Unity\Editor\JavaScriptCore.dll:JavaScriptCore.dll (6A9D0000), size: 15826944 (result: 0), SymType: '-exported-', PDB: 'C:\Program Files (x86)\Unity\Editor\JavaScriptCore.dll', fileVersion: 5.33.0.0
 C:\windows\SYSTEM32\DNSAPI.dll:DNSAPI.dll (74DC0000), size: 516096 (result: 0), SymType: '-exported-', PDB: 'C:\windows\SYSTEM32\DNSAPI.dll', fileVersion: 6.3.9600.17481
 C:\windows\SYSTEM32\WINHTTP.dll:WINHTTP.dll (75280000), size: 651264 (result: 0), SymType: '-exported-', PDB: 'C:\windows\SYSTEM32\WINHTTP.dll', fileVersion: 6.3.9600.17415
 C:\windows\SYSTEM32\RPCRT4.dll:RPCRT4.dll (77420000), size: 761856 (result: 0), SymType: '-exported-', PDB: 'C:\windows\SYSTEM32\RPCRT4.dll', fileVersion: 6.3.9600.17919
 C:\windows\SYSTEM32\combase.dll:combase.dll (76B00000), size: 1560576 (result: 0), SymType: '-exported-', PDB: 'C:\windows\SYSTEM32\combase.dll', fileVersion: 6.3.9600.17415
 C:\windows\SYSTEM32\msvcrt.dll:msvcrt.dll (77B00000), size: 798720 (result: 0), SymType: '-exported-', PDB: 'C:\windows\SYSTEM32\msvcrt.dll', fileVersion: 7.0.9600.17415
 C:\windows\SYSTEM32\sechost.dll:sechost.dll (774E0000), size: 266240 (result: 0), SymType: '-exported-', PDB: 'C:\windows\SYSTEM32\sechost.dll', fileVersion: 6.3.9600.17734
 C:\windows\SYSTEM32\NSI.dll:NSI.dll (77210000), size: 28672 (result: 0), SymType: '-exported-', PDB: 'C:\windows\SYSTEM32\NSI.dll', fileVersion: 6.3.9600.17415
 C:\windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.9600.17810_none_a9edf09f013934e0\COMCTL32.dll:COMCTL32.dll (73720000), size: 2121728 (result: 0), SymType: '-exported-', PDB: 'C:\windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.9600.17810_none_a9edf09f013934e0\COMCTL32.dll', fileVersion: 6.10.9600.17810
 C:\windows\SYSTEM32\MSASN1.dll:MSASN1.dll (77760000), size: 57344 (result: 0), SymType: '-exported-', PDB: 'C:\windows\SYSTEM32\MSASN1.dll', fileVersion: 6.3.9600.17415
 C:\windows\SYSTEM32\GLU32.dll:GLU32.dll (6A9A0000), size: 151552 (result: 0), SymType: '-exported-', PDB: 'C:\windows\SYSTEM32\GLU32.dll', fileVersion: 6.3.9600.17415
 C:\windows\SYSTEM32\DDRAW.dll:DDRAW.dll (69060000), size: 966656 (result: 0), SymType: '-exported-', PDB: 'C:\windows\SYSTEM32\DDRAW.dll', fileVersion: 6.3.9600.17415
 C:\windows\SYSTEM32\WINMMBASE.dll:WINMMBASE.dll (74670000), size: 143360 (result: 0), SymType: '-exported-', PDB: 'C:\windows\SYSTEM32\WINMMBASE.dll', fileVersion: 6.3.9600.17415
 C:\Program Files (x86)\Unity\Editor\SSLEAY32.dll:SSLEAY32.dll (003B0000), size: 196608 (result: 0), SymType: '-exported-', PDB: 'C:\Program Files (x86)\Unity\Editor\SSLEAY32.dll', fileVersion: 0.9.8.5
 C:\Program Files (x86)\Unity\Editor\LIBEAY32.dll:LIBEAY32.dll (02220000), size: 1052672 (result: 0), SymType: '-exported-', PDB: 'C:\Program Files (x86)\Unity\Editor\LIBEAY32.dll', fileVersion: 0.9.8.5
 C:\Program Files (x86)\Unity\Editor\libintl3.dll:libintl3.dll (60E40000), size: 118784 (result: 0), SymType: '-exported-', PDB: 'C:\Program Files (x86)\Unity\Editor\libintl3.dll', fileVersion: 0.14.4.1952
 C:\Program Files (x86)\Unity\Editor\krb5_32.dll:krb5_32.dll (1C000000), size: 602112 (result: 0), SymType: '-exported-', PDB: 'C:\Program Files (x86)\Unity\Editor\krb5_32.dll', fileVersion: 1.6.2.13
 C:\Program Files (x86)\Unity\Editor\comerr32.dll:comerr32.dll (003E0000), size: 28672 (result: 0), SymType: '-exported-', PDB: 'C:\Program Files (x86)\Unity\Editor\comerr32.dll', fileVersion: 1.6.2.13
 C:\Program Files (x86)\Unity\Editor\gssapi32.dll:gssapi32.dll (02330000), size: 139264 (result: 0), SymType: '-exported-', PDB: 'C:\Program Files (x86)\Unity\Editor\gssapi32.dll', fileVersion: 1.6.2.13
 C:\windows\SYSTEM32\WSOCK32.dll:WSOCK32.dll (74DB0000), size: 32768 (result: 0), SymType: '-exported-', PDB: 'C:\windows\SYSTEM32\WSOCK32.dll', fileVersion: 6.3.9600.17415
 C:\windows\SYSTEM32\Secur32.dll:Secur32.dll (749E0000), size: 40960 (result: 0), SymType: '-exported-', PDB: 'C:\windows\SYSTEM32\Secur32.dll', fileVersion: 6.3.9600.17415
 C:\windows\SYSTEM32\WLDAP32.dll:WLDAP32.dll (776E0000), size: 344064 (result: 0), SymType: '-exported-', PDB: 'C:\windows\SYSTEM32\WLDAP32.dll', fileVersion: 6.3.9600.17415
 C:\windows\WinSxS\x86_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.8428_none_d08a11e2442dc25d\MSVCR80.dll:MSVCR80.dll (68FC0000), size: 634880 (result: 0), SymType: '-exported-', PDB: 'C:\windows\WinSxS\x86_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.8428_none_d08a11e2442dc25d\MSVCR80.dll', fileVersion: 8.0.50727.8428
 C:\windows\SYSTEM32\MSCTF.dll:MSCTF.dll (76F90000), size: 1122304 (result: 0), SymType: '-exported-', PDB: 'C:\windows\SYSTEM32\MSCTF.dll', fileVersion: 6.3.9600.17706
 C:\windows\SYSTEM32\WINNSI.DLL:WINNSI.DLL (75220000), size: 32768 (result: 0), SymType: '-exported-', PDB: 'C:\windows\SYSTEM32\WINNSI.DLL', fileVersion: 6.3.9600.17415
 C:\Program Files (x86)\Unity\Editor\CFLite.dll:CFLite.dll (02800000), size: 15699968 (result: 0), SymType: '-exported-', PDB: 'C:\Program Files (x86)\Unity\Editor\CFLite.dll'
 C:\Program Files (x86)\Unity\Editor\libcurl.dll:libcurl.dll (02360000), size: 356352 (result: 0), SymType: '-exported-', PDB: 'C:\Program Files (x86)\Unity\Editor\libcurl.dll', fileVersion: 7.21.0.0
 C:\Program Files (x86)\Unity\Editor\cairo.dll:cairo.dll (023D0000), size: 950272 (result: 0), SymType: '-exported-', PDB: 'C:\Program Files (x86)\Unity\Editor\cairo.dll'
 C:\Program Files (x86)\Unity\Editor\libxml2.dll:libxml2.dll (03700000), size: 1003520 (result: 0), SymType: '-exported-', PDB: 'C:\Program Files (x86)\Unity\Editor\libxml2.dll'
 C:\Program Files (x86)\Unity\Editor\pthreadVC2.dll:pthreadVC2.dll (03800000), size: 86016 (result: 0), SymType: '-exported-', PDB: 'C:\Program Files (x86)\Unity\Editor\pthreadVC2.dll', fileVersion: 2.8.0.0
 C:\windows\SYSTEM32\SspiCli.dll:SspiCli.dll (754A0000), size: 122880 (result: 0), SymType: '-exported-', PDB: 'C:\windows\SYSTEM32\SspiCli.dll', fileVersion: 6.3.9600.17415
 C:\windows\SYSTEM32\DCIMAN32.dll:DCIMAN32.dll (6A990000), size: 28672 (result: 0), SymType: '-exported-', PDB: 'C:\windows\SYSTEM32\DCIMAN32.dll', fileVersion: 6.3.9600.17415
 C:\windows\SYSTEM32\cfgmgr32.dll:cfgmgr32.dll (754C0000), size: 245760 (result: 0), SymType: '-exported-', PDB: 'C:\windows\SYSTEM32\cfgmgr32.dll', fileVersion: 6.3.9600.17415
 C:\windows\SYSTEM32\DEVOBJ.dll:DEVOBJ.dll (753C0000), size: 135168 (result: 0), SymType: '-exported-', PDB: 'C:\windows\SYSTEM32\DEVOBJ.dll', fileVersion: 6.3.9600.17415
 C:\Program Files (x86)\Unity\Editor\MSVCR71.dll:MSVCR71.dll (7C340000), size: 352256 (result: 0), SymType: '-exported-', PDB: 'C:\Program Files (x86)\Unity\Editor\MSVCR71.dll', fileVersion: 7.10.3052.4
 C:\Program Files (x86)\Unity\Editor\libiconv2.dll:libiconv2.dll (03820000), size: 917504 (result: 0), SymType: '-exported-', PDB: 'C:\Program Files (x86)\Unity\Editor\libiconv2.dll', fileVersion: 1.9.2.1519
 C:\Program Files (x86)\Unity\Editor\k5sprt32.dll:k5sprt32.dll (03900000), size: 32768 (result: 0), SymType: '-exported-', PDB: 'C:\Program Files (x86)\Unity\Editor\k5sprt32.dll', fileVersion: 1.6.2.13
 C:\windows\SYSTEM32\MSIMG32.dll:MSIMG32.dll (6A980000), size: 24576 (result: 0), SymType: '-exported-', PDB: 'C:\windows\SYSTEM32\MSIMG32.dll', fileVersion: 6.3.9600.17415
 C:\Program Files (x86)\Unity\Editor\iconv.dll:iconv.dll (03920000), size: 888832 (result: 0), SymType: '-exported-', PDB: 'C:\Program Files (x86)\Unity\Editor\iconv.dll', fileVersion: 1.9.0.0
 C:\Program Files (x86)\Unity\Editor\zlib1.dll:zlib1.dll (62E80000), size: 126976 (result: 0), SymType: '-exported-', PDB: 'C:\Program Files (x86)\Unity\Editor\zlib1.dll', fileVersion: 1.2.5.0
 C:\windows\SYSTEM32\CRYPTBASE.dll:CRYPTBASE.dll (75490000), size: 40960 (result: 0), SymType: '-exported-', PDB: 'C:\windows\SYSTEM32\CRYPTBASE.dll', fileVersion: 6.3.9600.17415
 C:\windows\SYSTEM32\SHCORE.DLL:SHCORE.DLL (75190000), size: 569344 (result: 0), SymType: '-exported-', PDB: 'C:\windows\SYSTEM32\SHCORE.DLL', fileVersion: 6.3.9600.17666
 C:\windows\SYSTEM32\bcryptPrimitives.dll:bcryptPrimitives.dll (75430000), size: 344064 (result: 0), SymType: '-exported-', PDB: 'C:\windows\SYSTEM32\bcryptPrimitives.dll', fileVersion: 6.3.9600.17415
 C:\windows\SYSTEM32\kernel.appcore.dll:kernel.appcore.dll (75140000), size: 36864 (result: 0), SymType: '-exported-', PDB: 'C:\windows\SYSTEM32\kernel.appcore.dll', fileVersion: 6.3.9600.17415
 C:\windows\system32\uxtheme.dll:uxtheme.dll (71BA0000), size: 970752 (result: 0), SymType: '-exported-', PDB: 'C:\windows\system32\uxtheme.dll', fileVersion: 6.3.9600.17415
 C:\windows\SYSTEM32\profapi.dll:profapi.dll (75180000), size: 61440 (result: 0), SymType: '-nosymbols-', PDB: 'C:\windows\SYSTEM32\profapi.dll', fileVersion: 6.3.9600.17415
 C:\windows\SYSTEM32\clbcatq.dll:clbcatq.dll (755A0000), size: 577536 (result: 0), SymType: '-exported-', PDB: 'C:\windows\SYSTEM32\clbcatq.dll', fileVersion: 2001.12.10530.17415
 C:\windows\system32\wbem\wbemprox.dll:wbemprox.dll (6A970000), size: 53248 (result: 0), SymType: '-exported-', PDB: 'C:\windows\system32\wbem\wbemprox.dll', fileVersion: 6.3.9600.17415
 C:\windows\SYSTEM32\wbemcomn.dll:wbemcomn.dll (68F50000), size: 417792 (result: 0), SymType: '-exported-', PDB: 'C:\windows\SYSTEM32\wbemcomn.dll', fileVersion: 6.3.9600.17415
 C:\windows\SYSTEM32\CRYPTSP.dll:CRYPTSP.dll (74FE0000), size: 102400 (result: 0), SymType: '-exported-', PDB: 'C:\windows\SYSTEM32\CRYPTSP.dll', fileVersion: 6.3.9600.17415
 C:\windows\system32\rsaenh.dll:rsaenh.dll (74FB0000), size: 196608 (result: 0), SymType: '-exported-', PDB: 'C:\windows\system32\rsaenh.dll', fileVersion: 6.3.9600.17415
 C:\windows\SYSTEM32\bcrypt.dll:bcrypt.dll (74F90000), size: 122880 (result: 0), SymType: '-exported-', PDB: 'C:\windows\SYSTEM32\bcrypt.dll', fileVersion: 6.3.9600.17415
 C:\windows\system32\wbem\wbemsvc.dll:wbemsvc.dll (6A950000), size: 69632 (result: 0), SymType: '-exported-', PDB: 'C:\windows\system32\wbem\wbemsvc.dll', fileVersion: 6.3.9600.17415
 C:\windows\system32\wbem\fastprox.dll:fastprox.dll (68E80000), size: 802816 (result: 0), SymType: '-exported-', PDB: 'C:\windows\system32\wbem\fastprox.dll', fileVersion: 6.3.9600.17415
 C:\Program Files (x86)\Unity\Editor\Data\Mono\EmbedRuntime\mono.dll:mono.dll (09410000), size: 2289664 (result: 0), SymType: 'PDB', PDB: 'C:\Program Files (x86)\Unity\Editor\Data\Mono\EmbedRuntime\mono.dll'
 C:\windows\SYSTEM32\MSWSOCK.dll:MSWSOCK.dll (75230000), size: 307200 (result: 0), SymType: '-exported-', PDB: 'C:\windows\SYSTEM32\MSWSOCK.dll', fileVersion: 6.3.9600.17415
 C:\windows\SYSTEM32\dhcpcsvc.DLL:dhcpcsvc.DLL (746D0000), size: 81920 (result: 0), SymType: '-exported-', PDB: 'C:\windows\SYSTEM32\dhcpcsvc.DLL', fileVersion: 6.3.9600.17415
 C:\windows\SYSTEM32\dhcpcsvc6.DLL:dhcpcsvc6.DLL (74A00000), size: 77824 (result: 0), SymType: '-exported-', PDB: 'C:\windows\SYSTEM32\dhcpcsvc6.DLL', fileVersion: 6.3.9600.17415
 C:\windows\System32\fwpuclnt.dll:fwpuclnt.dll (74830000), size: 286720 (result: 0), SymType: '-exported-', PDB: 'C:\windows\System32\fwpuclnt.dll', fileVersion: 6.3.9600.17485
 C:\Windows\System32\rasadhlp.dll:rasadhlp.dll (74ED0000), size: 32768 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\System32\rasadhlp.dll', fileVersion: 6.3.9600.17415
 C:\Program Files (x86)\Unity\Editor\Data\Tools\D3DCompiler_47.dll:D3DCompiler_47.dll (68B20000), size: 3489792 (result: 0), SymType: '-exported-', PDB: 'C:\Program Files (x86)\Unity\Editor\Data\Tools\D3DCompiler_47.dll', fileVersion: 6.3.9431.0
 C:\windows\SYSTEM32\MMDevAPI.DLL:MMDevAPI.DLL (73400000), size: 339968 (result: 0), SymType: '-exported-', PDB: 'C:\windows\SYSTEM32\MMDevAPI.DLL', fileVersion: 6.3.9600.17415
 C:\windows\SYSTEM32\wdmaud.drv:wdmaud.drv (6A910000), size: 221184 (result: 0), SymType: '-exported-', PDB: 'C:\windows\SYSTEM32\wdmaud.drv', fileVersion: 6.3.9600.17415
 C:\windows\SYSTEM32\ksuser.dll:ksuser.dll (6C810000), size: 28672 (result: 0), SymType: '-exported-', PDB: 'C:\windows\SYSTEM32\ksuser.dll', fileVersion: 6.3.9600.17415
 C:\windows\SYSTEM32\AVRT.dll:AVRT.dll (68B10000), size: 40960 (result: 0), SymType: '-exported-', PDB: 'C:\windows\SYSTEM32\AVRT.dll', fileVersion: 6.3.9600.17415
 C:\windows\SYSTEM32\AUDIOSES.DLL:AUDIOSES.DLL (734A0000), size: 393216 (result: 0), SymType: '-exported-', PDB: 'C:\windows\SYSTEM32\AUDIOSES.DLL', fileVersion: 6.3.9600.17415
 C:\windows\SYSTEM32\powrprof.dll:powrprof.dll (73460000), size: 262144 (result: 0), SymType: '-exported-', PDB: 'C:\windows\SYSTEM32\powrprof.dll', fileVersion: 6.3.9600.17415
 C:\windows\SYSTEM32\msacm32.drv:msacm32.drv (68B00000), size: 36864 (result: 0), SymType: '-exported-', PDB: 'C:\windows\SYSTEM32\msacm32.drv', fileVersion: 6.3.9600.17415
 C:\windows\SYSTEM32\midimap.dll:midimap.dll (68AF0000), size: 32768 (result: 0), SymType: '-exported-', PDB: 'C:\windows\SYSTEM32\midimap.dll', fileVersion: 6.3.9600.17415
 C:\windows\SYSTEM32\dsound.dll:dsound.dll (68A60000), size: 528384 (result: 0), SymType: '-exported-', PDB: 'C:\windows\SYSTEM32\dsound.dll', fileVersion: 6.3.9600.17415
 C:\windows\SYSTEM32\d3d11.dll:d3d11.dll (726D0000), size: 1937408 (result: 0), SymType: '-exported-', PDB: 'C:\windows\SYSTEM32\d3d11.dll', fileVersion: 6.3.9600.17415
 C:\windows\SYSTEM32\dxgi.dll:dxgi.dll (728B0000), size: 430080 (result: 0), SymType: '-exported-', PDB: 'C:\windows\SYSTEM32\dxgi.dll', fileVersion: 6.3.9600.17415
 C:\windows\SYSTEM32\igd10iumd32.dll:igd10iumd32.dll (71FF0000), size: 6971392 (result: 0), SymType: '-exported-', PDB: 'C:\windows\SYSTEM32\igd10iumd32.dll', fileVersion: 10.18.14.4029
 C:\windows\SYSTEM32\d3d10_1.dll:d3d10_1.dll (726A0000), size: 184320 (result: 0), SymType: '-exported-', PDB: 'C:\windows\SYSTEM32\d3d10_1.dll', fileVersion: 6.3.9600.17415
 C:\windows\SYSTEM32\ncrypt.dll:ncrypt.dll (74F10000), size: 126976 (result: 0), SymType: '-exported-', PDB: 'C:\windows\SYSTEM32\ncrypt.dll', fileVersion: 6.3.9600.17415
 C:\windows\SYSTEM32\d3d10_1core.dll:d3d10_1core.dll (71F90000), size: 368640 (result: 0), SymType: '-exported-', PDB: 'C:\windows\SYSTEM32\d3d10_1core.dll', fileVersion: 6.3.9600.17415
 C:\windows\SYSTEM32\NTASN1.dll:NTASN1.dll (74CC0000), size: 167936 (result: 0), SymType: '-nosymbols-', PDB: 'C:\windows\SYSTEM32\NTASN1.dll', fileVersion: 6.3.9600.17415
 C:\windows\SYSTEM32\igdusc32.dll:igdusc32.dll (6CAF0000), size: 8867840 (result: 0), SymType: '-exported-', PDB: 'C:\windows\SYSTEM32\igdusc32.dll', fileVersion: 10.18.14.4029
 C:\windows\SYSTEM32\d3d9.dll:d3d9.dll (72950000), size: 1912832 (result: 0), SymType: '-exported-', PDB: 'C:\windows\SYSTEM32\d3d9.dll', fileVersion: 6.3.9600.17415
 C:\windows\SYSTEM32\dwmapi.dll:dwmapi.dll (74EE0000), size: 106496 (result: 0), SymType: '-exported-', PDB: 'C:\windows\SYSTEM32\dwmapi.dll', fileVersion: 6.3.9600.17415
 C:\windows\SYSTEM32\ntmarta.dll:ntmarta.dll (75150000), size: 163840 (result: 0), SymType: '-exported-', PDB: 'C:\windows\SYSTEM32\ntmarta.dll', fileVersion: 6.3.9600.17415
 C:\windows\SYSTEM32\SETUPAPI.dll:SETUPAPI.dll (76C90000), size: 1773568 (result: 0), SymType: '-exported-', PDB: 'C:\windows\SYSTEM32\SETUPAPI.dll', fileVersion: 6.3.9600.17415
 C:\windows\SYSTEM32\PROPSYS.dll:PROPSYS.dll (75000000), size: 1286144 (result: 0), SymType: '-exported-', PDB: 'C:\windows\SYSTEM32\PROPSYS.dll', fileVersion: 7.0.9600.17415
 C:\windows\system32\mssprxy.dll:mssprxy.dll (72940000), size: 61440 (result: 0), SymType: '-exported-', PDB: 'C:\windows\system32\mssprxy.dll', fileVersion: 7.0.9600.17415
 C:\Users\RADD3_USER\.jenkins\jobs\Builder\workspace\CITesting\Assets\Plugins\x86\OculusPlugin.dll:OculusPlugin.dll (68A10000), size: 274432 (result: 0), SymType: '-exported-', PDB: 'C:\Users\RADD3_USER\.jenkins\jobs\Builder\workspace\CITesting\Assets\Plugins\x86\OculusPlugin.dll'
 C:\windows\SYSTEM32\dbghelp.dll:dbghelp.dll (6C300000), size: 1314816 (result: 0), SymType: '-exported-', PDB: 'C:\windows\SYSTEM32\dbghelp.dll', fileVersion: 6.3.9600.17787
 
 ========== OUTPUTING STACK TRACE ==================
 
 (0x68A131A6) (OculusPlugin): (filename not available): ovrHmd_SetString + 0xf96
 (0x68A142A7) (OculusPlugin): (filename not available): OVR_SetViewport + 0x157
 (0x68A143A2) (OculusPlugin): (filename not available): UnitySetGraphicsDevice + 0x52
 (0x007C2C46) c:\buildslave\unity\build\runtime\misc\plugins.cpp (115 + 0x18): RegisterPlugin + 0xe6
 (0x007C2E8A) c:\buildslave\unity\build\runtime\misc\plugins.cpp (237 + 0x1f): FindAndLoadUnityPlugin + 0xca
 (0x009321A6) c:\buildslave\unity\build\runtime\utilities\oculuspluginutilities.cpp (43 + 0xa): LoadOculusPlugin + 0x46
 (0x00932367) c:\buildslave\unity\build\runtime\utilities\oculuspluginutilities.cpp (65 + 0x36): HasOculusPlugin + 0x37
 (0x00EFB5FC) c:\buildslave\unity\build\editor\src\utility\buildplayerutility.cpp (230 + 0x0): ApplyBuildTargetSwitchInternal + 0x7c
 (0x00EFDC9A) c:\buildslave\unity\build\editor\src\utility\buildplayerutility.cpp (258 + 0x6): SwitchActiveBuildTargetForEmulation + 0x26a
 (0x00BE4784) c:\buildslave\unity\build\artifacts\editorgenerated\internalutility.cpp (513 + 0xd): EditorUserBuildSettings_CUSTOM_SwitchActiveBuildTarget + 0x24
 (0x125DFE8C) (Mono JIT code): (filename not available):  (wrapper managed-to-native) UnityEditor.EditorUserBuildSettings:SwitchActiveBuildTarget (UnityEditor.BuildTarget) + 0x3c (125DFE50 125DFECD) [09696D20 - Unity Child Domain] + 0x0
 (0x125DFD83) (Mono JIT code): (filename not available):  MyBuilderScript:GenericBuild (string[],string,UnityEditor.BuildTarget,UnityEditor.BuildOptions) + 0x2b (125DFD58 125DFE33) [09696D20 - Unity Child Domain] + 0x0
 (0x125DFD2F) (Mono JIT code): (filename not available):  MyBuilderScript:PerformAndroidBuild () + 0x67 (125DFCC8 125DFD46) [09696D20 - Unity Child Domain] + 0x0
 (0x10C20518) (Mono JIT code): (filename not available):  (wrapper runtime-invoke) object:runtime_invoke_void (object,intptr,intptr,intptr) + 0x88 (10C20490 10C205E0) [09696D20 - Unity Child Domain] + 0x0
 (0x09500542) c:\buildslave\mono-runtime-and-classlibs\build\mono\mini\mini.c (4913 + 0xc): mono_jit_runtime_invoke + 0x214
 (0x0946D7F4) c:\buildslave\mono-runtime-and-classlibs\build\mono\metadata\object.c (2623 + 0x10): mono_runtime_invoke + 0x51
 (0x006C00B4) c:\buildslave\unity\build\runtime\mono\monoutility.h (446 + 0x0): mono_runtime_invoke_profiled + 0xd4
 (0x010185FC) c:\buildslave\unity\build\editor\src\application.cpp (904 + 0x10): Application::ParseARGVCommands + 0x66c
 (0x0101A64D) c:\buildslave\unity\build\editor\src\application.cpp (726 + 0x0): Application::FinishLoadingProject + 0x1ed
 (0x010BA577) c:\buildslave\unity\build\editor\platform\windows\wineditormain.cpp (808 + 0x0): WinMain + 0xd37
 (0x011D7574) f:\dd\vctools\crt_bld\self_x86\crt\src\crt0.c (275 + 0x1c): __tmainCRTStartup + 0x11a
 (0x76E67C04) (KERNEL32): (filename not available): BaseThreadInitThunk + 0x24
 (0x77CFAD1F) (ntdll): (filename not available): RtlInitializeExceptionChain + 0x8f
 (0x77CFACEA) (ntdll): (filename not available): RtlInitializeExceptionChain + 0x5a
 
 ========== END OF STACKTRACE ===========
 
 FATAL: Unity3d command line execution failed with status -1,073,741,819
 Build step 'Invoke Unity3d Editor' marked build as failure
 Finished: FAILURE

It is worth noting that I can build the game in the command line with the same command. There are also a couple other dependencies: the source control manager p4, the Unity3dBuilder Plugin for jenkins, and the Perforce plugin for jenkins.

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.

Follow this Question

Answers Answers and Comments

2 People are following this question.

avatar image avatar image

Related Questions

How do I enable VR in player settings on an android build target through C# on the command line? 0 Answers

How to get smooth device camera in gearvr like passthrough option? 0 Answers

How to automate export of android project through command line, which is done by following menu item on UI: "File -> Build Settings -> Export" (shown in attached image) 1 Answer

Loading 8192x8192 textures at runtime on android 0 Answers

Many problems using the new Cardboard unity3D integration 0 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