Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Does Curvy has gameobjects pooling system function?
#1
Does the asset has gameobjects pooling system function for optimizing the performance?
I spawn the gameobjects along the spline. 
Is it hard if I would like to integrate my pooling system with curvy?
Reply
#2
Hi
Yes Curvy Splines uses pooling. More information here: https://curvyeditor.com/documentation/pe...rt#pooling
You can integrate your own pooling system if you wish. This should be simple enough: find all calls to the existing pools, and replace them with your own pool.
Did this help?
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
#3
Yes it helps.
Thank you so much.
Reply
#4
You are welcome
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
#5
Could I turn off the pooling system function?
Reply
#6
There is no On/Off switch, but you can set its parameters so that no object is created. For example by setting both min and max count to 0. Here are the list of parameters of the Component pool for example:
https://curvyeditor.com/documentation/co...ponentpool
Please consider leaving a review for Curvy. This will help a lot keeping Curvy relevant in the eyes of the Asset Store algorithm.
Reply
#7
Thank you.
If I delete the Curvy Generator, so the pool in that Curvy Generator will be deleted too.
Is that correct?
If I created the new Curvy Generator, does the pool of the new Curvy Generator continue using pool from the deleted Curvy Generator?
Reply
#8
Q1- Yes, correct
Q2 - The second generator will use its own pool. Pooled objects are set as hidden children of the pooling game object. To see them, enable the Debug Mode value in the pool's inspector
Please consider leaving a review for Curvy. This will help a lot keeping Curvy relevant in the eyes of the Asset Store algorithm.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Curvy Line Renderer for UI Spline? gekido 3 6 04-04-2024, 12:56 PM
Last Post: _Aka_
  8.8.0 is live, and it improves Curvy Generator greatly _Aka_ 1 10 04-03-2024, 03:16 PM
Last Post: _Aka_
  snap to the curve created by the curvy splines segment points ShiroeYamamoto 3 11 04-02-2024, 02:24 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

Forum Jump: