why mesh loaded via load() is not displayed in Godot? How do I import a file located on the C:/, D:/ or E:/? If I use this code:
$PlayerMesh.mesh = load("D://Player.vox")
So I have an import error that requires me to import this file, how do I fix it (import this file)?