voxeet / comms-sdk-unity

Dolby.io Virtual World plugin for Unity.
https://api-references.dolby.io/comms-sdk-dotnet/documentation/unity/getting-started/installation.html
MIT License
16 stars 3 forks source link

Dolby.io Manager logs error if no Credentials component added #45

Closed GaryMakinMe closed 1 year ago

GaryMakinMe commented 1 year ago

The Dolby IO Manager component logs an error message in the Awake() method if neither of the two possible Credential components have been added.

There are other ways of supplying the credentials (as the Shared Scene Sample demonstrates), so this should not be an error.

4thlabs commented 1 year ago

It's actually right. The Shared Sample needs to be modified to show the good way of doing it.