Thank you! Now I see how to use raycast.
Got to say I got some problems with URLs.
Menu and levels couldnât send msg to the controller (proxy loader GO). In the example, you have âproxy:/controller#controllerâ and even building everything like the example it didnât work and after using print for actual URL, I used âmain:/controller#controllerâ.
P.S. Why in example left mouse is âtouchâ, if the default is âclickâ? That can throw off newbies.
You must pay attention to the id you assign to a collection (not the filename but the id). If you open a collection and select the root of the collection in the outline thereâs a name/id in the properties panel. Make sure it is "proxy"and not âmainâ.
Now I see it, but I think it should be either specifically pointed out (since no mention about proxy collection name) or itâs redundant to make specific collection since there already is main.collection in a new project.
Also:
- Send a show_level1 message to the controller script component in the proxy collection.
should stress that sending messages need to have [proxy collection name]:/controller#controller.
Sure, we could be even more explicit.