Coco Code

Coco Code

Create your next game with 🥥 Coco Code! You will learn Unity basics, UI tips and tricks and even a how to implement networking in your game using Playfab service from Microsoft!

Created by Maciej, an indie Game Developer and UI evangelist. I will love to share with you everything I've learn for the past 5 years in game development world. Join our Discord community: discord.gg/hNnZRnqf4s

🧡 Brought to you by our amazing Patreon supporters: www.patreon.com/cococode

Teal Fire company

Пікірлер

  • @kostadinpetrov1253
    @kostadinpetrov125323 сағат бұрын

    Can you make a video where you attack the enemy head on with a punch pressing on a certain key. Also the enemies to move around would be cool

  • @thatgemm
    @thatgemmКүн бұрын

    what should i do if it appears in another position but nope on the main camera? I've put 0 on Y and X but nothing tho, idk how to move it neither, it doesn't move with the move(? option

  • @yeetmeister3055
    @yeetmeister3055Күн бұрын

    For anyone having an issue with add_points() and an issue of "null reference" or something along those lines. Simply delete the game_manager reference in your collectibles script and REIMPORT the game_manager reference. The issue comes when you move the game manager object in your folders, which changes the path so the old path is invalid now, hence when godot tries to grab an object from it, it returns NULL, and when the script tries to use .add_points() it can't call NULL.add_points() .

  • @markosaw7355
    @markosaw7355Күн бұрын

    Thanks! Could you make a tutorial how to make Isaac-like game in Godot?

  • @rrainix
    @rrainixКүн бұрын

    you could use internal instead of [HideInInspector] public

  • @Ferenc-Racz
    @Ferenc-Racz2 күн бұрын

    Huge thanks for this simple but more usefull video.

  • @OfficialShnappy
    @OfficialShnappy2 күн бұрын

    Pixel adventure ia not for free its £10

  • @Sa3i_barid
    @Sa3i_barid2 күн бұрын

    hello dev i did make a good progress with ur tutorials but i lost the game file from a trojan ransomware can u help me to remove (vepi) format from my file?

  • @CodeyAzee
    @CodeyAzee2 күн бұрын

    Can I skip "Personally Identifiable Information"?

  • @arthur-Ludwig
    @arthur-Ludwig3 күн бұрын

    Don't leak it I have been using this to do 3d documentary edits

  • @CocoCode
    @CocoCode2 күн бұрын

    🙈

  • @julieabehling
    @julieabehling3 күн бұрын

    Did you know godot on the playstore to

  • @hotcoco2413
    @hotcoco24133 күн бұрын

    :3 . [ Fri 4:28pm 7/5/2024 ]

  • @funtimedestroyer2794
    @funtimedestroyer27943 күн бұрын

    Let's go, yes sir. Hey CocoCode can you do a gameover screen UI where you can restart from the gameover screen after you die in the levels. I'm doing that for my game but, I'm having serious trouble for implementing the feature, can you make a tutorial about it please.🙏

  • @mosamansha
    @mosamansha3 күн бұрын

    bro can you make a video on dropping items

  • @rrainix
    @rrainixКүн бұрын

    just put a gameobject in the scriptable object which will be assigned as the drop item, as soon as you press the drop button the dropitem will be instantiated infront or near the players position

  • @chsylvester18
    @chsylvester184 күн бұрын

    this tutorial series is damn goooooooodddddddddddd

  • @chaosroninofmagic1055
    @chaosroninofmagic10554 күн бұрын

    i feel like some time i drop its not snap i feel raycast doesnt work well

  • @chaosroninofmagic1055
    @chaosroninofmagic10554 күн бұрын

    do you have any idea to drag object

  • @snowdr0ps067
    @snowdr0ps0674 күн бұрын

    stupid question but...how do i select all the collectables??? 11:11

  • @KeetoIsCultured
    @KeetoIsCultured4 күн бұрын

    I would love to see a tutorial with check points next! making a level with lots of holes on the ground and dying only for the game to restart might be quite annoying to some, is there a possibility that we get a checkpoint system in the next video?

  • @furyzdelpueblo
    @furyzdelpueblo4 күн бұрын

    hi bro. first off all thank u. but i have a problem. the problem is this, when i enter username and score in the game on 2 different devices, it overwrites the previous data instead of adding new data. can u help? i wrote on dc but does not return yet.