Welcome to the CSC Q&A, on our server named in honor of Ada Lovelace. Write great code! Get help and give help!
It is our choices... that show what we truly are, far more than our abilities.

Categories

+11 votes

I want to be able to look at the script of a different project without having to close the one I'm working on. I haven't found a way to have two projects open at once, any ideas?

asked in CSC380Jan2024 by (2.2k points)

8 Answers

+7 votes

If you open godot a second time you can have both projects up at once. And I do mean open godot a second time, go through the select menu and all.

answered by (2k points)
+7 votes

for Mac users with this issue a quick workaround is to open up a terminal window and paste the following command in

open -n -a Godot

answered by (3.8k points)
+5 votes

For pc users, just right click your application in the taskbar and click the godot application and it will pull up another instance of godot from the project select page.

answered by (3.3k points)
+5 votes

initially I was using a second instance of desktop which is available if you are on the latest windows, but I found this post particularly helpful as you can easily launch a second instance of godot by simply just launching it again.

answered by (2.1k points)
+5 votes

I thought it wasn't possible, and I just opened a new project while the other one was open and it worked. I had both of them pulled up with no problem.

answered by (3k points)
+1 vote

For mac user, right click on the app -> click new window to open the second project. But the laptop runs slower with 2 projects open I suppose.

answered by (2.6k points)
0 votes

on my pc i search godot and it opens a new godot window

answered by (2.3k points)
0 votes

don't do that if you are opening tile-heavy projects because that causes godot to crash more frequently

answered by (2.5k points)
...