Screenspace Bubble Example edit
Posted: Mon Mar 23, 2020 5:56 pm
I've made floating speech bubbles in my game, but right now I need to have them in a world space and for put a canvas in each of the character game object. I don't think it's an optimal solution.
Here' a video - https://www.youtube.com/watch?v=6JWEm4GHcAA
I wanted to switch to screenspace solution and edited the "Basic Standard Dialogue UI". Everything works, but to position the bubble over the character's head I need to access the actor's game object transform position. How to get the game object of current actor/conversant via script?
Here' a video - https://www.youtube.com/watch?v=6JWEm4GHcAA
I wanted to switch to screenspace solution and edited the "Basic Standard Dialogue UI". Everything works, but to position the bubble over the character's head I need to access the actor's game object transform position. How to get the game object of current actor/conversant via script?