I have created a small patch that will cause Unity to fall back to Unity-2d when the current language is written from right-to-left. This could be used as a temporary workaround, until Unity gains better right-to-left support. The patch also allows overriding this behavior by setting an environment variable (UNITY_ALLOW_RTL).
Hi all,
I have created a small patch that will cause Unity to fall back to Unity-2d when the current language is written from right-to-left. This could be used as a temporary workaround, until Unity gains better right-to-left support. The patch also allows overriding this behavior by setting an environment variable (UNITY_ALLOW_RTL).
You can find the patch at lp:~haggai-eran/nux/rtl-fallback-to-unity-2d. Comments and responses are welcome.
Regards,
Haggai