playMaker

Author Topic: [SOLVED] Issues setting up clean Photon project  (Read 1962 times)

jasperPT

  • Full Member
  • ***
  • Posts: 115
  • I am a VFX Animator teaching myself to make games
[SOLVED] Issues setting up clean Photon project
« 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?


« Last Edit: December 11, 2015, 09:25:29 AM by jasperPT »

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Issues setting up clean Photon project
« Reply #1 on: December 11, 2015, 07:57:28 AM »
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

jasperPT

  • Full Member
  • ***
  • Posts: 115
  • I am a VFX Animator teaching myself to make games
[SOLVED] : Issues setting up clean Photon project
« Reply #2 on: December 11, 2015, 09:25:14 AM »
<FACEPALM>

Thanks Jean.