Skip to content

1.6.9

Choose a tag to compare

@jcs090218 jcs090218 released this 22 Jul 14:59
· 2712 commits to master since this release
  • Enable loop to all BGM player object in each scenes.
  • Fixed gamepad hit twice at the first key issue.
  • BGM play prefab, enable loop option as default.
  • Change the project location, make sure the project does not break with build info confirm.
  • Remove root scripts trailing white spaces.
  • Make 100 pixel per unit as default for Image Loader.
  • JCS_GUIUtil for GUI utilities functions implemented.
  • Add missing class description manual.
    -> JCS_GUIUtil
    -> JCS_Logger
  • Rename 'JCS_Buttons' folder to 'Button' for styling improvement.
  • Add 'Button' component getter => ButtonComp at file 'JCS_Button'.
  • Update scripting manual folder naming, JCS_Buttons => Button.
  • Fixed missing BGM player object in the GUI demo scene.
  • Add missing mobile input related classes descriptions.
  • Add truncate float function to Math module.