Urho Versions Save

Code to integrate with the Urho3D engine

1.9.67

5 years ago

.NET Standard 2.0 support Make sure your monodroid projects target monodroid81, uwp projects target uap10.0.16299

1.8.90

6 years ago

Fixed #300 - missing GetRenderBuffer/GetTarget Fixed #266 - add NameStringHash to NameHash Fixed #272 - StringHash doesn't implement equality operators Fixed #273 - GetBoneSafe doesn't accept StringHash Fixed #291 and #249 - load x86/x64 mono-urho on windows. Fixed #309 - UrhoSharp 1.8.* breaks compatibility with iOS 9 Fixed UWP scaling issue WPF/WinForms - render in a backround thread Better x86/64 bit native library handling for Windows.

1.8.91

6 years ago

Hot-fix for 1.8.90 - fixed crash in WPF/WinForms with OpenGL as a backend.

1.8.71

6 years ago
  • Xamarin.Forms updated from 2.3 to 2.5.0.280555
  • new ApplicationOptions("AssetsData1;AssetsData2;AssetsData3") - new quick syntax
  • UniversalWindowsPlatform updated from 5.2.* to 6.0.7
  • WPF input issue
  • Fixed UrhoSharp.Tools (macOS binaries)
  • Missing binding: RenderSurface::GetRenderBuffer/GetTarget #300

1.8.51

6 years ago
  • Updated to Urho3D 1.7
  • ARKit and ARCore components
  • Fixed major Android and iOS crashes
  • Optional DirectX11 backend for Windows
  • UWP 64bit support (and .NET Native toolchain)
  • Added IndexBuffer SetData overload for large indices
  • Minor fixes in Actions
  • Added Graphics.GetMultiSampleLevels

1.8.60

6 years ago
  • Fixed UWP app validation error
  • ARCore updated to 1.0
  • Added Randoms.NextBoolean and GetRandomElement
  • app.Platform returns UWP instead of Windows for UWP

1.8.65

6 years ago
  • Minor fixes in ARKitComponent & ARCoreComponent (unify API, make more friendly to SimpleApplication)
  • Added user-friendly ToString() to Vector, Matrices