Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

5.3 released

Discussion in 'Announcements' started by SaraCecilia, Dec 8, 2015.

Thread Status:
Not open for further replies.
  1. Ironmax

    Ironmax

    Joined:
    May 12, 2015
    Posts:
    890
  2. ladyonthemoon

    ladyonthemoon

    Joined:
    Jun 29, 2015
    Posts:
    236
    Thank you. I switched back to MonoDevelop; the only thing I regret about it is that we cannot have a dark theme.

    As for Visual Studio, I was appalled by the number of things that were installed with it and the number of services it launched at start, so I uninstalled it entirely. Future will tell if I was wrong. ;)
     
  3. Ironmax

    Ironmax

    Joined:
    May 12, 2015
    Posts:
    890
    if you install Unity 5.1.3 or something you get mono 4. where you can use custom template. (just install on different folder and assign your external tool to this mono version" I am using mono 4 with Unity 5.3.4
     
  4. Ironmax

    Ironmax

    Joined:
    May 12, 2015
    Posts:
    890
    heres a template i use for semi dark syntax
    Code (CSharp):
    1. <?xml version="1.0"?>
    2.  
    3. -<EditorStyle _description="byIronMax" name="DarkGraySyntax">
    4.  
    5. <Style name="text" bgColor="#2E3436" color="#D3D7CF"/>
    6.  
    7. <Style name="text.selection" bgColor="#555753" color="#CBCBCB"/>
    8.  
    9. <Style name="text.selection.inactive" bgColor="#665F5F" color="#000000"/>
    10.  
    11. <Style name="text.background.readonly" color="#111111"/>
    12.  
    13. <Style name="text.background.searchresult" color="#006060"/>
    14.  
    15. <Style name="text.background.searchresult-main" color="#008080"/>
    16.  
    17. <Style name="text.link" color="#EDD400"/>
    18.  
    19. <Style name="marker.line" color="#111111"/>
    20.  
    21. <Style name="marker.line.changed" color="#73D216"/>
    22.  
    23. <Style name="marker.line.dirty" color="#EDD400"/>
    24.  
    25. <Style name="marker.template.primary_template" bgColor="#8F5902" color="#E9B96E"/>
    26.  
    27. <Style name="marker.template.primary_highlighted_template" bgColor="#C17D11" color="#E9B96E"/>
    28.  
    29. <Style name="marker.template.secondary_template" bgColor="#2E3436" color="#FFFFFF"/>
    30.  
    31. <Style name="marker.template.secondary_highlighted_template" bgColor="#555753" color="#EEEEEC"/>
    32.  
    33. <Style name="marker.ruler" color="#7FB24C"/>
    34.  
    35. <Style name="marker.bracket" bgColor="#555753" color="#FAFAFA"/>
    36.  
    37. <Style name="marker.usages" bgColor="#555753" color="#FEFEFE"/>
    38.  
    39. <Style name="marker.bookmark.color1" color="#EEEEEC"/>
    40.  
    41. <Style name="marker.bookmark.color2" color="#FFFFFF"/>
    42.  
    43. <Style name="diff.line-added" color="#1832BB"/>
    44.  
    45. <Style name="diff.line-removed" color="#729FCF"/>
    46.  
    47. <Style name="diff.line-changed" color="#A4B600"/>
    48.  
    49. <Style name="diff.header" color="#8AE231" weight="Bold"/>
    50.  
    51. <Style name="diff.header-seperator" color="#888A85"/>
    52.  
    53. <Style name="diff.header-oldfile" color="#8AE232" weight="Bold"/>
    54.  
    55. <Style name="diff.header-newfile" color="#8AE232" weight="Bold"/>
    56.  
    57. <Style name="diff.location" color="#8AE231"/>
    58.  
    59. <Style name="bubble.warning" bgColor="#444400" color="#BABDB6"/>
    60.  
    61. <Style name="bubble.error" color="#BABDB6"/>
    62.  
    63. <Style name="linenumber" bgColor="#111111" color="#FFFFFF"/>
    64.  
    65. <Style name="iconbar" color="#111111"/>
    66.  
    67. <Style name="iconbar.separator" color="#75A4B1"/>
    68.  
    69. <Style name="fold" bgColor="#000000" color="#BABDB6"/>
    70.  
    71. <Style name="fold.margin" bgColor="#111111" color="#FFFFFF"/>
    72.  
    73. <Style name="comment" color="#888A85"/>
    74.  
    75. <Style name="comment.keyword.todo" bgColor="#FCE94F" color="#888A85" weight="Bold"/>
    76.  
    77. <Style name="comment.keyword" bgColor="#000000" color="#888A85" weight="Bold"/>
    78.  
    79. <Style name="comment.tag" color="#888A85"/>
    80.  
    81. <Style name="text.punctuation" color="#E1DA9E"/>
    82.  
    83. <Style name="text.preprocessor" color="#719DCF"/>
    84.  
    85. <Style name="text.preprocessor.keyword" color="#719DCF" weight="Bold"/>
    86.  
    87. <Style name="xml" color="#2BEDF7"/>
    88.  
    89. <Style name="xml.tag" color="#29A0F2"/>
    90.  
    91. <Style name="xml.name" color="#729FCF"/>
    92.  
    93. <Style name="xml.attribute" color="#73D216"/>
    94.  
    95. <Style name="xml.cdata" color="#EDD400"/>
    96.  
    97. <Style name="tooltip" bgColor="#555753" color="#D3D7CF"/>
    98.  
    99. <Style name="tooltip.border" color="#EEEEEC"/>
    100.  
    101. <Style name="tooltip.pager.text" color="#D3D7CF"/>
    102.  
    103. <Style name="tooltip.pager.top" color="#555753"/>
    104.  
    105. <Style name="tooltip.pager.bottom" color="#555753"/>
    106.  
    107. <Style name="tooltip.pager.triangle" color="#D3D7CF"/>
    108.  
    109. <Style name="completion" bgColor="#F0F6F8" color="#434343"/>
    110.  
    111. <Style name="completion.highlight" color="#BA3373"/>
    112.  
    113. <Style name="completion.selection" bgColor="#DFF4F0" color="#F8FCFC"/>
    114.  
    115. <Style name="completion.selection.border" color="#C9C9C9"/>
    116.  
    117. <Style name="completion.selection.inactive" bgColor="#E6E6E6" color="#F9F9F9"/>
    118.  
    119. <Style name="completion.selection.inactive.border" color="#BEBEBE"/>
    120.  
    121. <Style name="constant" bgColor="#000000" color="#EDD400"/>
    122.  
    123. <Style name="constant.digit" color="#EDD400"/>
    124.  
    125. <Style name="constant.language" color="#CE5C00"/>
    126.  
    127. <Style name="constant.language.void" color="#B554C8" weight="Bold"/>
    128.  
    129. <Style name="string" color="#F9F3BF"/>
    130.  
    131. <Style name="string.escape" color="#C4A000"/>
    132.  
    133. <Style name="string.single" color="#C7C18D"/>
    134.  
    135. <Style name="string.double" color="#E0A0FF"/>
    136.  
    137. <Style name="string.other" color="#EEE9BE"/>
    138.  
    139. <Style name="keyword.access" color="#00CAFF"/>
    140.  
    141. <Style name="keyword.operator" color="#42BCBC" weight="Bold"/>
    142.  
    143. <Style name="keyword.selection" color="#08C2E2" weight="Bold"/>
    144.  
    145. <Style name="keyword.iteration" color="#AD7FA7" weight="Bold"/>
    146.  
    147. <Style name="keyword.jump" color="#0090FF" weight="Bold"/>
    148.  
    149. <Style name="keyword.context" color="#7059FA"/>
    150.  
    151. <Style name="keyword.exceptions" color="#AD7FA7"/>
    152.  
    153. <Style name="keyword.modifier" color="#0ABBFE"/>
    154.  
    155. <Style name="keyword.type" color="#00B4FF" weight="Bold"/>
    156.  
    157. <Style name="keyword.namespace" color="#AD7FA7" weight="Bold"/>
    158.  
    159. <Style name="keyword.property" color="#AD7FA7"/>
    160.  
    161. <Style name="keyword.declaration" color="#AD7FA7" weight="Bold"/>
    162.  
    163. <Style name="keyword.parameter" color="#507FFE" weight="Bold"/>
    164.  
    165. <Style name="keyword.operator.declaration" color="#AD7FA7" weight="Bold"/>
    166.  
    167. <Style name="keyword.misc" bgColor="#000000" color="#FFFFFF" weight="Bold"/>
    168.  
    169. <Style name="keyword.semantic.type" color="#8AE232"/>
    170.  
    171. <Style name="keyword.semantic.field" color="#84C2E4"/>
    172.  
    173. <Style name="keyword.semantic.property" color="#40A2FA"/>
    174.  
    175. <Style name="keyword.semantic.method" color="#E4F9F9"/>
    176.  
    177. <Style name="keyword.semantic.error" color="#EF2828"/>
    178.  
    179. <Style name="keyword.semantic.type.declaration" color="#8AE234"/>
    180.  
    181. <Style name="keyword.semantic.field.declaration" color="#CCFFFF"/>
    182.  
    183. <Style name="comment.tag.line" color="#888A85"/>
    184.  
    185. <Style name="comment.line" color="#888A85"/>
    186.  
    187. <Style name="keyword.semantic.method.declaration" color="#CCFFFF"/>
    188.  
    189. <Style name="bubble.warning.text" bgColor="#444400" color="#BABDB6"/>
    190.  
    191. <Style name="bubble.error.text" bgColor="#440000" color="#BABDB6"/>
    192.  
    193. <Style name="comment.block" color="#888A85"/>
    194.  
    195. <Style name="comment.doc" color="#888A85"/>
    196.  
    197. <Style name="comment.tag.block" color="#888A85"/>
    198.  
    199. <Style name="comment.tag.doc" color="#888A85"/>
    200.  
    201. <Style name="marker.breakpoint.invalid" color="#EDDCDC"/>
    202.  
    203. <Style name="marker.breakpoint.invalid.color1" color="#EDDCDC"/>
    204.  
    205. <Style name="marker.breakpoint.invalid.border" color="#AB616B"/>
    206.  
    207. <Style name="marker.breakpoint.color1" color="#FFFFFF"/>
    208.  
    209. <Style name="marker.breakpoint.color2" color="#AB616B"/>
    210.  
    211. <Style name="marker.breakpoint" bgColor="#AB616B" color="#FFFFFF"/>
    212.  
    213. <Style name="marker.debug.currentline" bgColor="#FFFF00" color="#000000"/>
    214.  
    215. <Style name="marker.debug.currentline.color1" color="#FFFF00"/>
    216.  
    217. <Style name="marker.debug.currentline.color2" color="#FFFFCC"/>
    218.  
    219. <Style name="marker.debug.stackline" bgColor="#80FF80" color="#000000"/>
    220.  
    221. <Style name="marker.debug.stackline.color1" color="#80FF80"/>
    222.  
    223. <Style name="marker.debug.stackline.color2" color="#CCFFCC"/>
    224.  
    225. <Style name="marker.underline.error" color="#C44D58"/>
    226.  
    227. <Style name="marker.underline.warning" color="#EDD400"/>
    228.  
    229. <Style name="marker.underline.suggestion" color="#73D216"/>
    230.  
    231. <Style name="marker.underline.hint" color="#3465A4"/>
    232.  
    233. <Style name="template" bgColor="#FDFAED" color="#000000"/>
    234.  
    235. <Style name="template.tag" bgColor="#FDF0BD" color="#000000"/>
    236.  
    237. <Style name="template.directive" bgColor="#FDFAED" color="#000000"/>
    238.  
    239. <Style name="keyword.semantic.event" color="#D30082"/>
    240.  
    241. <Style name="keyword" color="#009695"/>
    242.  
    243. <Style name="keyword.semantic.property.declaration" color="#D2D7CD"/>
    244.  
    245. <Style name="keyword.semantic.event.declaration" color="#87c2de"/>
    246.  
    247. </EditorStyle>
     
  5. ladyonthemoon

    ladyonthemoon

    Joined:
    Jun 29, 2015
    Posts:
    236
    Thank you! What do I do with it? :D
     
  6. Ironmax

    Ironmax

    Joined:
    May 12, 2015
    Posts:
    890
    copy / Past in a new text file save it as "mydesign.xml" then in mono go to options + Text Editor + Syntax Highlighing and add this design here.. or use some of the build in dark templetes.
     
    ladyonthemoon likes this.
  7. ladyonthemoon

    ladyonthemoon

    Joined:
    Jun 29, 2015
    Posts:
    236
    Thank you! :cool:
     
    Ironmax likes this.
  8. kaarme

    kaarme

    Joined:
    May 1, 2014
    Posts:
    177
    I have Unity 5.3.4, and it's absolutely terrible. It's lagging so much it's unusable. I have Intel xeon W3680 and gtx 770, I think that should be enough power to run a nearly empty scene. I can't work anymore. Thanks a lot.
     
    Last edited: Mar 20, 2016
  9. ladyonthemoon

    ladyonthemoon

    Joined:
    Jun 29, 2015
    Posts:
    236
    I'm running the same version of Unity without any lag. AMD hardware:
    I've never trusted Intel and NVidia.
     
  10. Ironmax

    Ironmax

    Joined:
    May 12, 2015
    Posts:
    890
    Quick check list when upgrading Unity:

    - Does your old shaders work with new standards?
    - Check for any code error or warnings ("missing reference exception " does generate allot of allocation)
    - Are your prefab links broken?
    - Missing texture /shader (purple objects) check for this, else this may cause allocation loops)
    - Clear your baking cache
     
  11. Gametyme

    Gametyme

    Joined:
    May 7, 2014
    Posts:
    618
    Delete the library.
     
  12. kaarme

    kaarme

    Joined:
    May 1, 2014
    Posts:
    177
    I haven't seen anything weird, but I will look at the warnings...
     
  13. kaarme

    kaarme

    Joined:
    May 1, 2014
    Posts:
    177
    It runs a bit better now, play mode has decent fps and editor is usable but it still freezes sometimes.
     
  14. fafase

    fafase

    Joined:
    Jul 3, 2012
    Posts:
    161
    Got the same and it has been for a while. New patches are not fixing it. Could be related to the GPU since it does not happen to everyone.
     
  15. Catacomber

    Catacomber

    Joined:
    Sep 22, 2009
    Posts:
    682
    On Mac, if you want to install a second version of Unity, do you just have to rename the Application file before you install the second version? Or do you need to rename any other file too? Thanks.

    Any problems I should look out for doing this?

    I've currently reverted to Unity 4.7 to build for mobile but one of the games I have in the Apple iOS store was built with 5.1.2 and i'd like to be able to open it and look at some of the settings building our new game. I have a strong reason for going back to 4.7 having to do with some of my critical assets. The developer of one of my critical assets updated his asset to 5.3 already but realizing some of us have trouble on mobile with 5.3 has offered to redo his current version to work with 4.7 To help not just me but others using mobile.
     
    Last edited: Mar 21, 2016
  16. Gametyme

    Gametyme

    Joined:
    May 7, 2014
    Posts:
    618
    Yep.
     
  17. Catacomber

    Catacomber

    Joined:
    Sep 22, 2009
    Posts:
    682
    Thanks. :D

    Thankfully most of the assets I need haven't been updated and a few that I do need that did, I've been able to use with help from friends in the same boat.
     
    Last edited: Mar 21, 2016
  18. orb

    orb

    Joined:
    Nov 24, 2010
    Posts:
    3,037
    Nope! Just rename the folder.
     
  19. Gametyme

    Gametyme

    Joined:
    May 7, 2014
    Posts:
    618
    Sorry, misread the question. Yes, I rename the folder and the application so I know which version it is.
     
  20. andyz

    andyz

    Joined:
    Jan 5, 2010
    Posts:
    2,251
    The latest MonoDevelop is a step back for me since most of the time on Win10 I can't even paste into the editor - a nasty bug so finally trying VS
    But trying to install VS gives an 'installer blocked with error -2147205120' message! Can't win
     
    Last edited: Mar 21, 2016
  21. ladyonthemoon

    ladyonthemoon

    Joined:
    Jun 29, 2015
    Posts:
    236
    Here, scroll down: http://docs.unity3d.com/Manual/InstallingUnity.html
     
  22. Catacomber

    Catacomber

    Joined:
    Sep 22, 2009
    Posts:
    682
    Last edited: Mar 21, 2016
  23. ladyonthemoon

    ladyonthemoon

    Joined:
    Jun 29, 2015
    Posts:
    236
    Is there somewhere a portable version of Unity?
     
  24. Eric5h5

    Eric5h5

    Volunteer Moderator Moderator

    Joined:
    Jul 19, 2006
    Posts:
    32,401
    There's only one version of Unity, so whatever you download is all there is, though I don't really know what you mean by "portable version".

    --Eric
     
  25. superpig

    superpig

    Drink more water! Unity Technologies

    Joined:
    Jan 16, 2011
    Posts:
    4,649
    If you mean a version of Unity that you can just copy to a portable HDD or something and plug into a machine and run directly, I believe that copying the Unity application directory to such an HDD should just work. Things like your preferences or recent projects wouldn't transfer between machines, but the Editor itself should do just fine.
     
  26. SaraCecilia

    SaraCecilia

    Joined:
    Jul 9, 2014
    Posts:
    675
Thread Status:
Not open for further replies.