You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a screen proxy is in a collection which is in another collection, then its transition_url / focus_url / receiver_url properties are malformed, and the code to detect them in monarch.lua register_proxy() won't detect them.
To reproduce:
Create a collection file called e.g. advanced_parent in folder example/advanced
Add advanced.collection to the new collection
Set advanced_parent.collection as the main collection in game.project
Set a breakpoint in init() of screen_proxy.script
Run
The text was updated successfully, but these errors were encountered:
(release 4.1.0)
If a screen proxy is in a collection which is in another collection, then its transition_url / focus_url / receiver_url properties are malformed, and the code to detect them in monarch.lua register_proxy() won't detect them.
To reproduce:
The text was updated successfully, but these errors were encountered: