Skip to content

1.7.7

Compare
Choose a tag to compare
@jcs090218 jcs090218 released this 06 Sep 11:24
· 1941 commits to master since this release
  • Fixed and make compatible with new Slide effect component in JCS_SequencePanel.
  • Deprecated Utility function => JCS_MouseOverGUI. This function isn't work well
    enough with resizable screen/window.
  • Make compatiable with resizable screen/window and add audo add event trigger event
    to event trigger system.
  • Make tween panel compatible with resizable screen/window.
  • JCS_InputField implemented for better input field handle.
  • Make compatible with resizable screen/window with JCS_ScaleEffect, basically the
    same issue as JCS_SlideEffect. The solution are the same to both of the component.
  • Add attach/detach all child util functions.
  • JCS_AnchorPresetsType enum implemented.
  • Update scripting manual with JCS_AnchorPresetsType file description.
  • Fixed all Unity object goes weird issue when having Unity defined UI as parent or
    child transform as another Unity defined UI.
  • Add merge list utilty function in JCS_Utility module.
  • Use force detach children instead of normal detach children in JCS_PanelChild module.
  • Remove all the weird testing key with test component with key options in there.
  • Instead set resolution and make aspect screen in Update we do it in LateUpdate function call.
  • Add fix text by font size and fix text by scale options in JCS_PanelRoot component
    work with JCS_PanelChild component.
  • JCS_AspectScreen implemented for aspect ratio window/screen functionalities.
  • Fix text component by scaling the size when doing the aspect ratio UI in JCS_PanelChild module.
  • Add GCD -greatest common factor math/util function.
  • Upgrade Unity Engine to 2018.2.6f1.