GODOT How to Make a 3d ๐ŸŽฎ: ๐Ÿˆ GdScript Code in Description #gamedev

Channel:
Subscribers:
1,260
Published on ● Video Link: https://www.youtube.com/watch?v=HplA3p3G0rQ



Category:
Guide
Duration: 3:34
65 views
6


๐Ÿ’ฅThe final product of 8 hours of work in one day.

๐Ÿค”I made helmets out of cgsmesh combined using subtract to hollow out a helmet sphere and added a mesh instance sphere for the visor.

๐Ÿˆ I used spheres cut in half for the pads and created a football from an Area + collider and two mesh instances for the football.
created in its own scene and called via

๐Ÿ‘‰Put this in your Players script and use a Position 3d node attached to the parent node.



๐Ÿ“ขSet your balls flight x or z flight direction by using a variable.

func_physics_process(delta):

var direction_velocity = .05
translate_oject_local(Vector3(x,y, direction_velocity))

pass

๐Ÿ“ขNow CREATE a prwload to call the BALL from.the Players script.

const Football = preload("your scene".tscn)
var football = Football

func Throw_Football():
var football = Football.instance()
get_parent().add_child(football)
football.global_transform = $Position3d.global_transform
pass


๐Ÿ“ขHere's how to use it..

func_physic_process(delta):

if I put.is_action_just_pressed("ui_accept"):
Throw_Football()

pass

Indent correctly

Watch the two earlier posted videos and you'll see the progress I've made starting from scratch.

I'll post videos later this week on Collision and Area nodes and how I ut this game together.

And btw its already being posted to Amazon and Google as we speak.

For more ๐Ÿ‘‰ https://www.nocapgamers.com/




Other Videos By IndieGameWiz


2024-04-14Unleash Ultimate Firepower in Godot! ๐Ÿค– Transforming Battle Mech #new #indiegame
2024-04-14Creating Ultimate Anime Battle Mech Transforming Bulldozer | GODOT ๐Ÿค–๐ŸŽฎ #indie
2024-04-12Mastering GODOT: Breathtaking 3D Billiards Pool Game w/Realistic Shooting #free
2024-04-12๐Ÿฅ Building NEXT LEVEL Godot 3d Hospital Nursing Indie Game #walkthrough #nursing
2024-04-09Unleash CHAOS๐Ÿ”ฅ๐Ÿ†“ Godot 3D Battle Mech Open World Simulator #demo #indie
2024-04-09Godot Creating Epic Battle Mech Warrior Open World 3D Indie game Reveal #gamedev
2024-04-07๐Ÿ”ฅ๐ŸŒฟ Epic Carnivorous Plant Boss Battle ๐Ÿ‘‰Godot 3D Games | โšก#animation
2024-04-06Creating Ultimate Godot 3D Nursing Game Honoring Medical Professionals #medical
2024-04-05Mastering Indie Game Development: Making Insane ISOMETRIC 3d Android ๐ŸŽฎ ๐Ÿ‘‰GODOT
2024-04-04Creating Epic Lego type Football Game for PC Android ๐Ÿ‘‰Godot #gamedev
2024-04-02GODOT How to Make a 3d ๐ŸŽฎ: ๐Ÿˆ GdScript Code in Description #gamedev
2024-04-02Godot How to Make a 3D Game in 1 Hour: Testing My Code
2024-04-02Godot Tutorial Complete Guide: How to Make a 3D Game in 1 Hour
2024-04-02Godot Tutorial: Complete review on How to make 3d Game
2024-04-01Godot Making A Pirate Game for Android Finally Revealed
2024-03-25Godot Making 3d Indie Game Doggo Charlie 2for Android
2024-03-24GODOT: Tips on How to IMPROVE your Game ๐Ÿ‘‰Making Clouds #tutorial
2024-03-24Exclusive First Look ๐Ÿ†• Puppy video ๐ŸŽฎ: Store/Mini Pups
2024-03-23I Made A 2D Game Based on Anglo Saxon Viking (Family) History
2024-03-21Let's Play: Zombie Apocalypse Shooter Gameplay #games
2024-03-21I MADE a (Roblox Type) Racing Game in 24 Hours using Godot #androidgames



Tags:
Godot 3d Android games
3d football game
making Android games
amazon sports games
mobile sports games
indie game dev
game development