Oh, sorry, I've solved it.
The mistake was setting "Auto-Open Document When Clicked" to False.
Setting "Auto-Open Document When Clicked" to True on both ListUIs fixed the problem.
Thank you!
May I ask one more question?
You pre…
Thank you for your reply.
On View Document
If this is not used, the problem of the document's textures and text not being reflected in the UI seems to recur...
@ChrisIceBox
I have another question.
I have set two categories for a document.
I've created a ListUI that displays only documents within each category.
When opening a document from a different category, I want to open a different DocumentUI for…
Sorry for the long exchange.
Run in the InventoryBox element's ActionList when click asset
If I use this format, will it look like the attached image?
https://imgur.com/a/lnAYjFI
Incidentally, in this case, the area where I want to display the Do…
**Auto-open Document when clicked? **is False.
The original Document UI is not being used, and another UI is being opened from the ActionList using ActionListWhenClick.
Set Auto-open Document when clicked? to true and use the original Document UI.…
The first image is a customized DocumentList.
When you click on each Document, the menu in the second image opens via the ActionList.
The second image is the screen where you enter the title of the opened Document. I want to display the Document's …
Thank you for your reply. Sorry, I didn’t provide enough explanation.
When an item is selected from the DocumentList, the original menu I created will open.
I want to create an area in that menu to display the MainGraphic of the selected document.
@ChrisIceBox
Excuse me, I have another question. It might be something very basic.
I want to display the MainGraphic of a Document in a Unity UI that I made myself, but I don't know how to do it...
Thank you, Chris!
I controlled PlayableDirector.time and implemented fast-forwarding.
Since I also needed to return to normal speed in the middle, I used the Maker as a marker to return to normal speed.
It seems to be working well.
I'm sorry to bother you so many times.
Could you tell me how to change a Document's property from a script?
Since there is a GetProperty, I thought there might be something like SetProperty, but I couldn't find it...
@ChrisIceBox
Excuse me, I have one more question.
I want to write a process in a script that compares the value of a property added to all documents with a specific value, and if it’s True, it will ‘do something’. Could you give me some hints?
@ChrisIceBox