Quantcast
Channel: Photon Voice — Photon Engine
Viewing all articles
Browse latest Browse all 671

[UWP] Timers does not exist in the namespace System

$
0
0
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!




Viewing all articles
Browse latest Browse all 671