You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
namespace Editor from RevenueCatPostInstall may collide with UnityEditor Editor
This code snippet from Unity official doc won't compile with latest RevenueCat for Unity version. The Editor base class, without specifying the namespace UnitEditor, collides with RevenueCat namespace:
namespace Editor
from RevenueCatPostInstall may collide with UnityEditor EditorThis code snippet from Unity official doc won't compile with latest RevenueCat for Unity version. The
Editor
base class, without specifying the namespaceUnitEditor
, collides with RevenueCat namespace:purchases-unity/RevenueCat/Editor/RevenueCatPostInstall.cs
Line 10 in 3f69160
The text was updated successfully, but these errors were encountered: