I'm always looking for feedback. Was the video useful? Did you learn anything? Did I leave something out you wish would have been included? Let me know what you think.
@sasquatch_devs5 жыл бұрын
I found the video useful, especially the list of game-objects as I was trying to solve a similar problem in my game. I still have other things to wrinkle out but this helps a lot! For some reason, the characterIndex variable never returns to 0 when I playtest, it fully rotates no problem.
@OneWheelStudio5 жыл бұрын
The character index won't reset since it's a saved variable. In the next video I'll add the ability to display the name of the chosen character, as part of that I will add a start event that will reset the character index. If that sounds like it might fix the issue you can get a sneak peak of the addition to the "character selector" flow macro here: imgur.com/a/bmqiQsN
@duwaynerowe81513 жыл бұрын
Hey, will this work for 2d games as well. Like a flappy bird game.
@OneWheelStudio3 жыл бұрын
Some of it will. The rotation of the platform is done in 3D so that won’t but much of the logic will translate to 2D.
@duwaynerowe81513 жыл бұрын
@@OneWheelStudio I , mean if I want to have a 2d version of a character select on screen. Can I copy and paste this method of visual scripting.m
@AntonioFlores-zz5mi3 жыл бұрын
Simply and concise, it is clear that you have been blessed with teaching skills. Thank you for your hard work.
@InfurnusUK4 жыл бұрын
Great video, learnt a lot from this. One small thing is at 7:45ish when cycling on the left arrow, when it reaches 0 it changes from float to int, think you meant to use a float in the top chart for the left button, but minor detail
@MarcellXV4 жыл бұрын
i love the informative and all around helpfulness of the video it's just that sometime i feel as if you a little bit to fast for me to keep up with what you saying and doing
@abdousda88693 жыл бұрын
انت شخص رائع لقد ابدعت واصل
@kyledeysel44584 жыл бұрын
Hi One Wheel I cannot seem to get the On Button Click Unit on the flow graph? Please help
@OneWheelStudio4 жыл бұрын
Searching for “on click” should bring it up. Could you take a screenshot while you do that search and drop it in the OWS discord?
@sasquatch_devs5 жыл бұрын
none of the free asset links worked for me..
@OneWheelStudio5 жыл бұрын
Ah crap! Let me see if I can fix that.
@OneWheelStudio5 жыл бұрын
Thanks for the heads up! The links should be working now. Damned cut and paste ;)
@kokses36785 жыл бұрын
go save game (gameObject)?
@OneWheelStudio5 жыл бұрын
Say what?
@kokses36785 жыл бұрын
@@OneWheelStudio save game objects. I don't know how to save items in inventory
@OneWheelStudio5 жыл бұрын
If you check out my previous video it looks at how to use "saved variables." Saving inventory could be easy or tricky depending on how the system works. That said the saved variable system in Bolt is pretty easy to use. The hardest part of saving is figuring out how to "encode" the information. For example in an inventory system, you probably are going to save "5 wood gameObjects." Instead you would probably save the "5" in a variable for wood. You could also have a list of all the possible inventory items and then a second list of how many the player has. This would let you recreate the inventory.
@kokses36785 жыл бұрын
@@OneWheelStudio I open case. If for example ak47 is dropped, then a clone of this ak47 will be created in inventory. How save?
@OneWheelStudio5 жыл бұрын
You could create a list of gameObject in saved variables. Then simply add the ak47 prefab to the list. When you reload the game the list will have all the objects in it and you can create them as needed.
@wolfgangn.42505 жыл бұрын
I'm so not smart enough to do this lol
@OneWheelStudio5 жыл бұрын
Nah, just got to jump in! The game development thing is crazy hard, but you just chip away and a few years later you start to get the hang of it.
@wolfgangn.42505 жыл бұрын
@@OneWheelStudio Also love your videos!
@wolfgangn.42505 жыл бұрын
@@OneWheelStudio One Wheel Studio Found your channel today. After I watched your first video I subscribed. Super helpful! Thanks!!!
@OneWheelStudio5 жыл бұрын
@@wolfgangn.4250 Glad you're finding them useful! If you're using Bolt (I'm assuming you are) make sure to get on the Bolt discord (or mine - link in the description) those guys are super helpful!