unityContext / unityProvider (9.0.3) #401
Answered
by
helloingob
helloingob
asked this question in
Help Wanted!
-
Hey, I got a Unity scene and some dynamic buttons. Those buttons send messages to the scene to change the color for example. Before (8.x) I put the unityContext in the props of the button handler, so I could alter the scene from everywhere.
How do I handle this now? I tried to pass the "unityProvider"
but it's not working. How do I send something from a different component to the Unity scene? Thank you :) |
Beta Was this translation helpful? Give feedback.
Answered by
helloingob
Jun 24, 2022
Replies: 1 comment
-
Solved this aswell :) Just put "sendMessage" as property
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
helloingob
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Solved this aswell :)
Just put "sendMessage" as property