You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not sure if I am doing something wrongly or is it intended, but what should happen when there are overlays with exclusive inputs visible? For instance, opening the social overlay (that has exclusive inputs). When the overlay is visible, I can type into the search bar and interact with it. However, should the game still be able to read inputs from the user with the overlay visible? Currently, I am still able to do so, and is manually handling for inputs in game when the overlay is visible.
I read the epic documentation that overlays with exclusive inputs would take over the inputs [ https://dev.epicgames.com/docs/epic-account-services/social-overlay-overview/sdk-integration ], so I wanted to clarify.
I am using Unity 2022.1.15f and Rewired for inputs as well.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I am not sure if I am doing something wrongly or is it intended, but what should happen when there are overlays with exclusive inputs visible? For instance, opening the social overlay (that has exclusive inputs). When the overlay is visible, I can type into the search bar and interact with it. However, should the game still be able to read inputs from the user with the overlay visible? Currently, I am still able to do so, and is manually handling for inputs in game when the overlay is visible.
I read the epic documentation that overlays with exclusive inputs would take over the inputs [ https://dev.epicgames.com/docs/epic-account-services/social-overlay-overview/sdk-integration ], so I wanted to clarify.
I am using Unity 2022.1.15f and Rewired for inputs as well.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions