Unity 2D Game for Raspberry 5 #3801
-
|
Hey i am wondering if its possible using box64 to run a custom game that i am making which is 2D, using box64 on my raspberry 5. Alternative is web gl which is fine for 2d games, but i want to use all available power and not have limits from chromium. What should i check or keep in mind to make it work for the raspberry after i export the game from unity? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
It should work yes. You might need to export |
Beta Was this translation helpful? Give feedback.
It should work yes. You might need to export
MESA_GL_VERSION_OVERRIDE=3.2as the opengl driver expose only 3.1 iirc, and Core profile needs 3.2, but that should make the trick.