Version: Unity 6.2 (6000.2)
LanguageEnglish
  • C#
Method group is Obsolete

EditorSettings.webSecurityEmulationHostUrl

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Obsolete EditorSettings.webSecurityEmulationHostUrl is no longer supported, since the Unity Web Player is no longer supported by Unity. public static string webSecurityEmulationHostUrl;

Description

The url the web security emulation feature will pretend your game is hosted at.

The web security emulation feature will pretend that your game is hosted somewhere. The location of the hosted file matters, because that indicates wether or not certain WWW requests need to be authorized trough a crossdomain.xml file or not.

Note that WebPlayer is not supported from 5.4 and onwards.