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. This will help a lot keeping Curvy relevant in the eyes of the Asset Store algorithm.
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
  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: