For those who want use Godot 4 1* 0:26 Add Node3D 2* 0:51 In Dropper script export packed scene: @export var DropItem: PackedScene 3* 1:15 Instanciate scene var drop_item = DropItem.instantiate() 4* 12:47 Instaciate item: var item = ItemScene.instantiate() 5* 16:17 If you have error and problem to disable collision shape you should try set it deferred first $PickUpArea3D/CollisionShape3D.set_deferred("disabled", true)
@pascalcasier9593 жыл бұрын
Thank you for another great video !!!
@StaredownGames3 жыл бұрын
Well....research time. My gun spawns at 16,0,0. (19x19) map. Except for some reason it's placed at 0,wayuphigh,0. Add to that it's facing down. lol