FlaxEngine / FlaxAPI

Old repository with C# Editor and C# API for creating games in Flax Engine

Home Page:https://flaxengine.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

float to int (and similar) casting

stefnotch opened this issue · comments

When changing the type of a serialized variable to a different one, it might be nice if Flax attempted to convert them.

e.g. I changed a float to an int

Exception has been thrown during ManagedSerialization::Deserialize.
Input string '30.9876175' is not a valid integer. Path 'Count', line 1, position 136.