Circuits boards to use with Unity? What are their performance?

I’ve been researching the topic and it seems that Raspberry Pi is way too slow for Unity, but how about UDOO or Parallella?
Anyone tried to run Unity on those or others?

Unity Linux builds can only run on X86. The Unity editor can only run on OS X or Windows.

–Eric

Cool, I didn’t know about the UDOO or Parallella before.

I didn’t have much time to look at the Parallella, but there’s a chance it might be able to build to the UDOO (Android w/ OpenGL,).
Is the UDOO roughly the same spec as OUYA? It’s in the same price-range so I’d expect the hardware to be roughly at par.

Thanks, of course I’ve meant builds not running the editor.
At the same time my question is more broad - perhaps someone tried building for android and targeting ARM’s based circuit boards as well?

You mean as opposed to ARM, right? Cos I’m pretty sure I’ve run them on x64 as well as x86…

x64 is the 64-bit version of x86, and is otherwise known as x86-64, so unless it’s clear that a distinction is being made between x64 and x86 specifically, then x86 generally covers both.

–Eric