- 54
- 27 406
StringCode
United Kingdom
Приєднався 17 чер 2021
Hi, I'm Michael. I make content surrounding the development of games. I have a degree in computer science with game development so I hope to impart some of the knowledge to you. Hope you have a great day.
Modelling a turret in Blender for my Scrolling Shooter Game
Hi there, Today I am going to be creating a turret in blender that has a pivot for a scrolling shooter game that I am currently building in Unity. Next video will be programming this turret to detect, look at and shoot at the player.
If game dev content focusing on Blender and Unity then please subscribe.
Music used from Old School Runescape
Museum_Meldley
Sea Shanty 2
Chapters:
0:00 - Intro
0:18 - Modelling the Base
2:17 - Modelling the Turret Base
3:36 - Adding a Pivot
3:46 - Modelling the Turret
5:45 - Modelling the Cannon
6:49 - Adding details to the Base
9:05 - Colour time
9:38 - Adding little Corner pieces
10:02 - back to the colouring
10:40 - Add a small animation
11:36 - Outro
If game dev content focusing on Blender and Unity then please subscribe.
Music used from Old School Runescape
Museum_Meldley
Sea Shanty 2
Chapters:
0:00 - Intro
0:18 - Modelling the Base
2:17 - Modelling the Turret Base
3:36 - Adding a Pivot
3:46 - Modelling the Turret
5:45 - Modelling the Cannon
6:49 - Adding details to the Base
9:05 - Colour time
9:38 - Adding little Corner pieces
10:02 - back to the colouring
10:40 - Add a small animation
11:36 - Outro
Переглядів: 105
Відео
Creating simple drone enemies for my scrolling shooter game
Переглядів 260Місяць тому
Hello, today in this video I will be showing you how I made drone enemies that fly down the players screen by creating a bezier curve and a simple enemy script to make them follow the curve. if you enjoy game dev content mainly focused around Blender and Unity then please subscribe. Resources: A primer on bezier curves - pomax.github.io/bezierinfo/#derivatives Medium Article - mmrndev.medium.co...
Creating an Enemy Drone Ship in Blender
Переглядів 201Місяць тому
Hi there, I hope you are having a great day. In this video I am going to be creating a 3D model of a drone enemy ship that I plan to use in my scrolling shooter game. If you enjoyed this video and you're interested in game development using Unity and Blender then please subscribe. Thank you Music by William Hammond
Creating an Old School RuneScape Inspired Character in Blender.
Переглядів 3717 місяців тому
Hi there, in this video we will be creating a old school runescape inspired character in blender using reference images pulled from the game itself. Originally I was planning to use this model in a fan game, but it turns out that Jagex doesn't allow that. However they do allow people to use their music in their videos which is great.
Unity Grid Based Movement System: Part 2 Breadth First Search
Переглядів 2,6 тис.Рік тому
Hi, I'm Michael and today I am going to be showing you the breadth first search path finding algorithm for a grid based movement system with multiple units. Links: Unity Manual: Order of execution - docs.unity3d.com/Manual/ExecutionOrder.html Project Download - github.com/StringCodeStudios/GridBasedMovementSystem-Part2
Unity Grid Based Movement System: Part 1 Setup
Переглядів 6 тис.Рік тому
Hi, I'm Michael and today I am going to be showing you the setup for a grid based movement system with multiple units. This video will be followed up with a video about breadth first search a path finding algorithm, so be sure to subscribe for that. Links: Unity Manual: Order of execution - docs.unity3d.com/Manual/ExecutionOrder.html Project Download - github.com/StringCodeStudios/GridBasedMove...
Creating a Low Poly Tavern in Blender
Переглядів 1,6 тис.Рік тому
Hi, I made a model every day in march under the theme medieval tavern, and today I am putting them all together in a tavern. Blender Low Poly Fire Tutorial - ua-cam.com/video/1mJr6LDtbEM/v-deo.html Realistic Glass Shaders Tutorial - ua-cam.com/video/JYyUMMboZFk/v-deo.html
Recreating Pong in Unity | Arcade Recreations #1
Переглядів 208Рік тому
Recreating Pong in Unity | Arcade Recreations #1
Programming Fundamentals In Unity (C#)
Переглядів 1322 роки тому
Programming Fundamentals In Unity (C#)
Thanks man, this will help me with Engineer Sentries in my roblox game
I have a question: can animations made in Blender be imported into Unity?
Hii where you put unity controller sc Pls ineed help
Amazing cat video. Also I think you might've mentioned "bees in 'ere" curves or something!?!? Keep up the good content :)
Nice video, very cool to see doing this is Bezier curves. I've seen this done using an array of points and just having the object move from point to point but this with the turning is much better. I'll definitely come back to this when I work on a vertical shooter.
Just come across your channel, but I hope you do more unity videos ! ? !!!
Hi there, Uploading a video on getting this enemy ship to move down the screen in unity as I comment this :)
Good upload, nice work Mr String. I'd be curious, did you have any reference material present whilst you were creating this?
Well Hello there Mr edmond, I am pulling inspiration from all kinds of places, A game like SkyForce Reloaded is one of said references. ;)
I have the same code and everything but when i click unit and tile nothing happens.
Hi there, if you are still having issues. Did you hook everything up in the Unity editor correctly?
That was cool. Thank you
Thanks so much this video is very helpfull!
Im just learning about this (and re learning programming long story) but I have a question about performance wise. It is not going to consume too much resources to handle a very big grid? (a big map)? Like I genuinely dont know anything about game dev right now (I dont even know really were to start so Im just seeing stuff and try to figure)
Bro how to make a rig controller?
Do you think it would do you think this movement system would be easily adaptable for a 3 dimensional movement system, with for example multiple floors or in an xcom like setting having people be able to fly. Or would that be hard to implement via mouse selection since there would be multiple "Walking" layers over another.
Excellent and informative video! I was able to easily adapt this to my existing grid based project - Thanks !
I cannot get enough of these from you lol. I love seeing them and inspiration for my game
I am making medevil assets for my game and absolutely loved the inspiration this had.
The fact this has 66 views is criminal, im trying to learn belnder atm so ill definitely be using this, keep it up man
EW WTF IS THAT
omg loved it!! I would like to see a tutorial of that fire animation!!
great instructions, thanks!
wish i could press dislike many times
Turn smooth shading off & use harden normals + autosmooth
"if you're curious, here are my stats" - what a flex! lol. Great video and good to see some Old School Runescape love in the Gave Dev community.
I have to show off that mining level somewhere haha
0:20
Hello, I'm new here, so please forgive any naive questions! I believe you're currently using the old input system. Are there any advantages to switching to the new input system? P.S. I'm trying to implement pathfinding for touchscreen controls. Thank you!
Hey there, No worries about asking questions. we're all here to learn together. You're right, I am using the old input system at the moment. But switching to the new system can bring some perks. It plays nicer with modern features and is more efficient. It just makes everything run a bit better. So yeah, I'd say give it a shot.
sub nr 100, easy clap
This is amazing! Straight to the point, I really appreciate how you explain some of the niche unity specific stuff to help us understand, and it includes all the basics I needed for a grid based movement system. Thank you so much!
That was a really good set of videos, learnt a lot beyond what I came here for!
!
Great video man! Keep it up
Sorry need to get this and don't know any other way 0:00
Brilliant tutorial - part 2 will be interesting; I loved the Pokemon reference!
Very nice tutorial. I like your style of not making it too complicated. Short and compact. Easy to follow. Would be nice to see the second part soon.
Thank you. I am working to get the second part out as soon as possible.
Amazing video, can't wait for part 2!
I will be looking out for part 2, thx
Hi there, I hope you enjoyed the video. if you have any questions I would be happy to answer them and if you have any feedback for me I would be happy to hear it. Also if you do use this project to create something I would love to see it, so please do share. :)
this is a comfort video for me now
Amezing!
Looks really good, keep it up!
Good info, and very interesting.
Class. I love these old school games and it’s really interesting to see them being recreated! Subbed.
Really interesting - cheers for this!
Keep uploading you are great at teaching
looks like old school runescape
Very cool, loved watching the scene come together with each new model.
Very nice!
For the lute, u can select it all by pressing a in edit mode and then pressing Shift+N (If that's what you did, I'm not sure how to fix it)
Amazing video, thanks!
I'm always amazed what lighting can do. I felt the composition is nice but missing some depth, then you put the roof on an suddenly the lighting made the scene come to life.
Greta music choice!