Xamarin Particle Demo Compilation Error

Hi all, I'm New to Photon Framework.
I try to test Xamarin Component but when I load Demo Particle Android and built it I have this Compilation error:

File: GameLogic.cs

namespace ExitGames.Client.DemoParticle
{
using ExitGames.Client.Photon; -->namespace Photon doesn't exist in namespace ExitGames.Client
using ExitGames.Client.Photon.LoadBalancing; -->namespace Photon doesn't exist in namespace ExitGames.Client
using ExitGames.Client.Photon.Lite; -->namespace Photon doesn't exist in namespace ExitGames.Client
using System;
using System.Text;
using System.Collections;

Why?
In Xamarin I add new component, choose Photon and open example code.

Comments

  • Hello,

    We tested Photon Component with the latest Xamarin SDK and didn't find any compilation errors. Which Xamarin.Android version do you use?

    --
    Regards, Khetag