•  Elise   ( @xilliah@beehaw.org ) 
    link
    fedilink
    39
    edit-2
    10 days ago

    I’ve been with unity since the early days and back then it was this simple little engine.

    Today it’s a nightmare. I just made an hdr project and imported their own terrain example assets and guess what? It’s broken in multiple ways. Now I have to waste time fixing it, instead of focusing on my project. And that’s as a unity expert rather than a beginner.

    That’s not to mention all the errors it loves to throw at me, even though it’s all quite vanilla. And how it loves to grab my attention with popup windows that block my view. How builds fail when I focus on another window. I could go on.

    They keep adding features without finishing them. Clearly some kind of impulsive marketing behavior, rather than listening to the experts.

    The cherry on top is that licensing nonsense they pulled, putting my hard earned livelihood in danger. That stuff really makes you scratch your head and look around.

    Seriously, try out Godot.

    Edit: I actually just realized I haven’t even started yet with truly getting stuff off my chest here.

      • Okay one thing that bothers me so much is how hard it is to hook custom logic into the play button. Like all I want is my own script to run when someone presses play.

        Sometimes this is important because you need to do some processing on the scene. Or perhaps the scene is a UI scene or something and you just want to start from another scene that shows the UI at work.

        Like if you are developing a UI, you just wanna press play and it should just work and play. Either from the start scene or a test scene.

        That’s the weird thing about unity. On one hand it allows you to do a lot of editor customization, and I haven’t worked on a project yet that doesn’t have some form of that. On the other hand, you can’t even hook into or replace the play button logic, which you could argue is the most basic action of all.

        Another thing is that a client I am working for just switched to unity’s version management. And it just doesn’t work in a straight forward way. I still don’t have that working because I need to work and get stuff done.

        Another thing is that their new animation system didn’t even allow me to query the duration of an animation, at least back when it came out and kept marketing with it. We actually ended up writing an entirely parallel system with meta data which was overly complicated for what we needed.

        I could go on…