Skip to content

Core Framework v2.0.0

Compare
Choose a tag to compare
@nievesj nievesj released this 16 Jul 03:49
· 87 commits to master since this release
ff21e39
  • Improving support for Async / Tasks
  • Removing AsyncAwaitUtil in favor for UniTask, as it provides lower memory allocation
  • Improving and streamlining the services API
  • Core Framework now targets .Net Standard 2.0 and C# 7, which means the Incremental Compiler is now required
  • Added a Persistent Data Service. This service helps serialize data into files
  • Added Social Service, this service wraps the functionality of UnityEngine.Social with Observables
  • Replaced LeanTween with DOTween as DOtween allows tweens to be cached and reused