#ScrollContainer won't adapt when I generate instances.
1 messages · Page 1 of 1 (latest)
what do you mean acts as there is just a blank node? got any screenshot?
perhaps the cards need to be directly below the VBoxContainer?
hero card just holds the script. The script will load instances and position them new below the previous one
so how does it look when you run it?
Node2D breaks the chain of control nodes
ScrollContainer only reacts to control nodes
Node2D is not a control node
So what can I do?
They just get clipped by the container edge, without the scroll bar or means to scroll it
I believe ScrollContainer thinks it's empty
probs try changing the type of your hero card from Node2D to Control or something
so itll be a control type node
i tried but it breaks it. I'll do a deep dive as to why that is.