Prefab not grabbing correct Rect Transform Values (Not working)
So i'm stuck a bit on this one, currently i'm working on an inventory system that instantiates a prefab and I have a script set up that will take an objects Scripted objects and apply them to the prefab, and then set that prefab to be a child of the content in a scroll area UI element, the problem is when the object is instantiated the Scale and Rotation Rect Transform elements are not set to what it is in the prefab (over 1000 in the Y Scale) In the actual prefab all the values are set properly but these values are never being changed by the script or in any of the components such as Vertical layout or Content Size Filter At first it says values are driven by the Vertical Layout Group but i disabled both components on my Content Element and the problem still persists
there is no meessage saying values are driver by vertical layout? can you change them at runtime in the inspector?
Your answer

Follow this Question
Related Questions
Why is drag and drop not working? 1 Answer
Scale all things inside UI canvas 0 Answers
How can I shift index numbers in a decremental manner? 0 Answers
IPointerExitHandler while holding click 0 Answers