I'm getting the following two errors (one for each line number):
[path]\MenuGraphic.cs(line number,9): error CS7036: There is no argument given that corresponds to the required formal parameter 'uiComponentHideStyle' of 'MenuElement.UpdateUIElement…
LOL, I'm banging my head on the desk now.
Of course! It makes perfect sense to interpret the Texture field in the AC Game Editor to mean "use this texture to display in your new menu element." It makes so much more sense to assign the app…
A Little More Testing
* It appears that if no Action List operates on the images, they are able to be displayed. I did try deleting the problematic objects in the ObjectivesUI prefab and recreating them from scratch, however I get the same results.…
Bingo!
That did it. I did not realize that I needed to add that as a new menu item in the menu manager's Interaction menu. So there is, after all, a "linkage" between the Menu Manager and the Cursor Manager in the AC Game Editor!
Ok, got…
It is set to Software.
Below is a link to a folder with 4 Screen-shot images:
* AC_icon_issue_01 - A visual of what I'm seeing when in play mode.
* AC_icon_issue_02 - A visual of a 'normal' icon when in play mode (same scene).
* AC_icon_issue_curs…
As far as I can tell, the menu system is not involved at all. The only way the menu system is involved is if there is some sort of back-end linkage in AC's design that is not immediately apparent.
The setting for the game (AC Game Editor > Setti…
The upload attempt failed, and I'm sure that is due to the size of the project, even though I deleted lots of the asset packs.
If you still want to look at the project, I will need to go through it and delete nearly all the other asset packs from i…
Apologies for the delayed response. Unity version is 2022.3.22f1. Operating system is Windows 10.
I am willing to zip and drop you a copy of the project, but even with the library excluded, and even with only three functional scenes in it, I'll war…
Yeah, as a confirmation, I just ran the references search again and I receive the results dialog window:
Variable search complete
In total, found 0 references to global variable 'GraphicOptionsData' in the project. Please see the Console window for…
"Oddly, the code change should have replaced the error with a regular log message"
That's what I expected too. Running it again, I do see it listed as a warning. I probably had warnings suppressed from the Console before, and was only loo…
"By default, this should be linked to a Global String Variable named "GraphicOptionsData" - is this being overwritten elsewhere by e.g. any other Actions?"
I have no idea what would have caused the change in the project's behavi…
Thanks for your response and your help, Chris!
I cannot think of any settings that got changed on any menus, or any option that got selected anywhere, but if there is something to check in the AC Game Editor panel or other places, please let me kno…
Hotspots are not functioning on mouseover, and the click-to-move functionality using the NavMesh does not respond. The scene does load and run animations, etc., but the scene does not respond to anything from the mouse.
I tried to fix it "the …