Skip to content

Cannot use ImageFilter over Unity Widget #748

Open
@utkarshgupta2504

Description

@utkarshgupta2504

Describe the bug
Image Filter gets ignored atop of this UnityWidget.
Using ImageFilter.blur for giving an aesthetic container for controlling the widget.
Works on the normal camera widget provided by flutter flawlessly

To Reproduce
Steps to reproduce the behavior:

  1. Initialize the Unity Application (Export and setting up)
  2. Using a Stack widget, place UnityWidget, and then a ClipRRect with BackdropFilter(filter: ImageFilter.blur())

Expected behavior
The screen should have a blurred container on top of the UnityWidget

Screenshots
Current (With UnityWidget)
Expected (With Camera) Widget

Unity:

  • OS: MacOS 13
  • Version: v2021.3.11f1

Smartphone:

  • Device: Samsung A52s
  • OS: Android
  • Version: 12

Metadata

Metadata

Assignees

No one assigned

    Labels

    AndroidViewSurfaceBugs with hybrid composition in android.Flutter issue/bugProblem caused by Flutte that we can't fixandroidThis issue is specific to the Android Platform.bugThis issue refers to a bug in the plugin

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions