Search Unity

[EditorBrowsable] on SyncList and implications on build size

Discussion in 'Multiplayer' started by liortal, Jun 13, 2015.

  1. liortal

    liortal

    Joined:
    Oct 17, 2012
    Posts:
    3,562
    Hey,

    I saw that the SyncList type is decorated with the EditorBrowsable attribute:
    upload_2015-6-13_19-3-40.png

    I wonder if that has any implications with regard to code build size or for code stripping.
    This type comes from the System.dll and not mscorlib. Does that mean this additional DLL must be added to the build? (or maybe it's already added anyway?)
     
  2. Lexeon

    Lexeon

    Joined:
    Apr 22, 2016
    Posts:
    23
    I don't know if it's too late, but from what I understand it hides your public methods from intellisense if set to Never.