Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Have generator run only once
#2
Hi

Unlike the impression I was under, there is indeed no way to avoid them getting generated when entering play mode. I will have to implement a solution to your problem. Until then, here is how you can do it:
In the CurvyGenerator.Update() method, add the following at the method start:
if (AutoRefresh == false) return;
Then set the AutoRefresh boolean in your generator's inspector to false. That should do the trick.

Let me know if you need further help
If and when you feel like it, please leave a review for the asset, that helps a lot.
Have a nice day
Please consider leaving a review for Curvy Splines, this helps immensely. Thank you.
Reply


Messages In This Thread
Have generator run only once - by topquarkone - 09-11-2021, 09:50 PM
RE: Have generator run only once - by _Aka_ - 09-11-2021, 11:12 PM
RE: Have generator run only once - by topquarkone - 09-13-2021, 02:57 AM
RE: Have generator run only once - by _Aka_ - 09-13-2021, 07:46 PM
RE: Have generator run only once - by topquarkone - 09-13-2021, 10:25 PM
RE: Have generator run only once - by _Aka_ - 09-13-2021, 10:52 PM
RE: Have generator run only once - by topquarkone - 09-14-2021, 02:05 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Generator gameobjects missing offset and rotated beewhale 5 418 08-30-2026, 07:51 PM
Last Post: beewhale
  How to rotate generator asteroids patndan74 6 4,455 05-08-2025, 10:07 PM
Last Post: _Aka_
  I have to refresh generator manualy :( GameDeveloperek4123 4 3,526 10-07-2024, 05:36 PM
Last Post: _Aka_
  Bug: Save Generator Outputs still saves outputs if object is disabled curvymesher 1 2,147 08-30-2024, 09:19 AM
Last Post: _Aka_

Forum Jump: