Hello.
I have created a ClickAndPoint horror game with FirstPersonView.
Unity2020.3.16f1, AC version is v1.73.7.
Made with the method of clicking on a hotspot to bring up the interaction menu,
It works well.
I have successfully made the release and have brought the Unity and AC versions up to date.
Unity 2022.3.44f1, AC version v1.81.6
Then, despite the same settings, the behavior seemed to be a little different.
After clicking on a hotspot to display the interaction menu,
The menu label does not disappear and remains in place even after the cursor is moved away from the menu.
CloseInteractionsWith: CursorLeavesMenuOrHotspot 
I have the impression that the behavior of
Can you tell us what it is?
Thanks.
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
Welcome to the community, @UrutaKobito.
To be clear: is it the Hotspot label that remains, while the Interaction menu turns off correctly?
As this is a visual issue, any video/screenshots you can share that show the issue will help greatly to understand the problem I'll also need to see screenshots of the Settings Manager, and the Menu properties of the Interaction menu and the Hotspot menu (if that's where the label is).
Thanks for the reply! @ChrisIceBox
What remains is the label for the interaction menu.
Here is the menu settings.
https://imgur.com/a/deskaXp
Here is the actual behavior.
https://imgur.com/a/8KxSL9V
(Sorry for the Japanese display...)
I will attempt a recreation, but I need the full details to work from. The screenshot only shows a portion of the Settings Manager - can you share the Manager in full, as well as the propertyies of your Interaction menu, as it appears in the Menu Manager?
Are any additional custom scripts in use?
Paste all SettingManager...
https://imgur.com/a/Niw3VP0
https://imgur.com/a/uiPgvJM
https://imgur.com/a/hP3olaO
https://imgur.com/a/NymTMGo
https://imgur.com/a/g0dSrF8
https://imgur.com/a/oRETaf1
https://imgur.com/a/LlRUDAY
No other custom scripts are used.
Open up AC's PlayerInteraction script and find line 1353.
In it, remove the following portion:
Does that resolve it?
I tried looking for PlayerInteraction.cs but couldn't find it...
Is it different?
https://imgur.com/t55wphP
Apoloies - that should have been PlayerMenus.cs.
I have tried it.
When the cursor leaves the interaction menu,
interaction menu disappears.
However, the behavior seems to be a little different from previous versions.
In v1.73.7, when the cursor leaves a hotspot or interaction menu,
both the hotspot label and the interaction menu disappeared at the same time.
In this fix, the hotspot label disappears when the cursor leaves the hotspot, and the interaction menu disappears when the cursor leaves the interaction menu.
The difference is not so large that it can be ignored, but I will report it.
Thanks a lot!