For like installing the assets and stuff?
How would I do it?
For like installing the assets and stuff?
How would I do it?
I use Pop!_OS, which is Ubuntu-based. You can use any file manager. Nautilus is the default, but I use Nemo, a Nautilus fork, because I prefer it. Konqueror, PCManFM, Midnight Commander or shell commands would work as well.
Some file operations, such as moving or renaming files, you should do inside the Godot editor using the FileSystem Dock, so that it will update references in other files. If you try to reorganize the files in a Godot project from outside of the Godot editor, it may break the project.
I actually managed to install assets for the Coin Dash project last night.
I'll do some more work on that later.
DaveTheCoder
It took me maybe a year to unlearn the instinct to glob all the .png's in a godot project when i decide to move them out of the debug/test/tmp/whatever folder.
yes i use regex and mv/cp/rm/whatever instead of a real file manager.
yes i am a masochist.
yes i fetishize the past on occasion.