Hey, this is weird. Would you be able to open a terminal and run the following command:
xargs -n 1 -0 < /proc/`pidof unity8`/environ | ag GRID_UNIT
(it prints all the environment variables that the unity8 process has, and just returns the GRID_UNIT_PX one) Thanks -G
Hey,
this is weird. Would you be able to open a terminal and run the following command:
xargs -n 1 -0 < /proc/`pidof unity8`/environ | ag GRID_UNIT
(it prints all the environment variables that the unity8 process has, and just returns the GRID_UNIT_PX one)
Thanks
-G