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.

Assembly Definition info in folder meta files

Discussion in '2017.2 Beta' started by JesOb, Jul 7, 2017.

  1. JesOb

    JesOb

    Joined:
    Sep 3, 2012
    Posts:
    1,084
    Why Assembly Definition info is stored in separate not Unity object text(json) files instead of folder meta files and editor support on it?

    Even if this is necessary to have separate file why not use ScriptableObject with exact structure, correct Editor In Inspector and easy script access?
     
  2. Rennan24

    Rennan24

    Joined:
    Jul 13, 2014
    Posts:
    38
    Yeah, it does seem kinda weird that they would go with the json method, but I assume it's because it was easier to implement or something, and this is just a beta as well, feedback like this is important. I just hope once 2017.2 comes to release a more elegant solution is put in, but even if it stays as jsons it's not like you're constantly editing these files anyways, but it does clutter up the project folders. :(