HLAPI pro welcome message added to see if the HLAPI Pro is active or not

This commit is contained in:
vis2k 2018-06-07 15:44:32 +02:00
parent 1e77e191b3
commit 903eee667c

View File

@ -172,6 +172,7 @@ public NetworkManager()
void Awake()
{
Debug.Log("Thank you for using HLAPI Pro! https://forum.unity3d.com/threads/unet-hlapi-pro-taking-unet-to-the-next-level.425437/");
InitializeSingleton();
}