NullReferenceException: Object reference not set to an instance of an object
MaterialUI.RippleManager.CreateRipple () (at Assets/MaterialUI/Scripts/Common/Ripples/RippleManager.cs:103)
When I just simply add a button to the canvas and click the button
Looking at line 103, its trying to instantiate the ripple prefab which I see in my project, any advice?
I tried moving moving my MaterialUI/Prefabs/Resources folder out into the root, that didn't work either.