To enable a transparent background, simply toggle the Transparent option in the settings panel. This feature allows you to capture images with alpha transparency, ideal for creating icons, promotional graphics, or any assets requiring a see-through background.
Troubleshooting
โ ๏ธ If transparency fails to activate for any reason:
Check the Unity Editor console for error messages, which will provide details on the issue.
Ensure your project setup supports transparency (see render pipeline notes below).
Sometimes, some render features in your project disables the Alpha Channel. Please check your render features.
Render Features were blocking transparency
Render Features were disabled to make transparency work
โ ๏ธ Attention: Render Pipeline Compatibility
Built-in and URP Users: Transparency is not supported when post-processing effects are enabled. Disable post-processing to use this feature.
HDRP Users: Transparency may not function correctly depending on your HDRP configuration. Verify that the Alpha Channel is enabled in your settings. For guidance, refer to the official Unity HDRP documentation on alpha channels.