Method TryRegister
TryRegister(string, List<string>)
Registers a built content directory. Returns false (with the reason logged) when it cannot be used, so a caller can decide whether that is fatal instead of getting an exception out of the loading path.
public static bool TryRegister(string directoryPath, List<string> keysOut = null)