Git Product home page Git Product logo

Comments (2)

GigglingGalaxy avatar GigglingGalaxy commented on May 24, 2024

Known Bugs
Beetle: Add a NavigationAgent3d Node to Beetle,
change Beetle code line 37 to set_target_position and line 39 to get_next_path_position.
DemoPage: tween.tween_property(demo_page_root, "modulate", Color.WHITE, 0.3) change white to BLACK or you can't see controls (or just change "blur" in tree color to 000000a9 or something closer to black).
Player: have to # out all "punch" code references because they don't work. # _character_skin.punch()
PlayerSkin: #func punch(): #animation_tree["parameters/PunchOneShot/active"] = true Shaders Error: even after reimport/tool: E 0:00:00:0527 SCREEN_TEXTURE has been removed in favor of using hint_screen_texture with a uniform. To continue with minimal code changes add 'uniform sampler2D SCREEN_TEXTURE : hint_screen_texture, filter_linear_mipmap;' near the top of your shader. <C++ Source> :7 ^has to do with the voronoi at top of shader on smoke_ball shader. It still works even with error though. These lines: uniform sampler2D voronoi_sampler; varying float voronoi; replace as error says, then varying float error occurs.

from godot-4-3d-third-person-controller.

NathanLovato avatar NathanLovato commented on May 24, 2024

Thanks for taking the time to list these! In general, I think the project may need to be ported to Godot 4.2 or 4.3. Nothing should be commented out, just properly ported if anything stopped working with the latest Godot release.

We won't have time to do this ourselves soon, but contributions are welcome if anyone wants to tackle this.

from godot-4-3d-third-person-controller.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.