-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
17 changed files
with
300 additions
and
177 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,14 @@ | ||
# Global module | ||
# Global System | ||
|
||
## class GlobalBehavioour & BehaviourManager | ||
### Descript | ||
Simulate monobehaviour's methods like 'Awake/OnEnable/Update/OnDisable/OnDestroy'. | ||
### Usage | ||
See Assets/Example and source code. | ||
## class GlobalTime | ||
### Descript | ||
Global system time information. | ||
|
||
## class ScriptableObjectAssetsCreator | ||
### Descript | ||
Create ScriptableObject asset. | ||
### Usage | ||
Right click ScriptableObject script file and click menu "Create -> ScriptableObject To Asset". | ||
## class Singleton | ||
### Descript | ||
Makes MonoBehaviour singleton. | ||
### Usage | ||
See class BehaviourUpdater. | ||
Right click ScriptableObject script file and click menu "Create -> ScriptableObject To Asset". |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.