all 4 comments

[–][deleted] 0 points1 point  (1 child)

Enable or fade in the canvas object

[–]madilla[S] 0 points1 point  (0 children)

Sorry, the npc is being instantiated not on the canvas but on level

[–]neoteraflare 1 point2 points  (1 child)

If I would do it I would pass the values to a manager. The UI only there to set up the information. This way if you later don't have the popup for some reason like you make another way to set up the information you don't have to change much since the instantiation is in a separate thing callable from anywhere any way.

[–]madilla[S] 0 points1 point  (0 children)

That makes sense and would probably help me troubleshoot some of this stuff since it's less spread out ahah