View Issue Details

IDProjectCategoryView StatusLast Update
0004836NoesisGUIUnitypublic2026-02-25 19:13
Reporterstonstad Assigned Tosfernandez  
PrioritynormalSeverityminor 
Status resolvedResolutionfixed 
Product Version3.2.11 
Target Version3.2.12Fixed in Version3.2.12 
Summary0004836: Menu3D Example Compile Error
Description

Assets\Samples\Samples\Menu3D\Unity\Assets\NoesisGUI\Samples\Menu3D\MainWindow.xaml.cs(73,24):

error CS0122: 'DependencyObject.ClearAnimation(DependencyProperty)' is inaccessible due to its protection level

public static class AnimatableExtensions
{
public static void BeginAnimation(this Animatable animatable, DependencyProperty dp, object dummy)
{
animatable.ClearAnimation(dp);
}
}

PlatformAny

Activities

stonstad

stonstad

2026-02-25 14:54

reporter   ~0011941

The Menu3D Unity example shows the above compile error after initial import in Unity. 3.2.11. Congrats on the release, btw.

sfernandez

sfernandez

2026-02-25 19:13

manager   ~0011945

Fixed sample code in GitHub commit 2d4204f

Issue History

Date Modified Username Field Change
2026-02-25 14:54 stonstad New Issue
2026-02-25 14:54 stonstad Note Added: 0011941
2026-02-25 15:04 jsantos Product Version 3.2.12 => 3.2.11
2026-02-25 15:27 jsantos Assigned To => sfernandez
2026-02-25 15:27 jsantos Status new => assigned
2026-02-25 15:27 jsantos Target Version => 3.2.12
2026-02-25 19:13 sfernandez Status assigned => resolved
2026-02-25 19:13 sfernandez Resolution open => fixed
2026-02-25 19:13 sfernandez Fixed in Version => 3.2.12
2026-02-25 19:13 sfernandez Note Added: 0011945