Skip to content

More explicit and silent but less coupled Message System for Unity

License

Notifications You must be signed in to change notification settings

shaderqu/Whisper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Whisper

Usage

See InputProcessor.cs and InputHandler.cs.
Both classes don't have any reference each other but delegates are bindable and executable.
They works like MessageSystem of Unity.

Custom Key Whisper

See CustomWhisperTypes.cs and CustomWhisperUsage.cs.
for example, Int32 and UnityEngine.GameObject types defined.

Installation

NPM Registry

NPM

Replace stable version at version definition in json x.x.x
example) "com.calci.whisper": "1.0.0"

{
    "dependencies": {
        "com.calci.whisper": "x.x.x"
    }
}
{
    "scopedRegistries": [
        {
            "name": "npm",
            "url": "https://registry.npmjs.org",
            "scopes": [
                "com.calci"
            ]
        }
    ]
}

About

More explicit and silent but less coupled Message System for Unity

Topics

Resources

License

Stars

Watchers

Forks

Languages