CodexLabsLLC / Colosseum

Open source simulator for autonomous robotics built on Unreal Engine with support for Unity
https://codexlabsllc.github.io/Colosseum/
Other
335 stars 105 forks source link

settings.json extend search to search in project.uproject folder #73

Open samynjonas opened 10 months ago

samynjonas commented 10 months ago

What feature are you suggesting?

Overview:

Make Unreal Engine Search for the settings in a folder where the Uproject is when playing in the editor. I am making a project with multiple people with AirSim, so sharing the AirSim json is a bit of an annoyes when someone wants to change something, is there a way to make it so Unreal Engine searches for the settings in the content folder or a folder where the project.Uproject is located.

Nature of Request:

Why would this feature be useful?

It is mostly for when there are multiple people working on a single project using source control. This makes it hard to share the settings.json document because this is remotely placed in everyone's documents folder;