I'm following the Unity BossRoom Tutorial and came across this Photon Error

Options

Error: The name 'PhotonAppSettings' does not exist in the current context

The package download "Photon Realtime Transport for Netcode for GameObjects" installed from https://github.com/Unity-Technologies/multiplayer-community-contributions.git?path=/Transports/com.community.netcode.transport.photon-realtime is throwing an error when imported into my Unity Project. Here is the full error: Library/PackageCache/com.community.netcode.transport.photon-realtime@da6250d3a9/Runtime/PhotonRealtimeTransport.cs(170,50): error CS0103: The name 'PhotonAppSettings' does not exist in the current context

I'm unsure how to debug... I can't create the ScriptableObject from the PhotonAppSettings Script due to the compiler error thrown by not finding the current context.

Please Help!!!!

Answers