Stop Wasting your Time!

Поделиться
HTML-код
  • Опубликовано: 8 сен 2024

Комментарии • 72

  • @lukass1604
    @lukass1604 3 года назад +13

    I love how no one found a better name other than "new input system" for the input system that exists for multiple years now.

    • @beardordie5308
      @beardordie5308 3 года назад +8

      It could have been called Input System One Series X

    • @nemesis8508
      @nemesis8508 3 года назад +3

      It's called the Nintendo Naming Convention. It seems to work somehow

  • @thomasbrush
    @thomasbrush 3 года назад +43

    Really awesome work!

  • @FM_GOBi
    @FM_GOBi 3 года назад +49

    A suggestion. Try giving these RUclips videos more descriptive names. I know I will be back to check this video again, but I won't be able to find it easily (if you upload a bunch more). Something like "One click Batch Package Install" .

    • @royorgames771
      @royorgames771 3 года назад +1

      But again, sometimes other types of titles are better for getting views- Try to watch Veritasium
      on it: ruclips.net/video/S2xHZPH5Sng/видео.html

    • @human-ft3wk
      @human-ft3wk 2 года назад +4

      only if you can also make it clickbaity

  • @jeniferirwin
    @jeniferirwin 2 года назад +17

    It took me a while to get around to this, and I kept putting it off because the code looked beyond my capabilities to understand. But I've been rapid-firing so many different prototype ideas lately that I decided to sit down and muscle through it. It was tough, but it's already paying off *so* much. There's a great peace of mind now knowing that I start each project off exactly the same and I don't have to worry about remembering/checking whether I installed InputSystem or whatever else I like to have by default. I like how using gists also has great potential for setting up several different 'project loadouts' for different ideas.
    Thanks for showing me a much better way to handle the first stage of the next ten trillion prototypes I'm going to go through!

  • @jorisvaneijden5684
    @jorisvaneijden5684 3 года назад +10

    Content: A+
    Video: Use Rider theme with more contrast
    Audio: Muzak slightly too loud

  • @GameDevGuide
    @GameDevGuide 3 года назад +4

    You absolute hero.

  • @WhiteCrafter22
    @WhiteCrafter22 Год назад +2

    this videos are hidden gem why is there just six
    like they are so high quality
    and so good

  • @pRoFlT
    @pRoFlT 3 года назад +13

    This is great Jason. Thanks for taking time to start making these videos. Really interested in some of your tried and true coding practices. Looking forward to more videos!

  • @micaiahstevens8840
    @micaiahstevens8840 2 года назад +2

    BTW being trying to solve a reusable code across multiple projects and I think you had ONE line in I believe this video that solved it. Was something like 'and oh btw you can edit these packages'. This allows you to import a 'library' like of code, edit the library and have it affect all the projects you work on.
    I should put together a complete DLL, Asset definition, Local Package, Packages video to lay out what to do across many many many project life times. And not just copy and paste code everywhere I was doing as a, even a, medium level of experience developer. Finally pushed me over to the expert level tier!!

  • @traviswilson1381
    @traviswilson1381 3 года назад +1

    Every time jason storey talks its like listening to some yoda level programing lesson. Dear sweet baby yoda please let this man keep making videos.

  • @goehlergamedev
    @goehlergamedev 2 года назад

    Super nice! :D Just saw you on Weimanns stream the other day, and in Thomas' chat just now, answering questions. You really know your stuff, Jason :) Keep them coming please :D

  • @BrandonNyman
    @BrandonNyman 2 года назад

    Dude I discovered your channel yesterday and I am in love with your content. Amazing stuff and so useful

  • @castlecodersltd
    @castlecodersltd 3 месяца назад

    Very helpful, thank you 🙂

  • @howtogamedev_
    @howtogamedev_ Год назад

    I am flipping over your videos please make more 😍

  • @alec_almartson
    @alec_almartson 2 года назад +1

    Thank You for sharing these great Tips.
    Now if we mix together this Code and Methodology + your other Video's ( i.e.: A BETTER way to setup new unity projects! ): then we have a GREAT Way to start any new Project in Unity : )

  • @PontusWittenmark
    @PontusWittenmark 2 года назад +2

    Cool content 👍 A feature I would love is to automatically remove all packages that aren't used.

  • @shayshay8295
    @shayshay8295 Год назад

    You are amazing bro!!

  • @yavalang
    @yavalang 3 года назад

    Oh what a super hint, thanks a lot, besides this time-saver it helped me also in understanding how to integrate own menus and handling async requests.

  • @LackingGumption
    @LackingGumption 2 года назад

    you are the best! thanks for making these videos. on infallible code your inputs are always opening up so many things I didn't know about.
    thank you

  • @GameDevNerd
    @GameDevNerd 2 года назад +1

    I also like having some of my own "templates" that already have the payloads installed in them that I can just pull down and run with. I also define file templates for .cs files in Visual Studio that already have the right formatting and skeleton in them to make things faster and avoid the need to copy + paste from another file and edit it to the right things. It's kind of like "prefabs" for code files and projects! 🙂

  • @SmashedHatProject
    @SmashedHatProject 3 года назад

    You write the instructions of the productivity gods!

  • @plague0810
    @plague0810 3 года назад

    Thanks for these videos Jason. Keep up the great tips, tricks and lessons!

  • @Willyuum
    @Willyuum 2 года назад

    Keep making this insanely useful videos!!

  • @yugoanzai8197
    @yugoanzai8197 2 года назад

    Very cool way of setting up! I currently have a base unity project git that I clone and mirror when I want to create a new project. It already have the basic folders I use in every project, some basic assets and some plugins with specific configurations I always reuse. Also some of my own custom unity packages already there.

  • @mesmes9424
    @mesmes9424 2 года назад +1

    Thank you for great tutorial ! You got me thinking about Unity in a different way.
    For who is using Unity for VR development (using Oculus Integration package) - I created a clean manifest for VR:
    {
    "dependencies": {
    "com.unity.collab-proxy": "1.15.4",
    "com.unity.ide.rider": "2.0.7",
    "com.unity.progrids": "3.0.3-preview.6",
    "com.unity.textmeshpro": "3.0.6",
    "com.unity.timeline": "1.4.8",
    "com.unity.ugui": "1.0.0",
    "com.unity.modules.ai": "1.0.0",
    "com.unity.modules.androidjni": "1.0.0",
    "com.unity.modules.animation": "1.0.0",
    "com.unity.modules.audio": "1.0.0",
    "com.unity.modules.director": "1.0.0",
    "com.unity.modules.imageconversion": "1.0.0",
    "com.unity.modules.imgui": "1.0.0",
    "com.unity.modules.jsonserialize": "1.0.0",
    "com.unity.modules.particlesystem": "1.0.0",
    "com.unity.modules.physics": "1.0.0",
    "com.unity.modules.physics2d": "1.0.0",
    "com.unity.modules.terrain": "1.0.0",
    "com.unity.modules.ui": "1.0.0",
    "com.unity.modules.uielements": "1.0.0",
    "com.unity.modules.umbra": "1.0.0",
    "com.unity.modules.unitywebrequest": "1.0.0",
    "com.unity.modules.unitywebrequestwww": "1.0.0",
    "com.unity.modules.video": "1.0.0",
    "com.unity.modules.vr": "1.0.0",
    "com.unity.modules.xr": "1.0.0"
    }
    }

  • @brianjensen2532
    @brianjensen2532 3 года назад

    Dang that's some good info right there. Time saves are great.

  • @tailwindmechanics7454
    @tailwindmechanics7454 3 года назад

    Great stuff, nice and concise, thank you!

  • @ragerungames
    @ragerungames 2 года назад

    Thanks man! :)

  • @divainsyoutube4254
    @divainsyoutube4254 3 года назад

    Love it! Thank you!

  • @AlexBlackfrost
    @AlexBlackfrost 3 года назад

    Thanks Jason, great content!

  • @Amheklerior
    @Amheklerior 3 года назад

    Great content Jason :) thank you

  • @YasserSedrati
    @YasserSedrati 2 года назад

    DOPE!

  • @MarekNijaki
    @MarekNijaki 3 года назад

    Awesome stuff!

  • @Nastomeya
    @Nastomeya 3 года назад

    That's a master level of tip!

  • @Norbingel
    @Norbingel 3 года назад +1

    I used to just have a "template" project saved with everything I wanted that I would duplicate and rename for each new project XD

  • @danielfowler390
    @danielfowler390 3 года назад

    Thanks a lot!

  • @callmedeno
    @callmedeno 2 года назад +1

    For me the packages.json doesn't show all the installed packages. Is this because it doesn't update? ie it only has the list of packages that were defined when the project was created?
    Also in order to add to the packages json, do you have to look up package manager to see exactly what to write in the json?

  • @y01cu_yt
    @y01cu_yt 4 месяца назад

    Thanks Jason, I wonder if there's also a way to download core assets we use, like this.

  • @alzard6828
    @alzard6828 3 года назад +3

    Isn't the ToolsMenu class responsible of doing multiple things even after refactoring?
    Thanks for the great video!

    • @MrKraignos
      @MrKraignos 2 года назад

      Nope ? Only responsible to register menus

  • @rotub
    @rotub 2 года назад

    Are you Steve Wozniak's son? But fr love your videos they're super helpful :D

  • @terrou1668
    @terrou1668 2 года назад

    support your channel pro

  • @AviarkXIII
    @AviarkXIII 2 года назад +1

    Curious how you would do this for non-build in packages? Say I had an asset from the store that I use on the regular, is there anyway to import it using similar means?

    • @ezioassassin2028
      @ezioassassin2028 8 месяцев назад

      Did you ever figure this out? I'd love to be able to do this but I'm not well versed in this sort of stuff.

  • @goose4878
    @goose4878 3 года назад +1

    I can think of several packages you basically always want (cinemachine for example), but what are the packages you commonly want to get rid of?

    • @pRoFlT
      @pRoFlT 3 года назад +1

      I guess you look at default list and remove what you never need. i dont make VR thats gone! not making 2d games remove tilemaps. etc etc.. Maybe even make a couple default lists. URP, SRP, HDRP, 2D, 3D. up front time spent could save you time down the line. I may do this. would be nice to have a package lists that comes up fast. thinking editor window with all the ones i use and some checkboxes next to them. click save and done unity loads them all. i hate package manager clicking on a package waiting for install. clicking on the next etc etc..takes forever to setup if you want to test something quick in a new project.

  • @InexperiencedDeveloper
    @InexperiencedDeveloper 3 года назад

    I can't stop watching lol

  • @TheKr0ckeR
    @TheKr0ckeR Год назад

    Is there anyway we can do that with Google Drive etc? I generally hold my unity packages inside Google Drive, How would i access to the drive & get my packages from there?

  • @michaelwickerson4862
    @michaelwickerson4862 3 года назад

    Genius!

  • @humadi2001
    @humadi2001 2 года назад +1

    I've been looking for your video as I've seen it before, but youtube search algorithms didn't help me out since your title is just Implying it.
    anyway, I found your video directly from your underrated known channel cuz I see your precious live talks but...
    I think it would be nicer if you put the title straightforward.

  • @krakenchan
    @krakenchan 3 года назад

    Hell yes

  • @WilliamCrandell
    @WilliamCrandell 2 года назад

    Gistup is for Linux and Mac I made mkg to do the same but work on windows though I did not update it after getting it to work... But I figured the hard part already you just may need to update api...

  • @Wobling
    @Wobling 3 года назад

    Anyone know the font being used? Looks very clean.

  • @nickygdev
    @nickygdev 3 года назад

    Time to get lernt!

  • @syriuszb8611
    @syriuszb8611 2 года назад

    Why not just copy/ paste manifest? Or even better- create own template? You have to code/ install/ paste your package to do it anyway, and then have to risk breaking the project if you (or your coworker) add new package and then your code reverts it all by accidental one click... I know, programmers never miss opportunity to take 2h to automate task that takes 2 minutes, but I just don't see a point in this automation.
    Downloading stuff from the git is neat though.

    • @JasonStorey
      @JasonStorey  2 года назад +2

      Not every video is an instruction. Automation as a philosophy is not something that occurs to everyone. Rather than focus on the exact example I chose, I would hope people would take the lesson that 1. Problems needn't be problems if you are willing to reason them through 2. How to remotely add files to a project, whatever that may be that best suits your projects needs, 3. How the unity dependency chain works and how that information might support your ability to solve your own problems.
      Though on the "make your own template" I recommend looking into that process in unity and seeing what you find easier, that or this...

    • @syriuszb8611
      @syriuszb8611 2 года назад

      @@JasonStorey Oh, yeah, I agree with those 3 points, especially 2nd is great. However the video itself looks more like instruction, and those additional lessons are less visible than the instruction part. Maybe I am the only one, but I only appreciated 2nd point after you recommended this video in array video and I re watched it, just before your comment. And for data arrays or sprites from graphics, it would be great. For manifest? Not really.
      I agree that automation is great, but if it saves time or is less more prone to errors, and just this exact use is worse IMHO on both accounts.
      And yeah, for template you need to unpack Unit's template, edit it, add own files and repack it, but it also gives much more possibilities, you can put any starting files in there, even your downloader that could download all updated other files.

  • @adamgrey268
    @adamgrey268 3 года назад

    Les go

  • @SanyaBane
    @SanyaBane 9 месяцев назад +1

    You don't need to install new package for yet another Unity project, if you working on single project whole time 😄😅🙂🙃😥😭

  • @FullMe7alJacke7
    @FullMe7alJacke7 2 года назад

    The only thing I noticed with this one was that replacing the package manifest with the gist url contents is more complicated than that.
    The implementation shown will get the html document of that page, not just the gist contents.
    The raw gist url requires the specific hash to be included, making this approach slightly less convenient since you'd have to update the hash in the script every time you change the gist.

  • @kerbalette156
    @kerbalette156 3 года назад

    Eyeballs pop out of head and then explodes

  • @sajadtroll9186
    @sajadtroll9186 2 года назад

    yo my good looking beard-face guy. can u put link to script so we can download that ?

  • @lp-games
    @lp-games 3 года назад +2

    Do you post the actual scripts you create in your video somewhere?
    I'm happy to pause and type it out myself, but would be quicker if I can just copy and paste :P

  • @techdave99
    @techdave99 3 года назад +2

    Please do not include music in the videos. Some people find it very hard to concentrate on the video when there is music. I can't watch this and get the information from it.

  • @NoahFarber
    @NoahFarber 3 года назад

    I'm so glad you started making videos! I'm still trying to catch up on the game dev show, and I'm so glad I found you through it. I think you're a very talented educator, and I find value in everything that comes out of your mouth 🤓
    Do you have a discord server for your followers? I'd love to chat more and see the discussions! Once again very glad to have found you... Hopefully one day I'll be a talented architect as well