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.
  2. We’re making changes to the Unity Runtime Fee pricing policy that we announced on September 12th. Access our latest thread for more information!
    Dismiss Notice
  3. Dismiss Notice

Bug? | Error in build on check description custom tipes in project?

Discussion in 'Project Tiny' started by TheFordeD, Jan 29, 2019.

  1. TheFordeD

    TheFordeD

    Joined:
    Jul 9, 2018
    Posts:
    32
    Error:
    Screenshot_16.png
    Not Create Type:
    Screenshot_17.png
    Error logic point method, check types description:
    Screenshot_18.png

    Error point, Send error about non created type:
    Screenshot_19.png


    Struct file created in project:
    Screenshot_20.png
     
  2. robertg_unity

    robertg_unity

    Unity Technologies

    Joined:
    May 4, 2018
    Posts:
    31
    Hi @TheFordeD,

    From the look of it, I feel like this could potentially be a problem of initialization order. Without the project I cannot confirm this, but perhaps you can verify if a type is dependent of another type before it is defined? Thank you
     
  3. TheFordeD

    TheFordeD

    Joined:
    Jul 9, 2018
    Posts:
    32
    Main struct:
    upload_2019-1-31_13-16-3.png

    Child struct:
    upload_2019-1-31_13-17-41.png
     

    Attached Files:

  4. robertg_unity

    robertg_unity

    Unity Technologies

    Joined:
    May 4, 2018
    Posts:
    31
    Can you send me your project with only the parts that reproduce the issue? Thanks!