It seems you’re experiencing issues with the GlobalVolume component in Needle Engine 4.3.0, resulting in a black page during build. Here are some steps and considerations to troubleshoot and possibly resolve the issue:
Check Post-Processing Setup: Ensure that your GlobalVolume component and any associated post-processing effects are properly set up. If post-processing is not configured correctly, it can lead to rendering issues.
Disable Post-Processing Temporarily: As a troubleshooting step, try disabling the post-processing effects to see if the scene renders correctly without them. You can do this by checking the configuration in the component settings.
Update Your Packages: Ensure that all necessary packages and dependencies are up-to-date. Using an outdated version may contribute to conflicts and errors. Running npm update in your terminal may help.
Check Console Errors: Open the developer console in your browser (F12 or Ctrl + Shift + I) and check for any error messages. This can provide insights into what might be going wrong.
Restart Local Dev Server: If you just updated Needle Engine or made significant changes, restarting the local development server might resolve issues stemming from stale caches or uninitialized components.
Check Scene and Component Initialization: Ensure that all components in your scene are correctly initialized before they are executed. Some lifecycle events might be mismanaged, leading to render issues.
Documentation Review: Review the documentation or changelog for version 4.3.0 for any notes on breaking changes or specific requirements regarding GlobalVolume or post-processing effects.
If the problem persists or if you have specific error messages, please share them for further assistance.
Your screenshot shows 4.2.5 - the version shown there is the one currently installed in your web project. When you install Needle Engine 4.3.0 for Unity you should get Needle Engine 4.3 for the web. I will double check.
I don’t seem to be able to reproduce any error regarding the postprocessing / volume component. Please share your error message.