Coder Social home page Coder Social logo

sssystem's Introduction

SS-System 1.3.0

SS-System for Unity: Scene & UI Manager!


RELEASE NOTES:

Version 1.3.0

  • (IMPORTANT) Made a big change to support 'Switch View Animation' looks like when you tap an item on the list of iOS. It works only with 'Sub-Screens' of SS-System, which become a stack now. SSMotion & SSAnimation now have 4 slots for adding animations. I also included two more default slide animations, now we have four ones, just drag them correspondingly to SSAnimation of your scene. Call SubScreen(scene 1) then SubScreen(scene 2) for example.

Version 1.2.2

  • (NEW) SSSceneManager: Add SetGlobalBgm() and ClearGlobalBgm().
  • (FIX) SSRootScale: Fixed a bug which not work fine with the newest NGUI versions.

Version 1.2.1

(IMPORTANT)- Made a big change in SSSceneManager for resolving the problem of 1-frame delay in OnSet method, and now it SUPPORT UNITY FREE!

  • SSSceneManager: Add class PopUpData
  • SSSceneManager: Fix a bug which crash when lock/unlock scene.
  • SSSceneManager: Add Default Shield Color, Remove Default Shield Alpha.
  • SSController: Add virtual method OnSetAdding()

Version 1.2.0

(IMPORTANT) You must to edit all Start() function of scripts which inherit SSController.
.FROM : void Start() { // Your code }
.TO : protected override void Start() { base.Start(); // Your code }

  • SSController: Start() is virtual from now.
  • SSController: Add OnStartWithoutSceneManager() just for testing easier.
  • SSController: Add OnEnableFS(). FS means 'First in Start'. The first call of OnEnable() is right after Awake(). The first call of OnEnableFS() is in Start().
  • SSSceneManager: Add public function: LoadRes(string sceneName) and UnloadRes(string sceneName) for the scene which contains only resources.
  • SSSceneManager: Add virtual function OnFirstSceneLoad.
  • SSSceneManager: Add event onScreenStartChange(string sceneName).
  • SSSceneManager: Fixed a bug which OnHide() is not be call when we call Screen().
  • SSRootScale: Add Anchor TOP/CENTER/BOTTOM. Fixed bug.
  • Demo: Deleted Resources folder, Add Sound folder.

Version 1.1.0

  • SSSceneManager: ResetScreen is deprecated, please use Reset instead. Fixed a bug when Reset.
  • SSMotion: Add SSMotion. SSAnimation extends SSMotion. Now you can extend SSMotion to make your own animation scripts, which use other tween libraries. Don't forget ignore time scale of tween!

Version 1.0.11

  • SSSceneManager: Fixed bug top shield, Changed default alpha top shield to 0.5
  • SSSceneManager: Add function HideLoading(bool isForceHide = false)

โ€ฆ


I . How to use Demo:

  1. Add all scenes in SSSystem/Demos/Scenes to Build Setting
  2. Play this scene: SSSystem/Demos/Scenes/Base/BaseSound

II. All documents:

  1. Presentation: http://anh-pham.appspot.com/sssystem/en/sssystem.pdf
  2. How to use (step by step): Hello World
    http://anh-pham.appspot.com/sssystem/en/sshello.pdf
    or: Offline document: Assets/SSSystem/Documents/sshello.pdf
  3. How to use (step by step): Advance
    http://anh-pham.appspot.com/sssystem/en/ssadvance.pdf
    or: Offline document: Assets/SSSystem/Documents/ssadvance.pdf
  4. Script Reference: http://anh-pham.appspot.com/sssystem/

III. Home page: http://anh-pham.appspot.com

IV. Email contact: [email protected]

sssystem's People

Contributors

anh-pham-kayac avatar anhpham avatar quan-nguyen avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.