Hi there,
Im getting 2 errors when try to build for UWP.
Assets\Plugins\PhotonVoiceApi\Core\AudioUtil.cs(560,61): error CS0234: The type or namespace name 'Timers' does not exist in the namespace 'System' (are you missing an assembly reference?)
Assets\Plugins\PhotonVoiceApi\Core\AudioUtil.cs(543,20): error CS0234: The type or namespace name 'Timers' does not exist in the namespace 'System' (are you missing an assembly reference?)
I created a new proyect in Unity 2017.2.0f3
Imported Photon PUN+ 1.87
Imported Photon Voice 1.13
Changed to UWP
Changed the Scripting Backend to .NET
Activate Capabilities for Microphone, InternetClient, InternetClientServer, PrivateNetworkClientServer
In unity editor works great but when I try to build the solution, I get those errors.
Thanks!
Im getting 2 errors when try to build for UWP.
Assets\Plugins\PhotonVoiceApi\Core\AudioUtil.cs(560,61): error CS0234: The type or namespace name 'Timers' does not exist in the namespace 'System' (are you missing an assembly reference?)
Assets\Plugins\PhotonVoiceApi\Core\AudioUtil.cs(543,20): error CS0234: The type or namespace name 'Timers' does not exist in the namespace 'System' (are you missing an assembly reference?)
I created a new proyect in Unity 2017.2.0f3
Imported Photon PUN+ 1.87
Imported Photon Voice 1.13
Changed to UWP
Changed the Scripting Backend to .NET
Activate Capabilities for Microphone, InternetClient, InternetClientServer, PrivateNetworkClientServer
In unity editor works great but when I try to build the solution, I get those errors.
Thanks!