Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 2.3 KB

File metadata and controls

34 lines (25 loc) · 2.3 KB

Back to 🎉 CI/CD of the project.

See 📖 Get Started of the project.

⚡ Hacks

Godot Engine has known issues requiring hacks (workarounds) until officially resolved.

This template implements workarounds for the following issues:

  • General
    • Issue #96023 custom theme. Solved with startup script.
    • Issue #66014 suffixed tres files. Solved with sanitization.
    • Issue #65390 defect GPU particles. Solved with interpolate toggle.
    • Issue #35836 font size tween lag. Solved by scale tween instead.
    • Issue #89712 "hicon" is null sometimes. TODO?
    • Issues #75369, #71182, #61929 large scene lag sometimes. TODO?
  • Desktop
  • Web
    • Issue #81252 web clipboard. Solved by native JavaScript dialog.
    • Issue #96874 web boot splash. Solved by CSS in Head Include.
    • Issue #100696 play_stream bus. Solved by explicit func args.
    • Issue #43138 web user focus. TODO: "click to continue" boot screen.

TODO: Test the template on following platforms.

  • Linux
  • MacOS
  • iOS
  • Android