Engine version for publishing to Fab

Hi! So I’m trying to publish my first asset to Fab, and I keep failing a part of the process, which I don’t fully understand. It reads:

“The hosted project must be built in the same engine version as the earliest supported engine version of that project version”

My project was made on 5.6.1. I have it listed as 5.6 (because there’s no option for 5.6.1). Are they saying I need to have the project made in 5.6.0? Because I don’t see a way to revert to that, and it also seems a bit unreasonable.

Any help with this would be much appreciated.

Thanks!

It doesn’t mean it must be on 5.6.1. It likely means the system detects the project should target a lower version, which triggers an automatic error. Sometimes reviewers compile your project with unusual build flags, causing errors on their side that get passed to you. Try submitting it for review two or three times; that often fixes it because the previous reviewer may have made a mistake and sent that message.

Gotcha. I’ll try that. Appreciate the help!