Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Guide to custom placing stuff on spline
#12
Heya, thanks for the detail responses. Generators added an extra layer of complexity when it came to 2 things.

1 - Binding my own custom Wall behavior data onto them. (Being forced to add component my wall behavior on every refresh on the gameobjects it creates. 

2 - There was a lot of issues with when it refreshes. I found on single frame collision checks not firing off when needed with the curvygenerator. Almost as if there was a 1 frame delay. Also a lot of state changes I needed seemed finicky with its pooling as well. I can do some more tests, but I found it didn't work great when trying to move a spline, updating the wall blocks, and then trying to refresh state or collision data.

Another problem is that its still not fast enough for what I need. I'm getting 30ms when trying to move the splines around with deformation. That's far too low for something realtime.

CurvyGenerator also only allows the choice of picking 3 of the default updates to pick when to update. Which I believe is conflicting with my collision/state code
Reply


Messages In This Thread
RE: Guide to custom placing stuff on spline - by Lupos - 11-23-2023, 02:05 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  How to get length starting from one spline to connected nth spline Dragon-3623 1 1 05-14-2024, 04:52 PM
Last Post: _Aka_
  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: