I’m constantly non stop getting this error, my editor version is 2021.3.38f1, and my computer can’t run anything
higher, I’m building a VR game, and I’m only getting this error in Playfab Authenticator inside these lines of code:
internal class Program
{
private static void Main(string[ ] args)
{
CLOVER, using System;
using System.Collections.Generic;
using System.Text;
using Photon.Pun;
using Photon.Realtime;
using PlayFab;
using PlayFab.ClientModels;
using PlayFab.Internal;
using Steamworks;
using UnityEngine;
using UnityEngine.UI;
}
}
Please help, my due date for this application is in 1 day!!!
