Advertisement
Guest User

Untitled

a guest
Apr 7th, 2025
13
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.39 KB | None | 0 0
  1. Here are the stack traces:
  2.  
  3. NullReferenceException: Object reference not set to an instance of an object.
  4. at UnityEngine.Bindings.ThrowHelper.ThrowNullReferenceException (System.Object obj) [0x00000] in <00000000000000000000000000000000>:0
  5. at UnityEngine.Transform.get_localPosition () [0x00000] in <00000000000000000000000000000000>:0
  6. at FluffyUnderware.Curvy.CurvySplineSegment.get_HasUnprocessedLocalPosition () [0x00000] in <00000000000000000000000000000000>:0
  7. at FluffyUnderware.Curvy.CurvySpline.DoUpdate () [0x00000] in <00000000000000000000000000000000>:0
  8.  
  9. IndexOutOfRangeException: Index was outside the bounds of the array.
  10. at FluffyUnderware.Curvy.CurvySplineSegment.GetOrientationUpFast (System.Single localF, UnityEngine.Space space) [0x00000] in <00000000000000000000000000000000>:0
  11. at FluffyUnderware.Curvy.Generator.SplineInputModuleBase.GetSplineData (FluffyUnderware.Curvy.CurvySpline spline, System.Boolean fullPath, FluffyUnderware.Curvy.Generator.CGDataRequestRasterization raster, FluffyUnderware.Curvy.Generator.CGDataRequestMetaCGOptions options) [0x00000] in <00000000000000000000000000000000>:0
  12. at FluffyUnderware.Curvy.Generator.Modules.InputSplinePath.OnSlotDataRequest (FluffyUnderware.Curvy.Generator.CGModuleInputSlot requestedBy, FluffyUnderware.Curvy.Generator.CGModuleOutputSlot requestedSlot, FluffyUnderware.Curvy.Generator.CGDataRequestParameter[] requests) [0x00000] in <00000000000000000000000000000000>:0
  13. at FluffyUnderware.Curvy.Generator.CGModuleInputSlot.GetData[T] (System.Int32 slotIndex, System.Boolean& isDataDisposable, FluffyUnderware.Curvy.Generator.CGDataRequestParameter[] requests) [0x00000] in <00000000000000000000000000000000>:0
  14. at FluffyUnderware.Curvy.Generator.CGModuleInputSlot.GetData[T] (System.Boolean& isDataDisposable, FluffyUnderware.Curvy.Generator.CGDataRequestParameter[] requests) [0x00000] in <00000000000000000000000000000000>:0
  15. at FluffyUnderware.Curvy.Generator.Modules.BuildShapeExtrusion.Refresh () [0x00000] in <00000000000000000000000000000000>:0
  16. at FluffyUnderware.Curvy.Generator.CGModule.doRefresh () [0x00000] in <00000000000000000000000000000000>:0
  17. at FluffyUnderware.Curvy.Generator.CurvyGenerator.Refresh (System.Boolean forceUpdate) [0x00000] in <00000000000000000000000000000000>:0
  18. at FluffyUnderware.Curvy.Generator.CurvyGenerator.Initialize (System.Boolean force) [0x00000] in <00000000000000000000000000000000>:0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement