유니티 에셋 서버 설치

1 개요[ | ]

유니티 에셋 서버 설치
  • 이 기능은 유니티 프로에서만 지원됨
  • 클라이언트 당 추가적 라이센스 필요

2 방법[ | ]

[root@zetawiki ~]# rpm -ivh unity_asset_server-2.0.1.i386.rpm
Preparing...                ########################################### [100%]
   1:unity_asset_server     ########################################### [100%]
Unity asset server is now installed and running.
Please run /opt/unity_asset_server/bin/reset_admin_password to set the administrator password
[root@zetawiki ~]# /opt/unity_asset_server/bin/reset_admin_password
Initializing Asset Server database for the first time: Initializing Asset Server data directory...
Updating configuration files
server stopped
Done
                                                           [  OK  ]
Starting Unity Asset Server:                               [  OK  ]

You are about to change the admin password for the Unity Asset Server
Please enter the password below. For security reasons, the characters
you enter will not be echoed back to the screen. 
After entering the new password, you will be prompted to enter it again.
This is to verify that the password does not contain any typos.

New admin password: 
Retype new admin password:
[root@zetawiki ~]# rpm -qa | grep unity
unity_asset_server-2.0.1f2-35557
[root@zetawiki ~]# netstat -anp | grep postmaster | grep ^tcp
tcp        0      0 0.0.0.0:10733               0.0.0.0:*                   LISTEN      6573/postmaster     
tcp        0      0 :::10733                    :::*                        LISTEN      6573/postmaster

3 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}