Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Artist placed control points.
#4
That code looks fine. However, if I remember right you can't be sure that Transform.GetChild() gives you the gameobjects in the order you see in the hierarchy window (add a quick debug.log() to your loop to check that). Unity 4.5 adds the possibility to define the order in the hierarchy window itself (as well as by code). The "alphasort" script I linked forces Unity to use the "old" Unity sorting style.

So you have to do two things:
- add the script I linked somewhere in your project
- ensure you read your input nodes in right order

Jake
Reply


Messages In This Thread
Artist placed control points. - by kimc - 06-30-2014, 12:07 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Control Point Interpolation Overrides. rickgplus 1 511 12-11-2025, 08:52 AM
Last Post: _Aka_
  OnAfterControlPointAdded - Control Point is null jh092 5 3,151 02-04-2025, 09:31 PM
Last Post: _Aka_
  How to generate gameobject on the control point Yang Yi 1 1,599 12-10-2024, 10:14 PM
Last Post: _Aka_
  Scene 51: Dynamic track between two points wallflower6 3 2,461 08-19-2024, 08:18 AM
Last Post: _Aka_

Forum Jump: