GetVisualAssetsImage(WSAImageType, WSAImageScale)
Retrieves the Asset path for the image you set as the Universal Windows Platform package logo.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: UnityEditor
- Assembly: UnityEditor.CoreModule
public static string GetVisualAssetsImage(PlayerSettings.WSAImageType type, PlayerSettings.WSAImageScale scale)
Parameters
Returns
Type | Description |
|---|---|
| string | Returns the asset path for the image currently set as the specified Logo/ If you have not set an image, returns an empty string. |
Remarks
In the Editor, Unity displays this under Tile section in UWP Player Settings. Important: Unity writes these settings to the package manifest when it builds Universal Windows Platform for the first time. Building into an existing Universal Windows Platform build folder does not update the package manifest and does not apply any changes.