-
Notifications
You must be signed in to change notification settings - Fork 8
Description
The highlightsystem for v0.6 seems to have a problem when the desired building has not been yet streamed. See Image: https://gyazo.com/b0e721636d83085abad173699529b3bf
This happens 50% of the time, Probably the call is happening too soon sometimes? If I hihglight the building while visible it works perfect.
Also , as an user, I would like to be able to retrieve a callback of a building only, without highlighting it.
Right now if we add "InformationOnly" the callback is called immediately with some data that is not exactly right (the id is very different for landmarks, for example, which I need). So If I want the callback to give me good information I need to set it to Color.clear and wait (and still because of the above problem 50% of the time the data is not accurate).