Skip to content

Release V1.0.1 of the Service Framework

Compare
Choose a tag to compare
@SimonDarksideJ SimonDarksideJ released this 24 Feb 18:41
· 135 commits to main since this release
f4a2fe1

1.0.1 Patch Release of the Service Framework

The Service framework provides a service repository for enabling background services to run efficiently in a Unity project, it features capabilities such as:

  • Platform-specific operation - choose which platforms your service runs on.
  • Zero Latency from Unity operations - services are fully c# based with no Unity overhead.
  • Ability to host several sub-services (service modules) as part of a service, automatically maintained by a parent service and also platform aware.
    Fully configurable with Scriptable profiles - Each service can host a configuration profile to change the behavior of your service without changing code.

Requirements

  • Unity 2020.3 and above
  • RealityCollective.Utilities

Published via OpenUPM