Search found 3 matches

by gvol1
07 Nov 2023, 20:01
Forum: General Discussion
Replies: 1
Views: 711

Log about resources loaded

"Hi, I have some questions about this log. [NOESIS/I] 'Assets/NoesisScreens/MainMenu/Views/Menu/SomeDictionary.xaml' loaded UnityEngine.Debug:Log (object,UnityEngine.Object) "When Noesis displays this log in reference to a dictionary, is each entry in the dictionary loaded into memory?&quo...
by gvol1
31 Oct 2023, 18:53
Forum: General Discussion
Replies: 3
Views: 2128

Re: Bind the source image property from the view model to a key in the resource dictionary

Thanks, does this work for me, I have some questions. 1. Is it possible to unload resources from the application when they are not in use? 2. My Unity application contains a really large number of images. Is having some atlases in the application resources the better approach? 3. If all the images i...
by gvol1
30 Oct 2023, 21:12
Forum: General Discussion
Replies: 3
Views: 2128

Bind the source image property from the view model to a key in the resource dictionary

Hello! I want to bind the source image property from the view model to a key in the resource dictionary in the Atlas. Something like this: <Image Source="{Binding ImageResourceKey, Converter={StaticResource BindingToStaticResourceConverter}}"></Image> This is the structure of the Atlas: <R...