Fix deserialization of UTF-8 string for C# object properties

Closes #320
This commit is contained in:
Wojtek Figat
2021-03-12 13:49:45 +01:00
parent 4d85a5ac3d
commit a2be4bb74a
3 changed files with 166 additions and 8 deletions

View File

@@ -1,7 +1,5 @@
// Copyright (c) 2012-2021 Wojciech Figat. All rights reserved.
using FlaxEngine.Assertions;
namespace FlaxEngine.GUI
{
/// <summary>