Cannot use child class from VRoidPlayerControllerBase #160
-
Hello when trying to use Multiplay Function and making a child class from VRoidPlayerControllerBase, multiplay does not work and vroid characters are not getting synced, only when the original VRoidPlayerControllerBase controller is used it will work Any ideas? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
It appears that the DownloadLicenseIdArray in the PlayerController to which it is inherited is empty. |
Beta Was this translation helpful? Give feedback.
-
A simpler solution would be to cast the PlayerController in SeamlessTravelFrom to get the DownloadLicenseIdArray, as shown below.
|
Beta Was this translation helpful? Give feedback.
A simpler solution would be to cast the PlayerController in SeamlessTravelFrom to get the DownloadLicenseIdArray, as shown below.