Video není dostupné.
Omlouváme se.

How To Save HOURS In Unity Game Development!

Sdílet
Vložit
  • čas přidán 4. 02. 2023
  • Guide To Assembly Definitions:
    • Speed Up Compile Times...
    Full Video Of Unity Tips:
    • The BEST Unity Game De...
    The gameplay is from my game, The Final Frontier, which you can play for free online here:
    butwhylevin.it...
    Couch Combat on Steam: store.steampow...
    My Discord Server: / discord
    Get the Game: butwhylevin.it...
    My Twitter: / whylevin

Komentáře • 20

  • @IdeaToGame
    @IdeaToGame Před rokem +2

    It's also nice to remember that if you change something inside an assembly, it will recompile by default every other assembly that has it referenced in the references list. so it's nice for compile time and for code architecture and maintaining to keep those as short as possible with a few only needed connections here and there.

  • @TomInbound
    @TomInbound Před rokem +4

    Started a new project recently, il definitely be taking a look at this, thanks for the useful tip!

  • @Wicaugen
    @Wicaugen Před 10 měsíci +1

    Very useful!

  • @RHYSHALLDIGITALART00122
    @RHYSHALLDIGITALART00122 Před 5 měsíci

    Glad i stumbled across this. Im assuming i can add all the new code i make to an assembly and compile that only

  • @marmillka
    @marmillka Před 11 měsíci +3

    Sounds great, but for the first glance it will make the code look less clear, anyways should try it!

    • @bengamedev1872
      @bengamedev1872 Před 10 měsíci +1

      This id really only applicable for large projects. When you have hundreds of scritps that cover over a dozen separate systems / features like analytics, Cloud systems, save systems, and sub systems that come together to make a game whole you could package those portions of code you lean on to use but rarely if ever modify into separate namespaces and assemblies.
      On its own this tip won't really save any one any time, and in fact can cost you a lot of hassle trying to apply this to small projects.
      The general rule is this is considered an optimisation / refactoring step that is only done once (a) it's taking too long to compile and (b) you can clearly identify isolated code functionality that can be grouped together.

  • @SashoSuper
    @SashoSuper Před rokem

    Nice

  • @analizamercado2180
    @analizamercado2180 Před 11 měsíci

    dani music

    • @ButWhyLevin
      @ButWhyLevin  Před 11 měsíci +2

      Actually it’s from the game Katana zero I don’t believe Dani has used it before

  • @Jimblemimble
    @Jimblemimble Před rokem +8

    *cries in Godot*

    • @zia1753
      @zia1753 Před rokem +1

      What's up with it?

    • @Jimblemimble
      @Jimblemimble Před rokem +1

      @@zia1753 the tutorial is not for Godot

    • @zia1753
      @zia1753 Před rokem +1

      I mean is Godot slow as Unity? If so, don't you think there is an option like this one in Unity?

    • @givowo
      @givowo Před 11 měsíci +1

      gdscript is compiled, and why comment on a clearly not godot video? its not like its misleading

    • @Jimblemimble
      @Jimblemimble Před 11 měsíci

      @@givowo I'm just joking lmao

  • @Tyranicall
    @Tyranicall Před rokem +3

    I’ve started a new game using chat gpt and everything I do is at least 5x faster

    • @marmillka
      @marmillka Před 11 měsíci

      Could you give some tips, how can it help with coding?

    • @kahlis_dev
      @kahlis_dev Před 10 měsíci +2

      And probably 5x more buggy

    • @CALndStuff
      @CALndStuff Před 6 měsíci +2

      And with 10x slower code, as well you will rather quickly no longer understand what your scripts do or how the code works.

  • @PranksterXBros
    @PranksterXBros Před 9 měsíci

    Game?