Search Unity

Build support for ARM

Discussion in 'Linux' started by clown_hacke, Jan 8, 2020.

  1. clown_hacke

    clown_hacke

    Joined:
    Jul 29, 2019
    Posts:
    11
    Hi,

    I'm working on a project that requires to make the build for Raspberry pi.
    Currently build options is only for Linux X86 processor. Is there any options to cross compile X86 build to ARM.
    Thank you in advance
     
  2. andrews_unity

    andrews_unity

    Unity Technologies

    Joined:
    Dec 11, 2015
    Posts:
    264
    There is not at this moment.
     
  3. clown_hacke

    clown_hacke

    Joined:
    Jul 29, 2019
    Posts:
    11
    Thanks for the reply,
    Is there any way to run unity applications for ARM processor?
     
  4. andrews_unity

    andrews_unity

    Unity Technologies

    Joined:
    Dec 11, 2015
    Posts:
    264
    Outside mobile process no... at the current moment there is no desktop target for Linux arm.
     
  5. VirtualPierogi

    VirtualPierogi

    Joined:
    Sep 3, 2012
    Posts:
    54
    The only two possible ways now is to install LineageOS by KonstaKang on raspberry pi and build for android (kinda easy way, it works an supposedly it has gpio access but i didnt check that)
    Other way around is to install TwisterOS 1.8 for rpi4 , build linux86 game and deploy to rpi and run it through the box86.
    Some Unity games are proven to work that way.