Hello,
Whenever I try to add a Responsive Container component in an empty GameObject (UI of course), the console throws at me:
NullReferenceException: Object reference not set to an instance of an object
Exoa.Responsive.ResponsiveContainer.CalculateSpaceBetweenItemsY (System.Boolean includeMargins, System.Boolean includeSpacing, System.Single& totalFlexiblePercent, System.Single& minContainerHeightNeeded) (at Assets/_Game/Tools/ResponsiveUI/Scripts/ResponsiveContainer.cs:664)
Exoa.Responsive.ResponsiveContainer.Update () (at Assets/_Game/Tools/ResponsiveUI/Scripts/ResponsiveContainer.cs:135)
This same error pops up again and is added to the console every X seconds or when it decides to refresh itself I guess.
I don't have this error on another Scene which was already using Response Container.
Now I'm worrying about this asset's liability. It was helpful though but maybe it is a mistake on my part.
I tried to compare GameObjects in the "correct" scene and the one where this error is thrown and I do not see any difference.
Thanks