Alexのブログ

定年近くなり転職活動中

2025-01-01から1年間の記事一覧

Amazon Prime Video のブラックスクリーン

Mac上で起こった問題。音声は出るが動画は見えず。Windows PC上では問題ない。 ググったら以下が出てきて、即解決した。 discussions.apple.com

Disabling Tab key in Godot TextEdit

(Generated by Gemini) To disable the Tab key from inserting a tab space in a Godot TextEdit node, you can override its input handling using a custom script. This script will intercept the ui_focus_next input action (which is the default bi…

Adding Collision Shapes in Godot Using Blender Naming Convention

(Generated by Gemini) The best way to add a collider to a model exported from Blender to Godot is by using a specific naming convention within Blender. By adding a suffix to your mesh's name, Godot's importer will automatically generate a …