Hello, I’m decently new to Unity and I was attempting to use remote config but it just prints out a long error every time I try to open it. I have uninstalled and reinstalled remote config without success. Here is the full error:
NullReferenceException: Object reference not set to an instance of an object
Unity.RemoteConfig.Editor.RemoteConfigWindowController…ctor (System.Boolean shouldFetchOnInit, System.Boolean windowOpenOnInit) (at Library/PackageCache/com.unity.remote-config@2.1.2/Editor/RemoteConfigWindowController.cs:43)
Unity.RemoteConfig.Editor.RemoteConfigWindow.InitIfNeeded () (at Library/PackageCache/com.unity.remote-config@2.1.2/Editor/RemoteConfigWindow.cs:171)
Unity.RemoteConfig.Editor.RemoteConfigWindow.OnGUI () (at Library/PackageCache/com.unity.remote-config@2.1.2/Editor/RemoteConfigWindow.cs:131)
UnityEditor.HostView.InvokeOnGUI (UnityEngine.Rect onGUIPosition) (at <36f62d8e760b48f7af5d32916f997ce1>:0)
UnityEditor.DockArea.DrawView (UnityEngine.Rect dockAreaRect) (at <36f62d8e760b48f7af5d32916f997ce1>:0)
UnityEditor.DockArea.OldOnGUI () (at <36f62d8e760b48f7af5d32916f997ce1>:0)
UnityEngine.UIElements.IMGUIContainer.DoOnGUI (UnityEngine.Event evt, UnityEngine.Matrix4x4 parentTransform, UnityEngine.Rect clippingRect, System.Boolean isComputingLayout, UnityEngine.Rect layoutSize, System.Action onGUIHandler, System.Boolean canAffectFocus) (at :0)
UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr, Boolean&)
If anyone knows how to fix this it would be very helpful.