Search found 241 matches

  • 1
  • 2
  • 3
  • 4
  • 5
  • 25
by stonstad
18 Oct 2023, 16:47
Forum: General Discussion
Replies: 4
Views: 632

Programmatic Storyboard Creation

I'm getting this warning, but I am not sure what it means. [NOESIS/W] Can't Stop Storyboard, it was initiated with a different Target UnityEngine.Debug:LogWarning (object,UnityEngine.Object) NoesisUnity:UnityLog (int,string) (at D:/Source/StellarConquest/StellarConquest.Utilities/Noesis/3.2.1/Runtim...
by stonstad
24 Aug 2023, 18:01
Forum: General Discussion
Replies: 2
Views: 555

Re: Geometry Group vs Canvas Performance for SVGs

Thank you!
by stonstad
18 Aug 2023, 19:25
Forum: General Discussion
Replies: 2
Views: 555

Geometry Group vs Canvas Performance for SVGs

When converting from SVG, Is using a Geometry Group faster or more memory efficient than a Canvas? i.e. what the recommended best practice? i.e. <Canvas><Path ... </> vs <GeometryGroup><Geometry ... </> Is the Noesis team aware of any differences in quality of output betrween Figma2xaml vs Inkscape ...
by stonstad
15 Aug 2023, 22:32
Forum: General Discussion
Replies: 5
Views: 823

Re: Resource Dictionary Item Iteration?

Awesome! This was really helpful. Thank you!

Image
by stonstad
15 Aug 2023, 00:11
Forum: General Discussion
Replies: 5
Views: 823

Re: Resource Dictionary Item Iteration?

Hi Sergio. All of the dictionaries that I am looking at via the inspector show zero keys. I know that I have several hundred. I'm searching from the root, or NoesisView.
by stonstad
11 Aug 2023, 17:23
Forum: General Discussion
Replies: 5
Views: 823

Resource Dictionary Item Iteration?

My game has several hundred XAML icons and I'm hoping to create a user interface that shows them all in one place as a 'style guide'. I am trying to iterate through my resource dictionaries, but everything is showing zero keys. i.e. FrameworkElement.Resources // empty or foreach (ResourceDictionary ...
by stonstad
12 Jul 2023, 23:15
Forum: General Discussion
Replies: 4
Views: 4776

Re: DataTemplate Question

Thank you, Sergio! I understand much better now.
by stonstad
11 Jul 2023, 16:55
Forum: General Discussion
Replies: 4
Views: 4776

Re: DataTemplate Question

If I call GetSVG() as shown above, and execute this code ... ContentControl contentControl = GetSVG(root, svg, false); if (overrideDimension != null) { Viewbox viewBox = contentControl.ContentTemplate.VisualTree as Viewbox; viewBox.Width = 200; viewBox.Height = 200; } It modifies the data template d...
by stonstad
08 Jul 2023, 00:33
Forum: General Discussion
Replies: 4
Views: 4776

DataTemplate Question

I am using SVG graphics converted into XAML. I group paths with a Canvas, and then use a ViewBox for uniform stretching. Example: <DataTemplate x:Key="svgExample"> <Viewbox Stretch="Uniform"> <Canvas Width="40" Height="40"> <Path Fill="#ffffff" Data=...
by stonstad
05 Jul 2023, 17:49
Forum: General Discussion
Replies: 16
Views: 3187

Re: Background Effect and Texture Formats w/ HDR

I'm just circling back on this topic. The solution works well but I do run into a problem when I have layered UI with background effect blur. I work around this by rendering to a RenderTexture, and then compositing in Noesis. The downside is that I am once again limited to non-HDR textures in Unity:...
  • 1
  • 2
  • 3
  • 4
  • 5
  • 25