Good evening, unfortunately Xcode takes too much space on the hard drive, in my case – up to 25 Gigabytes, which is unacceptable for me, since apart from the game development – I do other photography related work.
Therefore I would like to ask – is there a way to use Game Engines, let’s take Unreal Engine 4 as an example, without Xcode, since the the disc space is crucial for my second job.
2
Answers
You could free up space inside the Settings > Mac Storage. You can delete support for devices you don’t use.
An alternative IDE (Integrated Development Environment) you could use is Visual Studio Code. It has support for Windows, Mac, and Linux.
The disk space required to install is less than 1GB. It is free to download and use.
To change your default source code editor in Unreal Engine 5, go to
Edit->Editor Preferences->General->Source Code->Source Code Editor
and select Visual Studio Code.You will then have to restart the editor in order for the changes to take effect.
You may get a popup asking if you want to install the C++ extension pack. I would recommend adding this pack, and it doesn’t take up too much additional space.