i'm working on webgl project and i need to that be responsive
i used of responsivecontainer for canvas also i used of responsiveitem for each object but it's not working and from other hand i get this error
NullReferenceException: Object reference not set to an instance of an object
Exoa.Responsive.ResponsiveContainer.GetChildrenFirstDepth (UnityEngine.RectTransform container) (at Assets/Exoa/ResponsiveUI/Scripts/ResponsiveContainer.cs:693)
Exoa.Responsive.ResponsiveContainer.Init () (at Assets/Exoa/ResponsiveUI/Scripts/ResponsiveContainer.cs:63)
Exoa.Responsive.ResponsiveContainer.Start () (at Assets/Exoa/ResponsiveUI/Scripts/ResponsiveContainer.cs:54)
I do not know how this works
mohammadnz Hi, it looks like your child object does not have a RectTransform, can you make sure you're using the plugin only with UI gameobject and each children have a RectTransform instead of a Transform ?
i check it now