Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.

Tiny3D FormatException: Input string was not in a correct format.

Discussion in 'Project Tiny' started by chenhao_stardust, Aug 8, 2020.

  1. chenhao_stardust

    chenhao_stardust

    Joined:
    Jul 12, 2020
    Posts:
    10
    Untiy: 2020.1.1f1c1
    Tiny: 0.28
    Tiny3D Example
    Build Android Error:
    upload_2020-8-8_15-10-38.png
     
  2. AbdulAlgharbi

    AbdulAlgharbi

    Unity Technologies

    Joined:
    Jul 27, 2018
    Posts:
    319
    hmmmm
    are you sure you are building Tiny3D?
    We don't have strings in that sample
    Can you share steps to reproduce this issue?
     
  3. chenhao_stardust

    chenhao_stardust

    Joined:
    Jul 12, 2020
    Posts:
    10
    hi
    "Config. EditorVersionInc = int. Parse (unityVersionParts [2]. The Substring (typeIndex + 1));"
    Code in the "ExportTinyCoreSettings" file
    I changed it to
    Config. EditorVersionInc = int. Parse (unityVersionParts [2]. Remove (typeIndex));
    My unity 2020.1.1 f1c1
    Tiny 0.28
     
  4. JC-Cimetiere

    JC-Cimetiere

    Unity Technologies

    Joined:
    May 8, 2014
    Posts:
    123
    Can you share what Windows version and language settings and regional formatting?
     
  5. AbdulAlgharbi

    AbdulAlgharbi

    Unity Technologies

    Joined:
    Jul 27, 2018
    Posts:
    319
    This was fixed in Tiny 0.29
    Please update and let us know if you see any other issues