Page 2 of 2

Re: [Beta] NoesisGUI v3.1.0b4

Posted: 15 Jul 2021, 11:03
by Ringo
well, it can be just a method then, not a field.
data duplication is always confusing.

Re: [Beta] NoesisGUI v3.1.0b4

Posted: 15 Jul 2021, 12:07
by jsantos
You are right, we will proceed to remove that member in the next beta.

Thanks for the feedback!

Re: [Beta] NoesisGUI v3.1.0b5

Posted: 21 Jul 2021, 17:44
by jsantos
Beta 5 released
  • Enhancement C# Noesis.GUI.Extensions using official Microsoft.Xaml.Behaviors.Wpf package.
  • Enhancement C# Improvements to the performance of event handling.
  • Enhancement C# Deprecated OnPostInit and DependencyPropertyChanged callbacks to be more WPF compliant.
  • Enhancement C# Avoid calling callbacks if virtual methods are not overridden.
  • Enhancement C# Exposed dependency property enumeration in DependencyObject for automation.
  • Enhancement C++ Added extra tables and enums to RenderDevice.
  • Enhancement C++ Removed stride from Batch structure in RenderDevice.
  • Enhancement Samples updated to latest Noesis.GUI.Extensions.
  • Fixed Crash clearing event binds during shutdown (#2061).
  • Fixed Issue with constant buffer updates in D3D11 and UWP apps.

Re: [Release Candidate] NoesisGUI v3.1.0rc1

Posted: 23 Jul 2021, 21:21
by jsantos
Release Candidate 1 released
  • Enhancement Unity Support for automatic loading of system font fallbacks (Asian unicodes and emojis).
  • Enhancement Unity Updated plugins for Nintendo Switch, Xbox Series X|S, PlayStation 4 and PlayStation 5.
  • Enhancement App Display and Renderer implementation for Xbox Series X|S.
  • Fixed Rendering glitches in PlayStation 4.

Re: [Release Candidate] NoesisGUI v3.1.0rc1

Posted: 25 Jul 2021, 07:20
by mhamanaka
Hi, does NoesisGUI v3.1 supports Unity 2019.4 ?
I tried a bit and there's some compile errors around AssetImporters.

Re: [Release Candidate] NoesisGUI v3.1.0rc1

Posted: 25 Jul 2021, 20:53
by jsantos
Minimum version is 2020.2. It seems Unity is ignoring the field that indicates the minimum version in package.json and is allowing the import. We will document this properly.

Probably we could lower the barrier by using the 'Experimental' namespace in previous versions of Unity, but we didn't have time for testing that.

Re: [Release Candidate] NoesisGUI v3.1.0rc2

Posted: 26 Jul 2021, 13:47
by jsantos
Release Candidate 2 released
  • Fixed Unity Linking error when using WebGL platform.
  • Fixed Effects working on UWP platforms.

Re: [Release Candidate] NoesisGUI v3.1.0rc2

Posted: 27 Jul 2021, 21:06
by mhamanaka
> Minimum version is 2020.2. It seems Unity is ignoring the field that indicates the minimum version in package.json and is allowing the import. We will document this properly.

Ok, thank you!
Also clear documentation will be nice to new-comers.

Re: [Release Candidate] NoesisGUI v3.1.0rc2

Posted: 27 Jul 2021, 21:19
by jsantos
For Unity, the First Steps Tutorial has been reviewed and adapted to 3.1

Re: [Release Candidate] NoesisGUI v3.1.0rc2

Posted: 28 Jul 2021, 01:46
by jsantos
We are locking this thread, please open new ones in General Discussion to comment about 3.1.

Thank you all for the feedback!