Search found 21 matches

by peanut
15 May 2024, 14:15
Forum: General Discussion
Replies: 5
Views: 944

Re: Working with Noesis Samples in Blend

Is there a way to find this Show.Anim in latest Blend? Looks like they removed Resources tab after 2019.

I just need to remove tooltip fade in animation, it halts standalone VR application until it renders opacity animation offscreen.
by peanut
15 May 2024, 09:26
Forum: General Discussion
Replies: 11
Views: 1810

Re: ToolTip in WorldSpace UI

Great stuff, thanks again!
by peanut
03 May 2024, 11:38
Forum: General Discussion
Replies: 11
Views: 1810

Re: ToolTip in WorldSpace UI

I tested the patch by playing it directly from unity on windows, I can confirm its fixed and working nicely.
We are releasing on Quest, so can we please also get a patch for Android arm64?

Thank you so much!
by peanut
29 Apr 2024, 16:27
Forum: General Discussion
Replies: 11
Views: 1810

Re: ToolTip in WorldSpace UI

Awesome, thanks!

Could we get a patch? We are about to release and tooltips are really welcome addition.
by peanut
22 Apr 2024, 22:17
Forum: General Discussion
Replies: 11
Views: 1810

Re: ToolTip in WorldSpace UI

Hello,

any ETA on this issue?
by peanut
12 Mar 2024, 14:43
Forum: General Discussion
Replies: 7
Views: 286

Re: RichText Hover issue

Yea, so far we noticed it only with RichText.
by peanut
12 Mar 2024, 10:32
Forum: General Discussion
Replies: 7
Views: 286

Re: RichText Hover issue

Further tests showed the issue is in our project, so you can ignore it for now.
by peanut
11 Mar 2024, 21:56
Forum: General Discussion
Replies: 7
Views: 286

RichText Hover issue

Hello, Here is a recording from unity, its the button from hello world sample: https://www.dropbox.com/scl/fi/09582yyrjg145n7wir154/RichTextHover.mp4?rlkey=9fgqnzojpbv33yu5xk92m44lw&dl=0 - On the left: <Button Margin="10"> <TextBlock noesis:RichText.Text="Test1"/> </Button> -...
by peanut
10 Jan 2024, 17:27
Forum: General Discussion
Replies: 7
Views: 2522

Re: Rive State Machine broke

Good to know, thank you!
by peanut
09 Jan 2024, 23:09
Forum: General Discussion
Replies: 7
Views: 2522

Re: Rive State Machine broke

Hello, I am not using listeners, I trigger hover in xaml: <noesis:RiveControl x:Name="rive" Width="16" Height="16" Source="{TemplateBinding noesis:RiveControl.Source}" Stretch="Uniform" Tag="0"> <noesis:RiveInput InputName="Hover"...