Topic: map.control is null

When I start my project I get the following error:

NullReferenceException: Object reference not set to an instance of an object
OnlineMapsRawImageTouchForwarder.Start () (at Assets/Infinity Code/Online maps/Scripts/Plugins/OnlineMapsRawImageTouchForwarder.cs:180)

I have put a few debug statements in and it seems that map.control is null. In the play simulator I can control and tap the map and it responds correctly. However I was wondering what might be causing this issue.

Re: map.control is null

It seems the issue was that I was trying to use a 2D Online Map (SpriteRenderer I think) while following the instructions for rendering the Tileset map on a Canvas. Deleting the map and recreating it all using the 3D Tileset map has fixed that error.