This project contains the basic implementation of a First Person character controller for Godot 4. The code found in player.gd uses vector forces to move the player. You can tweak the values of the ...
Unity6ではCinemachine3が最新バージョンになっているためジェネレートされたVisualScriptのコードとnamespaceの不整合が起こることがあります。 Unity.VisualScripting.Generatedフォルダを削除してUnityを再起動してください。 ProjectSettingsからRegenerate Nodesを押します。