-
I tried the following example panel code.
The one with current state works well. I was trying this to make a panel which will show the info of right-clicked object on the field. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Ok, I found how can I solve the problem. What I tried was
Step 1 and step 2 were worked, but step 3 was not. The solution was
That's it! |
Beta Was this translation helpful? Give feedback.
Ok, I found how can I solve the problem.
If you want to make a container/game object inside of scrollable panel, you should give the container/game object to the child where it should be, which is defined before generating the config.
What I tried was
Step 1 and step 2 were worked, but step 3 was not.
The solution was
That's it!
The container in…