View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0004334 | NoesisGUI | Unity | public | 2025-08-07 18:52 | 2026-05-20 19:02 |
| Reporter | alfiare | Assigned To | jsantos | ||
| Priority | normal | Severity | crash | ||
| Status | resolved | Resolution | fixed | ||
| Product Version | 3.2.8 | ||||
| Target Version | 3.2.14 | Fixed in Version | 3.2.13 | ||
| Summary | 0004334: RadialGradientBrush Causes Crash on Android | ||||
| Description | Forum Post: https://www.noesisengine.com/forums/viewtopic.php?p=18893#p18893 Unity build and deploy on an Android Galaxy S9, the following makes it crash
I've narrowed it down to the RadialGradientBrush, if it's there it crashes, if not it works fine. I don't have any other RadialGradientBrushes in my project but I've tried a bunch of different versions of this gradient and they all crash. Does RadialGradientBrush just not work on Android? Here's the Android Logcat crash...
If I switch to Require ES3.1 and remove Vulkan from the Graphics API list it does work. And confirmed if I switch back to Vulkan it crashes. | ||||
| Platform | Android | ||||
| related to | 0004339 | assigned | sfernandez | Combobox Doesn't Work on Android |
|
Thanks for the report!
|
|
Thank you! |
|
|
I have a minimal unity project that reproduces it, but it's way over the 5MB limit for attaching files to this. I've attached the hellow world example modifications I did to reproduce it. MainWindow.xaml (2,065 bytes)
<UserControl x:Class="HelloWorld.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" mc:Ignorable="d"
xmlns:local="clr-namespace:HelloWorld"
FontFamily="./#Aero Matics"
FontSize="36"
Background="#FF124C7A">
<Grid>
<Grid Margin="24">
<Grid HorizontalAlignment="Center">
<Grid.ColumnDefinitions>
<ColumnDefinition Width="Auto"/>
<ColumnDefinition Width="Auto"/>
</Grid.ColumnDefinitions>
<Grid.RowDefinitions>
<RowDefinition/>
<RowDefinition/>
</Grid.RowDefinitions>
<StackPanel x:Name="HelloWorld" Grid.Row="1" Grid.ColumnSpan="2" Margin="0,15,0,0" HorizontalAlignment="Center">
<ComboBox x:Name="LanguageSelector" Width="120" Margin="20,0,0,0" VerticalAlignment="Center" HorizontalAlignment="Left">
<ComboBoxItem Content="English"/>
<ComboBoxItem Content="Spanish"/>
<ComboBoxItem Content="French"/>
</ComboBox>
<Rectangle Width="150" Height="150" Margin="5,5,5,5">
<Rectangle.Fill>
<RadialGradientBrush>
<GradientStop Color="#FF000000" Offset="0"/>
<GradientStop Color="#FFFFFFFF" Offset="1"/>
</RadialGradientBrush>
</Rectangle.Fill>
</Rectangle>
</StackPanel>
</Grid>
</Grid>
</Grid>
</UserControl>
|
|
|
So, installing the HelloWorld in a clean installation and replacing MainWindow.xaml with your version is reproducing the issue for you right? Please confirm:
|
|
|
Yup, Unity Version 6.1, URP |
|
|
Could you please check again with |
|
|
Confirmed this works correctly now in 3.2.13 |
|
|
Thanks for the feedback! |
|
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2025-08-07 18:52 | alfiare | New Issue | |
| 2025-08-08 11:26 | jsantos | Assigned To | => jsantos |
| 2025-08-08 11:26 | jsantos | Status | new => assigned |
| 2025-08-08 11:26 | jsantos | Target Version | => 3.2.9 |
| 2025-08-08 11:27 | jsantos | Note Added: 0010968 | |
| 2025-08-08 11:27 | jsantos | Description Updated | |
| 2025-08-08 11:59 | jsantos | Note Added: 0010970 | |
| 2025-08-14 13:56 | sfernandez | Relationship added | related to 0004339 |
| 2025-08-20 15:39 | alfiare | Note Added: 0010990 | |
| 2025-08-20 15:39 | alfiare | File Added: MainWindow.xaml | |
| 2025-08-22 12:39 | jsantos | Note Added: 0010993 | |
| 2025-08-22 12:39 | jsantos | Status | assigned => feedback |
| 2025-09-03 23:58 | alfiare | Note Added: 0011024 | |
| 2025-09-03 23:58 | alfiare | Status | feedback => assigned |
| 2025-10-02 00:48 | jsantos | Target Version | 3.2.9 => 3.2.10 |
| 2025-10-10 13:29 | jsantos | Category | Unity3D => Unity |
| 2025-10-20 18:25 | jsantos | Target Version | 3.2.10 => 3.2.11 |
| 2026-01-20 19:32 | jsantos | Target Version | 3.2.11 => 3.2.12 |
| 2026-03-04 00:39 | jsantos | Target Version | 3.2.12 => 3.2.13 |
| 2026-03-23 18:03 | jsantos | Note Added: 0012093 | |
| 2026-03-23 18:03 | jsantos | Status | assigned => feedback |
| 2026-04-27 12:16 | jsantos | Target Version | 3.2.13 => 3.2.14 |
| 2026-05-20 18:07 | alfiare | Note Added: 0012333 | |
| 2026-05-20 18:07 | alfiare | Status | feedback => assigned |
| 2026-05-20 19:02 | jsantos | Status | assigned => resolved |
| 2026-05-20 19:02 | jsantos | Resolution | open => fixed |
| 2026-05-20 19:02 | jsantos | Fixed in Version | => 3.2.13 |
| 2026-05-20 19:02 | jsantos | Note Added: 0012334 |