Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Input Spline Shapes from Prefabs destroys graph
#5
(11-23-2022, 02:08 PM)_Aka_ Wrote: The issue comes from using a prefab asset as an input for the Input Spline Shape. To be able to use, you need first to instanciate the prefab, then use the instance.
This is because splines need to be initialized, which happens in their OnEnable and/or Start method. A prefab asset does not have those methods called.
Did this help?

You hit it correctly. The line in the code that Instantiated the loaded spline shape prefab resource was inadvertently deleted at some point. Thus I was assigning the Prefab and not the Instance to the Shape of the Input Spline Shape

I apologize for wasting your time.
Reply


Messages In This Thread
RE: Input Spline Shapes from Prefabs destroys graph - by tairoark - 11-24-2022, 04:15 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Deforming prefabs with LODs along a spine LiveWire 0 3 Today, 04:26 AM
Last Post: LiveWire
  Curvy Line Renderer for UI Spline? gekido 3 6 04-04-2024, 12:56 PM
Last Post: _Aka_
  Get position of all control points for a spline gekido 1 6 03-28-2024, 10:08 PM
Last Post: _Aka_
Bug Changing spline connection in inspector causes splines to revert to defaults lacota 3 6 03-18-2024, 07:55 PM
Last Post: _Aka_

Forum Jump: