Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Forward plus unsupported error in 4.3 dev 1 for new projects #86411

Closed
balloonpopper opened this issue Dec 21, 2023 · 1 comment · Fixed by #86435
Closed

Forward plus unsupported error in 4.3 dev 1 for new projects #86411

balloonpopper opened this issue Dec 21, 2023 · 1 comment · Fixed by #86435

Comments

@balloonpopper
Copy link

balloonpopper commented Dec 21, 2023

Tested versions

4.3 dev 1

System information

Windows 10

Issue description

An error message pops up when you create a brand new project in an empty folder.
The error is "The project uses the following features not supported by this build of Godot : Forward plus"

Steps to reproduce

  1. On the Godot project manager, select New
  2. Browse for a folder to put a new project in
  3. Create a folder (right click in the browse window) and select the new folder as the project folder
  4. Error message appears

Minimal reproduction project (MRP)

N/A

@jsjtxietian
Copy link
Contributor

jsjtxietian commented Dec 22, 2023

Same for me, this line is the culprit.

#ifdef RD_ENABLED
	features.append("Forward Plus");
	features.append("Mobile");
#endif

it looks like the RD_ENABLED macro is only defined in drivers/d3d12 and vulkan.

@YuriSizov YuriSizov added this to the 4.3 milestone Dec 22, 2023
@YuriSizov YuriSizov changed the title Forward plus unsupported error in 4.3 beta 1 for new projects Forward plus unsupported error in 4.3 dev 1 for new projects Dec 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

4 participants