Greetings!
My team is aiming for a project of ARM64 Linux system.
We hoped to use Unity since we know it good, but for now we saw no chance to make it possible to work.
Is there any way to build a Unity project for ARM64 Linux system?
If not, which are the best development environments for Linux ARM64? With graphic visualisation and C# based are the best of course.
Thanks!
Hello!
Could you please provide more details about the type of project?
In general, if you want to develop a project in C# and target Linux, then you'll probably have to use Mono. It is available on ARM64:
https://www.mono-project.com/docs/about-mono/supported-platforms/
Monogame framework can be used for graphics:
https://www.monogame.net/
I hope that helps!