Playmaker Forum
PlayMaker Help & Tips => PlayMaker Help => Topic started by: jasperPT on December 10, 2015, 12:58:08 PM
-
Hi
I am trying to set up a clean project to learn how to use photon.
I am using Unity 5.
However there seem to be some issues with photon and playmaker?
What I am doing:
Download latest version of Playmaker, import package
Download latest version of Photon Import package
Download Playmaker PUN files from ecosystems.
Then I get these error messages about conflicts:
Assets/Plugins/ChatApi/ChatChannel.cs(22,18): error CS0101: The namespace `ExitGames.Client.Photon.Chat' already contains a definition for `ChatChannel'
There is one for each of the ChatApi .cs files
Not quite sure what I should be deleting to fix this. Can anyone help?
-
Hi,
Make sure you install the "unity 5" labeled item from the Ecosystem search. the Unity4 version shipped PUN with it, so either you don't download PUN individually and install the 4th version, or you install pun individually and then import the Unity 5 pun package from the Ecosystem.
Bye,
Jean
-
<FACEPALM>
Thanks Jean.