Search Unity

  1. Unity Asset Manager is now available in public beta. Try it out now and join the conversation here in the forums.
    Dismiss Notice

Data Upgrade Please let a valueTuple can be serialized

Discussion in 'Experimental Scripting Previews' started by Thaina, Sep 10, 2018.

  1. Thaina

    Thaina

    Joined:
    Jul 13, 2012
    Posts:
    1,166
    While Tuple exist in C# 7 and work fine in unity with incremental compiler. It seem like it did not serialized even each component could be serialized

    Tuple should just be special case to be serializable natively in unity

    ps. This was already posted in another category but I think here is more fit the issue