Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
refresh generator on gameobject.setactive
#1
I'm trying to hide a curvy generator and its respective contents, change the path spline then unhide the generator to see the result.

Code:
while (!myCurvyGenerator.IsInitialized)
            {
                yield return null;
            }
            myCurvyGenerator.Refresh();

The problem I'm having is that it doesn't refresh my objects on the rasterize path, I'm looking for a way to make these follow the new path.

Is there another approach to hiding generators and their contents that allow for refresh on gameObject.SetActive(true); ?
Reply


Messages In This Thread
refresh generator on gameobject.setactive - by hawken - 12-18-2017, 03:55 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  8.8.0 is live, and it improves Curvy Generator greatly _Aka_ 1 10 04-03-2024, 03:16 PM
Last Post: _Aka_
Exclamation Extending Curvy Generator for Advanced Lofting - Feasibility Check amutp 2 5 03-27-2024, 07:25 AM
Last Post: amutp
  Generating GO only on CPs in Generator GameDeveloperek4123 1 7 03-04-2024, 11:06 AM
Last Post: _Aka_
Question Generator Canvas workflow issues Sacryn 1 7 02-02-2024, 11:22 PM
Last Post: _Aka_

Forum Jump: