Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Bug in rope blueprint editing
#3
Unity 2019.4.20f1.

This happens when trying to edit the existing "tearable rope" or on a new rope blueprint, or a duplicate. It happens when editing anything as far as I can tell, but absolutely happens when trying to rename points and add them. (I think it also happened from moving them too).  I did see some errors when this happened about not being able to handle attaching the points or something, perhaps an error because of existing pin attachment components on the rope the blueprint is attached to?  I'll try to repro that and then give more detail.  As of now I cannot work with the system much at all because of this though.

TL; DR; Adding points, renaming them, moving them = numerous added control points visible in the blueprint and very long asset import dialog being shown with unity hanging in the meantime. Happens on existing, duplicated, or newly created blueprints.

I just tried creating a new obi rope component, then creating a new blueprint, dropping that blueprint into the component, then hitting edit path in the component,  renaming each other the default control points names.  Each time I rename I'm prompted with a mouse cursor telling me unity is busy for a few seconds.  I see the blueprint contains 4 points after having done this, which I wonder two of which might be tangents data?  I then went and added one new control point, an even longer delay as unity chugs along dealing with whatever it's doing, then after this if I check the blueprint asset I see it now contains 16 particle group entries, most of which are sharing the names I gave the initial two endpoints, and a couple which are simply named "control points".  This is all the behaviour I was seeing before just no error output in the console.

If I were to add another control point now or rename something it would be an even longer delay and I will get many more of the point group sub assets showing up.

Edit: Additionally, in spite of all of those subassets, I do still only see the three control points if I do go into edit them in the scene.
Edit 2: Most of the particle groups don't have any entries in their particle indicies arrays, but a few do. Seems rather random.
Reply


Messages In This Thread
Bug in rope blueprint editing - by mike c - 22-03-2021, 02:16 PM
RE: Bug in rope blueprint editing - by josemendez - 22-03-2021, 07:16 PM
RE: Bug in rope blueprint editing - by mike c - 22-03-2021, 07:33 PM
RE: Bug in rope blueprint editing - by josemendez - 22-03-2021, 09:03 PM
RE: Bug in rope blueprint editing - by josemendez - 23-03-2021, 09:06 AM