Skip to content

2.1.0

Choose a tag to compare

@jcs090218 jcs090218 released this 30 Nov 12:46
· 1304 commits to master since this release
  • Fixed panel root bug from JCS_2DSlideScreenCamera for incorrect swiping calculation.
  • Simplify screen variables by merging width and height to just the size.
  • Fixed screen space calculation for resizable screen.
  • Swiping previous/next page are now calculated by percentage of the page space.
  • Fixed logic JCS_TransformTweener for applying panel root.
  • Fixed logic JCS_2DSlideScreenCamera for screen size.
  • Added boundary for JCS_2DSlideScreenCamera in swiping behaviour.
  • Fixed position differences when swiping screen UI.
  • Filled default camera, microphone, location usage information.
  • Changed from Travis CI to GitHub Actions.
  • Updated project's Unity Engine version to 2020.1.2f1.
  • Implemented new component JCS_TransformLinkedObject.
  • Implemented new component JCS_TransformLinkedObjectController.