Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
While waiting for version 2.2.0
#1
Hi

There is a bug, that creates issues with pooling when using Curvy 2.1.3 (or bellow) with Unity 2017.2.1 (or above).
The bug is fixed in Curvy 2.2.0. This version is not yet available (still under Unity's validation), so in the meantime, here is the bug fix for those who have the issue:


In Assets/Packages/DevTools/Components/ComponentPool.cs
look for
m_Settings.OnValidate();
and replace it with
if (m_Settings != null) m_Settings.OnValidate();

Same thing to do in Assets/Packages/DevTools/Components/PrefabPool.cs

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


Possibly Related Threads…
Thread Author Replies Views Last Post
  New version Broke my Generator after each compilation UsernameHed 9 6,628 11-04-2019, 05:51 PM
Last Post: _Aka_

Forum Jump: