Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Known issues
#1
Dear Curvy users,

a new version will be released on 5th September, fixing the below know bugs. Workarounds/Fixes can be applied manually until that:

Import/Export button always visible, ignoring Global Toolbar setting from the preferences

Plese go to CurvyToolbar.cs, class TBImportExport and add:
Code:
public override void OnSelectionChange()
{
   Visible = CurvyProject.Instance.ShowGlobalToolbar;
}
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
Bug Issues when working with in-place prefabs Sacryn 4 6 02-27-2024, 04:08 PM
Last Post: _Aka_
Question Generator Canvas workflow issues Sacryn 1 7 02-02-2024, 11:22 PM
Last Post: _Aka_
Lightbulb issues with the shader in URP sukhov 4 8 11-22-2023, 12:52 PM
Last Post: _Aka_
  Curvy Splines Built In Editor Undo causes issues. Lupos 1 9 10-02-2023, 08:52 AM
Last Post: _Aka_

Forum Jump: