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
Available for freelance work, feel free to reach out: toolbuddy.net
Please consider leaving a review for Curvy, this helps immensely. Thank you.
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
Available for freelance work, feel free to reach out: toolbuddy.net
Please consider leaving a review for Curvy, this helps immensely. Thank you.
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
Available for freelance work, feel free to reach out: toolbuddy.net
Please consider leaving a review for Curvy, this helps immensely. Thank you.
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
Available for freelance work, feel free to reach out: toolbuddy.net
Please consider leaving a review for Curvy, this helps immensely. Thank you.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Curvy Line Renderer for UI Spline? gekido 5 784 10-29-2024, 10:19 AM
Last Post: _Aka_
  Invisible Gizmos In Latest Curvy Splines orrenravid1 1 295 06-11-2024, 07:36 AM
Last Post: _Aka_
  8.8.0 is live, and it improves Curvy Generator greatly _Aka_ 1 301 04-03-2024, 03:16 PM
Last Post: _Aka_
  snap to the curve created by the curvy splines segment points ShiroeYamamoto 3 559 04-02-2024, 02:24 PM
Last Post: _Aka_

Forum Jump: