I updated curvy today and getting this error:
Assets/Packages/Curvy/Base/CG/CGModule.cs(506,41): error CS0121: The call is ambiguous between the following methods or properties: `FluffyUnderware.DevTools.Extensions.ArrayExt.RemoveAt<FluffyUnderware.Curvy.Generator.CGDataRequestParameter>(this FluffyUnderware.Curvy.Generator.CGDataRequestParameter[], int)' and `FluffyUnderware.DevTools.Extensions.ArrayExt.RemoveAt<FluffyUnderware.Curvy.Generator.CGDataRequestParameter>(this FluffyUnderware.Curvy.Generator.CGDataRequestParameter[], int)'
and a similar error is showing up for almost every extension method
nevermind, looks like there was a naming conflict with having two "SceneSwitcher" scripts from unrelated plugins in my project
Assets/Packages/Curvy/Base/CG/CGModule.cs(506,41): error CS0121: The call is ambiguous between the following methods or properties: `FluffyUnderware.DevTools.Extensions.ArrayExt.RemoveAt<FluffyUnderware.Curvy.Generator.CGDataRequestParameter>(this FluffyUnderware.Curvy.Generator.CGDataRequestParameter[], int)' and `FluffyUnderware.DevTools.Extensions.ArrayExt.RemoveAt<FluffyUnderware.Curvy.Generator.CGDataRequestParameter>(this FluffyUnderware.Curvy.Generator.CGDataRequestParameter[], int)'
and a similar error is showing up for almost every extension method
nevermind, looks like there was a naming conflict with having two "SceneSwitcher" scripts from unrelated plugins in my project