Reply To: CurveEditor Problem in unity 2019.2.13

Forums 💬 Slate Sequencer ⚙️ Support CurveEditor Problem in unity 2019.2.13 Reply To: CurveEditor Problem in unity 2019.2.13

#20264
Gavalakis
Keymaster

    Hello there,

    Thanks for letting me know of this problem. The fix is thankfully easy.

    Please open up CurveEditor.cs and in the method named “Draw” (close to the end of the file), please change it to this:

    Notice, the change is simply commenting out //hRangeMax = timeRect.xMax;

    Please let me know if that works for you and thanks again for letting me know.