Hi,
I have been trying to build for Windows 8, but I'm receiving 118 errors associated to Playmaker. Whenever I build for regular windows, there is no issue. Example of the errors are:
Assets\Photon Unity Networking\PlayMaker\Scripts\PlayMakerPhotonProxy.cs(186,10): error CS0246: The type or namespace name 'ArrayList' could not be found (are you missing a using directive or an assembly reference?)
Assets\PlayMaker\Actions\iTween\iTweenMoveUpdate.cs(39,22): error CS0234: The type or namespace name 'Hashtable' does not exist in the namespace 'System.Collections' (are you missing an assembly reference?)
And so on... Is this a known issue with Windows 8 or is there a step that I didn't know about it, before building the game for Windows 8?
Thanks!!!!!