Skip to content

Releases: TheKeyblader/Unilonia

upm/0.8.2

17 Nov 17:42
Compare
Choose a tag to compare

[0.8.2] - 2020-11-17

Changed

  • Updated AvaloniaUI DLLs to 0.10.0-preview6
  • Updated ReactiveUI to 12.1.5

upm/0.8.1

16 Nov 23:48
Compare
Choose a tag to compare
upm/0.8.1 Pre-release
Pre-release

[0.8.1] - 2020-11-17

Changed

  • Now using upm dependency for Newtonsoft Json dll

upm/0.8.0

16 Nov 23:31
Compare
Choose a tag to compare
upm/0.8.0 Pre-release
Pre-release

[0.8.0] - 2020-11-17

Added

  • Added support Experimental Play Mode

Changed

  • Updated Unity Version

upm/0.7.0

31 Oct 19:29
Compare
Choose a tag to compare

[0.7.0] - 2020-10-31

Changed

  • Unity Dispatcher is now in a dll to allow to be used in external projects
  • Refactoring code

New sample and some fixes

26 Oct 07:37
Compare
Choose a tag to compare

[0.6.0] - 2020-10-26

Added

  • New Samples ControlCatalog from Avalonia

Fixed

  • Fixed resize of screen using mutex
  • Fixed YFlip of texture using shader
  • Fixed Color space using shader
  • Fixed Missing scroll

Approching version 1.0 ? 🤔

24 Oct 10:13
Compare
Choose a tag to compare

[0.5.0] - 2020-10-24

Added

  • Added UnityDispatcher allow to run unity function in avalonia
  • Now Avalonia has this own thread.
  • Added draw fps option
  • Added an global option "useDeferredRendering" with default at true
  • Added UniloniaPlatformThreadingInterface to manage threading of Avalonia Thread
  • Added an option "overrideApplicationType" on AvaloiniaView to override default Application type (for samples only)

Changed

  • Avalonia use this own direct3d device
  • Updated input implementation to work with multithreading.
  • Updated clipboard implementation to work with multithreading.
  • Updated AvaloniaView Component to work with multithreading.
  • Updated AvaloniaApp class to work with multithreading.
  • Rewrite of AvaloniaView and TopLevelImpl to better separate Avalonia and Unity Code
  • Updated Samples
  • Updated Dependencies

Fixed

  • Added some missing mouse buttons
  • Added some missing keyboard keys

Removed

  • Removed PlatformThreadingInterface class used for single threading in unity

upm/0.4.0

09 Oct 06:51
Compare
Choose a tag to compare
upm/0.4.0 Pre-release
Pre-release

[0.4.0] - 2020-10-09

Added

  • New component AvaloniaView
  • Added global settings for unilonia

Changed

  • Updated com.solidalloy.type.references from 2.1.0 to 2.2.3

Removed

  • Removed AvaloniaApp component

upm/0.3.0

01 Oct 20:08
Compare
Choose a tag to compare
upm/0.3.0 Pre-release
Pre-release

[0.3.0] - 2020-10-01

Added

  • Added com.solidalloy.type.references for type dropdown

Changed

  • Moved Unilonia Packages from Assets to Packages
  • Updated new Unilonia Boostrap
  • Updated github workflows