Thanks! So this kind of works. I'm still trying to figure out what exactly is going wrong, but it seems to be leaving blank textures at alternate points. It also seems like instead of adding the correct texture at page 3 it's adding a blank texture …
1) The action list runs Variable: check -> sound play one shot. (To check if a pop sound should play for the interaction or not) Nothing else is in that action list.
2) The animator is set up with the 4 states as recommended (On -> OnInstant…
Also very odd thing I noticed - Linking RightTexture UI to the left page's Texture Menu element makes the white box appear transparent for the left page. But if I also link the left page's Texture UI to the RightTexture menu element, both white boxe…
Yes, a blank texture has been assigned. Even if I change it to a random sprite for the image UI in the inspector, it just shows the white box. It's as if the script is overriding anything set in the inspector.
There's another thing - blank pages or pages that haven't had textures assigned to them through the script yet appear as white boxes, even if I set the image UI sprite as a transparent sprite.
Ah alright, missed there was an action for that - I'm able to use that to open the desired page by a bit of calculation.
Unfortunately, a new issue has cropped up. Setting add journal page to an index of -1 (add to end of journal) and using the Set…
Awesome! That works :) Last question (hopefully) Any way to make sure that the diary always opens to the newest page? That is, open to the latest page that was added through the action list -> add journal page command?
The textures are working great for both pages as well!
Final issue, which I think should have a simple solution that I'm missing - On pages where there's no texture, the placeholder white texture is seen instead. I reduced the alpha in the image's…
The page offset for the "Display existing journal" Journal element is 1. The offset amount for shift page next/previous or turn page left/right buttons is 2.
My AC version is the latest (1.65) and Unity is 2017.2.0f3
Alright, I'll remov…
Yeah, they didn't appear in the Menu manager either (probably because it failed to gather the text)
Here's the full error -
ArgumentOutOfRangeException: Argument is out of range.Parameter name: indexSystem.Collections.Generic.List`1[AC.JournalPag…
Just did "Gather all text" and tried again - no difference regarding the repeating pages issue.
Checking the .csv files, it doesn't seem to consist of any of the journal text from the menu or the action list. Anything specific I should se…
Discovered another issue that occurs only after I use Menu-> change state to add pages. I've got the preset pages turning working fine otherwise for a double page book with the correct offset.
Example: If this is a 5 page book and I insert a page…
True, I'd been trying to make it work with journals before realizing there was a newly added Documents feature in AC. At the time I found journals to be a bit limited and saw that switching to documents solved a lot of those problems - mainly the ab…