The type or namespace name `GenericBehaviour' does not exist in the namespace `Photon'. Are you miss

Hard
Hard
hi, i have shooting script and i want change public class ShootBehaviour : GenericBehaviour

to public class ShootBehaviour : Photon.GenericBehaviour

but i get error

The type or namespace name `GenericBehaviour' does not exist in the namespace `Photon'. Are you missing an assembly reference?

for my game, GenericBehaviour is important and i cant use monobehaviour

Comments

  • Hi @Hard,

    there is no GenericBehaviour namespace in Photon available. Why exactly do you need this GenericBehaviour instead of MonoBehaviour?