A memorandum when Unity Accelerator is set up on the server
UnityAccelerator: v1.0.90+gd82184f OS: AmazonLinux2
Drop the officially prepared installation script and execute it
curl https://unity-accelerator-prd.storage.googleapis.com/unity-accelerator-linux-installer.run --output unity-accelerator-linux-installer.run
sudo ./unity-accelerator-linux-installer.run --mode unattended
※ 「--If you add the "mode unattended" option, the installation will be done with the default settings.
If you do not give it, it will be an interactive custom installation, but since there are quite a lot of input items, default is recommended unless otherwise specified
The service is registered when the installation script is executed, so enable it.
/sbin/chkconfig unity-accelerator on
The configuration file is expanded to /root/.config/unity-accelerator/
vi /root/.config/unity-accelerator/unity-accelerator.cfg
→ Change ProtobufPort and LastUsedProtobufPort to any port
service unity-accelerator restart
https://docs.unity3d.com/2019.3/Documentation/Manual/UnityAccelerator.html https://forum.unity.com/threads/accelerator-options.784514/
Recommended Posts