Tips and Tricks For Better Level Setup in Unity

Поделиться
HTML-код
  • Опубликовано: 20 сен 2024
  • I share my personal techniques for managing Levels Setup and Creation in Unity.
    ➤ Wishlist my game - store.steampow...
    ➤ Support on Patreon - / lostrelicgames
    ➤ Make 2D Platformers - u3d.as/2eYe
    ➤ Make and Sell a Car game easy in Unity - u3d.as/1HFX
    ➤ Join the community - / discord
    Other videos you will like:
    Fixing My Game's Character Art | Devlog
    ➤ • My Game's Character Ar...
    Fixing my Background Art:
    ➤ • Making a Background BE...
    No Zero Days - The Path to GameDev Glory
    ➤ • No Zero Days - The Pa...
    How Nintendo saved my game from Disaster | Devlog
    ➤ • Nintendo Saved my Drea...
    Subscribe for Unity and game dev tutorials
    bit.ly/2MpZ1ao
    #gamedev #gamedesign

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

  • @synchaoz
    @synchaoz 2 года назад +54

    Super massive interesting and fascinating video, John. This is the the kind of stuff that is sorely lacking in terms of Unity game dev videos on youtube in general. There's tons and tons of "how to code this thing and that thing", but very few guides or insight videos into actual game building, setup, workflow, etc. This is a real gem, thanks for sharing.

  • @LostRelicGames
    @LostRelicGames  2 года назад +30

    Extra Tip: If there is a concern about performance as a result of nested groups, you can attach a simple script to the primary sub groups, adding 'transform.parent = null;' in the awake function. This will allow you to have both organization and max performance.
    Join the community for dev chat - discord.gg/yeTuU53
    Wishlist my game - store.steampowered.com/app/1081830/Blood_And_Mead/
    Patreon

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

      Interesting thought. However, you now have several unused transform components and gameobjects resident in memory, and, certain aspects of hkw the unity engine manages these things means that if you have a hierarchy which in total contains like this something like 20-30 transforms extra, then some of those iteration loops inside the engine are nkw running through twice as many items whilst a fair number are unused. That of course can be solved simply by destroying those hierarchical organiser parents. Also, try to avoid moving any of these parent objects unnecesarily. The transforms then all chidren would need updating and it is quike like moving them all individually. That being said... most problems have a solution, and the movement of those parent can be very useful... if you need it. :)

  • @adamfdev
    @adamfdev 11 месяцев назад

    I had no idea what to call things you call ‘ornaments’ so had a google a while ago and came across the term ‘prop’ used for this. Makes sense. Awesome video, I’ve got the equivalent of your LevelHolder and Cameras but I definitely need to be more organised with the rest. Thanks

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

    I just want to say that this was bloody amazing. I've been wanting to see more in-depth videos like this that really showcase what a professional level setup looks like. Really cool that you were so transparent about this.
    Game is looking amazing by the way

    • @lukec3069
      @lukec3069 Месяц назад

      That game looks absolutely incredible!

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

    this video should be carved in stone and put into the foundations of creating games in unity! Great thank you!

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

    By now I've watched so many of your videos,
    I feel too deeply invested in both Blood and Mead, I'll have to play it on release.
    Additionally I'm itching to start my own game :D
    Cheers mate
    Best of luck with it.

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

    even i group my stuff into empty game objects :D , blood and mead is looking sick i wish you all the best and excited to play the game

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

    Thanks for all of these videos John they've helped me immensely and are always clean and concise.
    Blood and Mead is looking superb, I wish you great success!

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

    I am just studying unity engine.. and I learned a lot from you!!

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

    This is the sort of video that takes devs to the next level, we need more of these! Well done 👍

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

    Really smart use of empty game objects thanks!

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

    I have been looking for videos like this one to be more strategic about the way I plan things. I am really looking forward to some detailed videos on how you plan out your levels and how the whole thing comes together.

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

    I love how organized you have everything. I try to keep organized but things tend to get out of hand and my hierarchy gets messy. Definitely gives me a few ideas. Thanks for sharing.

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

    This video was so refreshing to watch. I have recently been struggleing to get a good flow on how I manage objects and triggers and your video really gave me some great ideas

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

    Parallax effect looks really good here, subtle but still noticeable. Looking nice!

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

    Thanks for the tips. I seriously didn't know about Tiled software before. 😇🙌🏻

  • @benjaminswee-shaders
    @benjaminswee-shaders 2 года назад

    Love the idea of focusing on organization! It can get out of hand so quickly especially near the end. And it is near the end of development that this shines the most!!

  • @mhcrafting42
    @mhcrafting42 Год назад +4

    I would love to see a video on your process of blocking out and initial/brainstorming map stage of levels

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

    Dude mad props, never heard of Tiled and was already worrying about using the Unity Tile System for a project I'd like to start just because tbh it was pretty cumbersome creating things on it in the past.

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

    I can't wait for Blood and Mead!!! It looks better every time I see it!

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

    Wow what an amazing video! Found it on my RUclips home. You got my like and subscription!
    I really enjoyed the in game showcase of the stuff you were talking about

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

      I'm really glad you enjoyed the video! I appreciate the comment

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

    We've missed you, dude! Always look forward to your videos!

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

    I love your videos. They give insight into the more deeper challenges of game development after we leave the "rose-tainted glasses" phase behind us. These are the "nitty gritty" bits people do not talk about enough.

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

    Very nice collection of Pro Tips for level building in Unity. I feel like the use of Tiles is especially salient. Like any kind of development, game dev seems to come with its organizational and work flow hazards. Thanks for helping us navigate the rocks.

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

    hopefully I'll use bits and pieces? I'm going to watch this more times than I care to admit lol. Fantastic vid!

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

    Awesome!! I've been using this way to organize since a year now, and I find it very convenient! Now I feel even better about it! Thanks for sharing!

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

    Thanks for sharing your organisation John, I always find that interesting to see. Mid to late stage projects and how they're organized / how everything connects together.

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

    I can't wait for this to be released. Take my money please. In all seriousness, it looks great and thanks for all the tips and tricks.

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

    Thanks, please do more of these videos

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

    Thanks for the great advice / tips! I struggle a bit with level “design” - especially when it comes to when and where to introduce new enemies and essential mechanics.

  • @artdesireboutique
    @artdesireboutique 6 месяцев назад

    Wishlisting now! Fantastic game, with great styling. Keep it up

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

    You can move tilemaps now using the inbuilt unity tilemap editor. Just use the move option, and re-click the tilemap collider 2d to update the collider.

  • @1M4N5H0W
    @1M4N5H0W 2 года назад

    I can't wait for the next videos on the actual game design!

  • @GOODLIFENOW
    @GOODLIFENOW 10 месяцев назад

    I am currently making a game too and i have to say this game is amazing

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

    Perfect timing on this video, thank you! Been trying to find this kind of info as I’m in the middle of building out all the levels for my first game.

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

    This game has come SO far!!

  • @wickart4118
    @wickart4118 11 месяцев назад

    Nice video! I'm working on a 2D game that requires a lot of parallax layers with tons of assets. I found it was useful to make an editor script to add a bunch of shortcuts for moving sprites up and down in their current folder, or back and forth between different layers.

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

    Thank you for this video, and your project looks really good.

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

    Awesome and thank you for that my friend! I just want to mention that using newer Unity Versions (Me using 2021.2.12) your finally able tomodify your tilemap like moving transforming rotating etc without having extras. As always super interesting diving into your progress ! =)

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

    Good video to learn from. Just starting out and these will be good habits to have. Thanks John?

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

    I learned a lot about coding, but level design is something I'm still struggling with :D
    Thank you so much for your insights!

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

    Awesome video. I like the look of Blood & Mead. Your take on organization is very helpful.

  • @n.talbert
    @n.talbert 2 года назад

    Looks amazing, can't wait to try it out. Thanks for the info on tiled.

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

    One of my favourite videos of yours, just super practical tips.

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

    12:52 I'm still holding out hope for a video on this! (I also seriously need to invest in a whiteboard for my room. I have to imagine they help immensely when it comes to prototyping/brainstorming since they're so easy to erase!).

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

    Looks great John! This was really cool seeing how your brain works

  • @officialraylong
    @officialraylong 10 месяцев назад

    Top-level GameObjects are my favorite way. Then, when you're referencing objects, it's way easier to walk up and down the object hierarchy.

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

    I know that you're really proud of the foreground elements (you made a whole video about it!), and don't get me wrong, in certain areas they're really cool looking. But that one in the cave that is like a full screen height stalagmite that blocks visibly... as someone with a Visual Processing Disorder (part of Autism), that really bothers me. I really hope there will be an accessibility option in your game to tone down some of those visual elements, or maybe consider using a shader trick to make visual obstructions partially transparent when walking through them? (Btw, thank you for making this video; even though I use a completely different 3D workflow, it gave me some organizational ideas... I really like the idea of groups for deprecated game objects, or maybe placeholder ones that need to be replaced, or even like if I'm working my way through a scene, fixing some prefab that got disconnected, I could slowly move the fixed ones into a "fixed group", until that work is complete. That's really empowering. Thanks for sharing this.)

  • @RPGFejlesztésUnity-ben
    @RPGFejlesztésUnity-ben 2 года назад

    You Fantastic this video! Thank you so much! There is a lot to learn from it!

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

    Yeah! "Make folders, and subfolders, and subfolders" and even deciding on their naming is what got me often for too long! Over-optimisation trap.

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

    Welcome back buddy, how was your trip? Anyway this is not in my area since I’m working on a 3D game but it’s interesting.

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

      Hey man, good trip. Was hard to turn the RUclips cam back on, a bit of rust. Felt good to get back on the horse though. Yeah, plenty of overlap with 2d and 3d workflows.

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

    Another great video mate, and this is a great example of why I follow, 1 your an Aussie too and 2 your content is amazing and very helpful, I'm just about ready to start my first project and have watch 100's of hours from Greats like yourself and have learned a lot of this to do and not do, should save me many hours of pain :)

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

    Man I can’t wait to play this game. Got to learn so much from your videos.. keep up the good work

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

      Hey I really appreciate that man. Sharing knowledge is the best thing.

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

      @@LostRelicGames Yess and just to let you know, I find your ways of doing things well managed and easy to understand from your tutorials. Thank you man.

  • @Void-vn2vf
    @Void-vn2vf 2 года назад

    Thank you. Your advices really help. I am also happy to see your game evolving, and all the efforts you put on it. Keep the good work :)

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

    Spoiler Alert: Pre-release level 1 walkthrough detected :D Looks great!

  • @spawnterror
    @spawnterror 7 месяцев назад

    Honest thank you for sharing the knowledge.

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

    Every experimented with a 2 1/2 D view? Making the tiles have some depth by converting them into 3D objects, extruding and adding a texture to the side. Its does not need to be complex 3D, just the flat sprites with top and siede surfaces.

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

    even though I don't use Unity, (i use GM) this was still helpful for organizational purposes

  • @Евгений-ж7ж2ш
    @Евгений-ж7ж2ш 2 года назад

    Very useful, thank you!

  • @Chan.Is.Working.Out.
    @Chan.Is.Working.Out. 7 месяцев назад

    Thanks for the info Mr. John Wick

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

    this was very interesting thank you, looking forward to playing the finished game.

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

    Good job. It's great to notice that you use the Tiled editor to design the levels. I'm a big fan of Tiled. Maybe you could also make a video about how to use Tiled (mostly tips and ideas).

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

    Very good video learnt a lot as I am quite new and the naming and structure of your project is very good

  • @climb-up-high
    @climb-up-high 2 года назад

    Very helpful insight, thanks! I use a similar structure to compare ideas in the same level. Awesome videos btw!

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

    This was so useful brother. Thank you so much for that video.

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

    Great ideas thanks for sharing

  • @9uile125
    @9uile125 2 года назад

    This video is very nice! Thank you to share your knowledge. I love to see stuffs from the unity editor because it's quite rare to see advanced examples. Your hierarchy is really efficient in my beginner point of view. I know this video is focused on your level 2 but i wonder if you use a DDOL scene (don't Destroy on load) or GameManager script to keep track on settings and player progress across the whole game.

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

      Great question. I store level progress data in a data model. Basically a script with various value objects that store various things. Some remain permanent across a game session, where some will 'soft reset'. I do have a game manager also, which I think might be ddol between sub level screens - to prevent unessessary load times. I'm yet to do any major optimisation, towards the end of the project I'll be going through and sorting a lot of the loading phase studd out, and perhaps rethinking some approaches.
      All the best

    • @9uile125
      @9uile125 2 года назад

      @@LostRelicGames It will be interresting to see how your game manager works. Maybe in further videos :)

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

    I think you should add bosses! Maybe Thor, Loki, Odin, Ragnarok, the world serpent, etc!

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

    very cool loved seeing how you setup an manage your levels

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

    Very interesting stuff : On a personal level I feel the 2D platformer has kind of been done to death, so many retro inspired games and I'm kind of bored with seeing them kind of pop up. BUT, from what I've just seen your game thats work in progress, looks really awesome, I'd love to give it a shot when it comes out, (I also don't mean to sound disheartening to anyone who's thinking of doing a 2D platformer, retro-inspired, I just kinda feel we had a giant boom of them and none of them really meet what I was looking for)
    As a game dev (at least try to be when my life isn't ultra busy...) I have my own ideas of course, but my main problem I've found is : Whilst I have yet to feel comfortable like I can make that game, no problem. I'm still in the mentality of throw it together, see if it works* if it does MOVE ON. The issue here is that polish, that spark, that magic of not, this thing moves, it moves, flows and stops, it's gradual, it feels more complex and good. Rather than something simple like if player press button, move 1 to the right.
    I did this week (Or last week, I work overnights 😅) about 3 functions of code, working on remaking a project I have already worked on. But without help from tutorials, just reading the documentation for unity* THAT step is a difficult one. What made it worse, is out internet provider rents the lines off a bigger company and outright they have capped everyones internet massively due to the storm that hit like a month-month and a half ago, and they are doing repairs still... Our internet is just 400kbs down. About 100-200kbs up. Between me and two other people, FORTUNATELY I work nights* so I don't overlap with them that much, but that's brutal.
    Worked on it, did a bit of coding, No internet - it actually worked... Thank the lord for auto complete and suggestions within visual studio! 😂
    So really, Question of the day is, as all developers have it : What's your "proud moment" where your like, Yes, I did that and it's mighty fine and basically 0.000001% of the human population would care about it.

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

    Interesting way of looking at and doing things. My last game is procedurally generate, reloading the same scene for each level, and I'm not sure I'll be using levels at all in future projects. However, its an interesting insight into a level design philosophy.

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

    wow looks awesome

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

    Hey man,nice job there,i wish you could make a video about your game's performance on Steam.

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

    I really like your game

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

    This is really useful, as the objects in my project are a complete mess.
    Btw, the game looks great!

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

    I love these vids man, keep them coming!

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

    I work on strategy game, and also generate whole map at start, so quite different case. But still it was interesting to see that organization and hear the thoughts behind the process. And I would say, you have very organized "backstage", I am not sure if I were comfortable to show my mess publicly :D

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

    I like the puppet-show :D pow-pow!

  • @MiguelHernandez-zd9mp
    @MiguelHernandez-zd9mp 2 года назад

    Great video! Super insightful. Starting a 2D Gun/Runner game and this was super helpful im terms of layer organization. Please make more level design videos. 👍🏽 🎮

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

      Glad to hear it Miguel, all the best to you!

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

    Can you please make a video more specific on how you use tiled? It's really interesting your point of view on level edit based on tiles

  • @Phloxx1
    @Phloxx1 11 месяцев назад

    amazing video! it would be very interesting to know how you did the background for the interior, and what you did to offset them to make them feel they are parallexing.

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

    Great video! I’d love to learn more about your game manager(s) and script organisation. I’m new to Unity and I feel like my scripts become an incomprehensible mess in record time.

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

    Absolutely love this video! Your enthusiasm in your level design has made me realize I'm taking level design to serious when I approach it and need to have more fun with it. Do you use the default lights for unity or do you use render pipeline or something?

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

    For the algorithm~!

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

    i really enjoyed this episode, haha especially the "poew pow" part made me smile :D one question how do you handle the ground collisions ?

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

    Greay videos! Very informative. Good tone, quality and content.
    Do you have a link to Tiled? I can't find it.
    Thank you.

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

    There is some overhead to using a hierarchy for objects. Not much, but it can have an impact if done excessively with too much depth. Especially in the UI.

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

    When you releasing it looks awesome!

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

      No launch windows planned just yet, still a fair bit to get through. Life keeps sucking me out of my dev sessions! :)

  • @getintheoven
    @getintheoven 5 месяцев назад

    Hey man, I know I'm a bit late with this, but I've been watching your progress on this game over the last few years as it was my inspiration to work on my own solo project... I was just wondering, how did you do those cutscenes (for instance when interacting with the lever at the beginning that makes the platform rotate outwards)? Was it the built in director?

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

    Thanks a lot for this awesome video. Your characters look really nice and seem to be high res. What are you using to make its animations?

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

    I think this is my 4th watch... Each time I learn more and get better.
    I need to see if I can make a complete set of those 'folders' to simply appear... like a prefab of them I can use from any project.
    Can you make global prefabs that aren't specific to a project? Jeez I have more questions than time...

  • @101touchapps
    @101touchapps Год назад

    empty gameobjects are just not harmful and love nesting. cool!

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

    Proposed project layout in this video:
    # Scene setup
    1. _Managers
    1. _GM
    2. _SoundManager
    2. Player
    3. LevelHolder
    1. TerrainHolder
    1. AboveGround
    2. SecretPassageOverlays
    3. Underground
    2. OrnamentHolder
    1. Plants
    2. Clutter
    3. Animals
    3. ActionHolder
    1. Doors
    2. Climable
    3. Enemies
    4. Collectables
    5. CratesAndBarrels
    6. Interactive
    7. Misc
    8. NPC
    4. FgHolder
    5. WaterHolder
    6. BackgroundElements
    7. FX
    4. TriggersAndGizmos
    1. LevelExit
    2. LevelCollider
    3. SpawnPoints
    4. CameraTriggers
    5. MusicTriggers
    6. Points
    7. DialogueTriggers
    8. LightsTriggers
    9. Misc
    5. Cameras
    1. Main Camera
    1. Orth
    2. PerspFG
    3. RadialTransitionCam
    4. BackgroundLayers
    6. Lights
    1. BagroundAreaLight
    2. ActionAreLight
    3. TerrainLight
    4. BackingWallsLight
    5. LightingManager2D (maybe worth putting to 1. _Managers?)
    6. Torches
    7. Deprecate

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

    Great video! Love the bit about how you do your terrain. Unrelated question: how do you go about designing levels with different player skill in mind? My personal skill level when playing games ranges from fair to potato. I worry that I might make my levels too easy because they’re hard for me but my skill level is not great so maybe they’re not that difficult. Ideally I’d like players to feel challenged but not frustrated.

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

    Great content again, very helpful even with just-pass beginner like myself. I now intend to make an action game, and have been searching for information about hitbox and the likes of it for a while, I see there are several ways to approach it, so I need a little help here, could you please give me some advice about it? Which is the most optimal way to design hitbox? I want to keep my code as lightweight and clean as possible. Thanks!!

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

    HI! I also like to organize and have an object to random stuff. I use an _Scripts object to hold those thing that I can not delete, like manages and save systems. I also have a specific system to handle UI info / Menus / inputs... very complicated. Maybe you can expand on UI and show your approach... I only disagree with your unity's interface layout... I prefer Project, Hierarchy and inspector next together, like in early unity's versions... it prevents kilometers of mouse drag.
    I'm hoping you do more of these type of videos, once YT is full of "how to do this small thing" tutorials but not "how to integrate all of these small things in a giant game" videos!
    Great content here!

  • @SuperNashmyStudio
    @SuperNashmyStudio 7 месяцев назад

    good content

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

    How to organize a disorganized (me) :D I have actually always grouped everything together. but in the long run I've always made disasters hahahha! Thanks for the tips!

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

      I have plenty of mess in my projects, it's hard to avoid during development! But ever so often I allocate time for clean up and refactoring, just to keep from getting buried. That could be an approach to try :) all the best!

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

    Wow, that's really huge content, thanks for sharing these valuable insights. Considering how large is the map, do you intend to implement some logic to disable the level chunks that are not visible to the player at the moment? I see a lot of game doing it to ease performance, but I'm not sure if this is too much of a big deal for PC/console games

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

      Hey Matheus! Yes I have a script to for disabling level chunks, however I've currently disabled it, as I've not had any noticeable performance issues. When I reach my optimization phase I will do some low spec system tests and make a decision.

  • @Ant0n009
    @Ant0n009 2 года назад +8

    12:08 - what happens if you push the block against the wrong wall? (left side)
    Is the player stuck or is it still possible to salvage this scenario?

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

      good question.

    • @LostRelicGames
      @LostRelicGames  2 года назад +4

      haha nicely spotted, I'll add a wooden knob to stop movement, thanks for the heads up!

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

      @@LostRelicGames maybe you can add pull and push function for the block, then you can set more difference type of level puzzle need to solve