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

Thank you for a21!

Discussion in '2020.2 Beta' started by b4gn0, Aug 28, 2020.

  1. b4gn0

    b4gn0

    Joined:
    Jul 26, 2019
    Posts:
    119
    Thank you Unity staff for giving us the most stable alpha since 2020.2 conception.

    Me and my team could literally work without restarting the editor or having it crash periodically.

    I hope that in the middle of all the bug reports you get this thank you message will arrive to the right people that work hard on the editor :)

    Thank you!
     
    LeonhardP, transat, Lex4art and 3 others like this.
  2. Deleted User

    Deleted User

    Guest

  3. Peter77

    Peter77

    QA Jesus

    Joined:
    Jun 12, 2013
    Posts:
    6,618
    upload_2020-8-28_11-56-53.png
     
  4. b4gn0

    b4gn0

    Joined:
    Jul 26, 2019
    Posts:
    119
    Ahahah Peter77 I know this might sound like sarcasm but I'm finally happy to be able to actually work on my game!

    Before I was taking for granted that the editor would break frequently, and that was another problem on its own, but I guess we have to take all the victories we can.
     
    adamgolden and Peter77 like this.
  5. Deleted User

    Deleted User

    Guest

    You develop your game using Unity Alpha? Alpha versions are not for production, LTS or final versions are more suitable for that.
     
  6. ImpossibleRobert

    ImpossibleRobert

    Joined:
    Oct 10, 2013
    Posts:
    530
    I also usually work on the betas. There is no generic rule. If they offer something you can take advantage of, you get this first, with the prize that you might have to implement some workarounds for things that otherwise are broken. In the past I have done quite well with this strategy and I am looking forward to the 2020.2 beta. I do some test upgrades every now and then to see which assets will break and adjust preemptively. This time nearly everything works except VRIF since there was again some XR cleanup in the API but nothing major. On the have-side, I am tremendously looking forward to Ambient Occlusion in URP 10.
     
    transat and NotaNaN like this.
  7. adamgolden

    adamgolden

    Joined:
    Jun 17, 2019
    Posts:
    1,555
    +1 (Windows 10)

    Also.. looking over Known Issues, 2020.2 BETA is next!? Am I the only one that didn't notice this until now? :D:cool:

    0b1.jpg

    Fix it for me 0b1 Kenobi, you're my only hope! XD
     
    NotaNaN, Ruslank100, Lex4art and 4 others like this.
  8. b4gn0

    b4gn0

    Joined:
    Jul 26, 2019
    Posts:
    119
    Unfortunately we went down the UI Toolkit route and we needed some lightmap features that were only in the 2020.1 alpha.
    Be sure I will stick to 2020.2 from now on, it has been a rough month and a half using this :)
     
  9. laurentlavigne

    laurentlavigne

    Joined:
    Aug 16, 2012
    Posts:
    6,362
    it's not very good
     
  10. transat

    transat

    Joined:
    May 5, 2018
    Posts:
    779
    I’ve found 2020.2a21 to be very stable as well, on a Mac. Noticeably fewer crashes than with a19. I’m hoping it’s not anecdotal if others are seeing this too. In any case, feels like 2020.2 is definitely ready to get out of [alpha].
     
    Last edited: Aug 29, 2020
  11. Deleted User

    Deleted User

    Guest

    I hope they'll manage and fix the Linux problems before getting it out of alpha.
     
    Last edited by a moderator: Aug 29, 2020
    adamgolden likes this.
  12. ImpossibleRobert

    ImpossibleRobert

    Joined:
    Oct 10, 2013
    Posts:
    530
    Oh no don't crush my urp hopes why do you say so?
     
  13. laurentlavigne

    laurentlavigne

    Joined:
    Aug 16, 2012
    Posts:
    6,362
    2ms+ on a rtx2060
    wait on deferred
     
  14. transat

    transat

    Joined:
    May 5, 2018
    Posts:
    779
    @APSchmidt Yes, I meant alpha. I've edited my post. And point taken about Linux.
     
  15. jjejj87

    jjejj87

    Joined:
    Feb 2, 2013
    Posts:
    1,117
    Actually this is the best way to develop your game. Despite what Unity devs say, and some people, if you shipped games with Unity, then you know working with Alpha is the BEST way. Here is why

    1) If you work with LTS, and assuming your game takes 1 year to develop, then by the time your game is complete, the game is running on a very old, obsolete engine. Unity is not particularly cutting edge, so if you go this route, your game engine will be effectively 4~5 years behind cutting edge. Not very smart. LTS is not particularly stable either, I will explain this in 2)

    2) LTS does not get any new feature updates, only bug fixes, and while this sounds very easy to understand, there is a HUGE catch. Unity will only fix bugs, and guess who decides if a feature/implementation is a bug? Unity does. If they decide that it is too much work, then it is not a bug. Surprised? well, welcome to the real world. If you are not convinced just go around the forum - there is plenty. I am not saying Unity is evil, this is all business and somewhere, someone has to make hard decisions and if you want to succeed, or suffer less, then you have to be well informed. I will give you two examples

    • There was a case where UI texts would just eat up CPU time, not game breaking but noticeable. Users thought it was a bug, but devs thought the fix was an improvement. The fix/improvement did not make it to the LTS, as it was a new feature. This was a few years ago.
    • Recently, the 2020.1 HDRP TAA was revamped. Many people think (including me) that it should be ported to 2019 HDRP, but since it is a new feature, 2019 HDRP is not getting it. What is funny is that 2019 TAA is so bad that I consider it broken (it ghosts like crazy) but the devs don't. "It is bad but not broken". Remember I said "4~5 years behind?" well, if you are using any LTS now, your game will have the most primitive TAA.
    3) If you start working with Alpha then, if some feature is seriously broken/badly implemented, you can actually provide feedback or report bugs, which eventually will make it to the LTS version of that year. So you basically pave ways for your game.

    4) People resort to asset store/third party when things don't work and often it holds your project to a specific version.

    5) Lastly, almost all bug fixes get fixed on the latest version then backported. But remember some fixes don't get backported.


    Conclusion:
    • Starting your new project on LTS is not good. For reasons read above.
    • Best way is to begin with Alpha and try to match that year's version's LTS and game release
    • You can move on to next year if the project takes more than a year/ or feature you need is missing
    • Read people posting feedback and carefully decide if you want to skip a version.
    • Test with a repo project.
    • It is a bit of a work, but eventually it pays off as you will not be held hostage by versions and will have the freedom to be mobile between versions.
    Hope this helps.
     
  16. AcidArrow

    AcidArrow

    Joined:
    May 20, 2010
    Posts:
    11,789
    Unless of course they miss the window for the LTS of that year for whatever fixes / improvements you need for your game, and now you've gone all in in a variety of not ready features, which leaves you to either wait up to forever for Unity to fix them, or you have to redo a lot of the work you've already done.
     
  17. tertle

    tertle

    Joined:
    Jan 25, 2011
    Posts:
    3,761
    Depends entirely on your projects timeline, but I agree with jjejj87, I'd never start development in a LTS build (I'd probably not recommend an alpha version to a team starting a project either though.)
     
    Enzi, NotaNaN and goncalo-vasconcelos like this.
  18. jjejj87

    jjejj87

    Joined:
    Feb 2, 2013
    Posts:
    1,117
    One has to make a decision at some point, and have to meet a deadline regardless. On the other hand, going all in hoping Unity would do this-or that is just too risky - LTS or no LTS. The only difference is that in case of LTS, the possibility is zero (feature set is fixed from day one) and Alpha/Beta a more dynamic possibility. So really, what you mentioned is more about risky business conduct rather than engine version choices.

    What I usually ask a team is to use different versions of Unity for content creation and use scriptable objects as much as they can for easy import and compatibility between versions.

    For example,
    • We created animations and sequences in Unity 2019 no issues and imported to 2020.2Alpha.
    • Item data (pretty much all serializable data) and all static data in scriptable objects (2019/2020)
    • World terrain and layout data in scriptable objects. (2020.1)
    With this approach, we have the main project with 2020.2Alpha and other various versions of Unity. We sort of collapse the whole thing about once every two weeks. It doesn't take long as almost all data is scriptable object (Maybe around 3 minutes?)

    In my experience, UI particularly does not play well with version jumping, so I usually go with procedurally spawning and managing UI stuff. In case of HDRP, custom pass, light and rendering related issues occur on regular basis, so be aware.
     
    FernandoMK likes this.