How to make the button would have been pressed without user action?
Try this using the EventSystem :
EventSystem
EventSystemManager.currentSystem.SetSelectedGameObject(defaultButton, null);
where defaultButton is your button that will be clicked without user action. And for example, make this line in Start()
Start()
Source: https://ru.stackoverflow.com/questions/514566/More articles:Programmatically call back button [duplicate]Expand a simply linked list [duplicate]Getting the name of the variable NameAdd id by name and set selectedQuestion about the guidance and replacement of imagesCLion + cygwin = dllHow to set max-width for background-image?Containers in javaIs it possible to get exact img html tags from a variable through the DOMAll Articles