Hi,
I have the free version of Unity and want to run a Unity game on a Linux Server which doesn’t have a GPU.
I tried to use -batchmode -nographics in command line, and it gave me the following message in the log file :
“-batchmode” command line argument is only available when publishing using Unity Pro.
My question is : Only the publishing part needs unity pro, or the running part to?
For example, if I purchase Unity for a month, publish my game with it during this period, will the command -batchmode -nographics will work only for this particular month, or will it works forever, because only the publishing part needs unity pro?
Thank you