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

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:
    32
    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:
    32
    Can you send me your project with only the parts that reproduce the issue? Thanks!