I have a question, this doesnt work when i try to climb stairs and they are surounded by walls, if im a bit offset i will not climb them. So do you or anyone know how i can fix that?
hi, hello, 1 thank you so much for giving us few godot users this legendary tutorial 2 what was the name of the addon for level building? you said it pretty quickly and i couldnt catch it. thanks!
I found it on Github. downloaded it. unzipped it.and it gave an error. i found an issue that said i need to do some python stuff. i iwll try a different version
Yeah it is CyclopsLevelBuilder github.com/blackears/cyclopsLevelBuilder Only works on Godot 4.x, you should only need to drag it into the project, then add the autoload as mentioned on the github page and then enable it. It has worked for me on multiple projects across multiple computers The guy who made it has good tutorials on how to set it up and use it, you should check them out :)
BTW Didn't notice but you can go up slopes of any angle, to fix this change line 69 to
if step_cast.is_colliding() && velocity.y
Man, thank you very much for this content
subbed man. i like these unedited tutorial stuff. keep going!
Hey Peter, Stumbled upon the tutorial, Keep it up!💪
Great video! Really helped me! Please upload more in the future
Hey really nice tutorial, keep it up!
im just falling though the floor after completing the is_grounded function
I have a question, this doesnt work when i try to climb stairs and they are surounded by walls, if im a bit offset i will not climb them. So do you or anyone know how i can fix that?
You can try to make the ShapeCast3D radius the same as the collision radius and remove the ShapeCast3D move script.
@@bwolf3003 Thanks for the suggestion I will try it and say if it worked. Once again thank you.
Ye Im having the same issue and can't solve it
hi, hello, 1 thank you so much for giving us few godot users this legendary tutorial 2 what was the name of the addon for level building? you said it pretty quickly and i couldnt catch it. thanks!
I know it has cyclops in its name but when i search in it the assetlib thing it doesnt pop up
I found it on Github. downloaded it. unzipped it.and it gave an error. i found an issue that said i need to do some python stuff. i iwll try a different version
Different version didnt work. I tried to clone the repo but im having trouble downloading.
i have tried everything. different plugin versions, different methods of installation./srs im switching to unity /j
Yeah it is CyclopsLevelBuilder github.com/blackears/cyclopsLevelBuilder
Only works on Godot 4.x, you should only need to drag it into the project, then add the autoload as mentioned on the github page and then enable it. It has worked for me on multiple projects across multiple computers
The guy who made it has good tutorials on how to set it up and use it, you should check them out :)
what are those two lines on line 62
Nvm
You're suddenly adding semicolons for whatever reason.