github unity-atoms/unity-atoms v1.0.0-beta
Unity Atoms v1.0.0-beta

latest releases: v4.5.0, v4.4.8, v4.4.7...
pre-release5 years ago

What's cooking? 🔥

  • Conditional Functions -> Check a condition before executing an action.
  • Molecules - Larger constructs / sets of atoms and other ScriptableObjects. First Molecule added is the Timer.
  • Moved editor scripts to separate folder
  • Rearranged the structure of Unity Atoms. Scripts are now on the highest level separated on type (int, float, etc.) instead of on concept (Game Event, Variables, etc.). This seems like a more natural way of structuring the project and makes it easier for developers to include / exclude the relevant stuff for their project.
  • New type called TouchUserInput that keeps track of a user’s touch input. There is also a possibility to detect tap / double tap.
  • Added new MonoHooks. For example OnPointerDownHook, OnButtonClickHook, OnTriggerStay and OnTriggerEnter.
  • New types added.
  • Added SetStringVariableValue.

Note: this is a beta release and the API is due to change.

Don't miss a new unity-atoms release

NewReleases is sending notifications on new releases.