unity sdk error

I want to share the game I made in unity web-based and for this I installed sdk, the place I tried the most is crazy games and somehow I couldn’t solve these two errors, I need your help, I’m going crazy games

CrazyGames CrazySDK.AddEventListener (CrazyGames.CrazySDKEvent eventType, CrazyGames.CrazySDK+EventCallback callback) (at Assets/CrazySDK/Script/Crazy

[21:35:09] NullReferenceException: Object reference not set to an instance of an object

CrazyGames.CrazyAds.registerBanner (CrazyGames.CrazyBanner banner) (at Assets/CrazySDK/CrazyAds/Scripts/CrazyAds.cs:202


The answer is always the same… ALWAYS!

How to fix a NullReferenceException error

https://forum.unity.com/threads/how-to-fix-a-nullreferenceexception-error.1230297/

Three steps to success:

  • Identify what is null ← any other action taken before this step is WASTED TIME
  • Identify why it is null
  • Fix that
1 Like

You answer is always the same not gonna fix I am getting same error might be the SDK kit, anyone have a solution.