DevTools
If you want to disable this feature, for example, in the final release version, please call the following method.
void Awake()
{
Edge.SetDevToolsEnabled(false);
}
It is turned on by default.
tip
You can use the selection tool to directly select DOM elements in the Unity interface and make modifications.