Error When Importing UGUI Minimap into Project

General support.
Post Reply
User avatar
pinkie
New Member
New Member
Posts: 2
Joined: Thu Aug 11, 2022 10:54 pm

I'm getting this error:

Code: Select all

UnassignedReferenceException: The variable mapPlane of bl_MiniMapPlane has not been assigned.
You probably need to assign the mapPlane variable of the bl_MiniMapPlane script in the inspector.
...when importing UGUI minimap into my existing project. The Unity version is 2021.3.8f1. This error does not appear when importing into a fresh project.

I don't know how to fix this error. Any ideas?
User avatar
pinkie
New Member
New Member
Posts: 2
Joined: Thu Aug 11, 2022 10:54 pm

Nevermind, I got it working. I hadn't worked on my project in a while and I noticed an update came out so I installed it, hoping it would fix an issue I've had with UGUI Minimap forever. I had to change around some stuff with my code to match the refactors done since I updated the asset but that bug is gone so it was well worth it. Thank you for the regular updates!
Post Reply