# Splash Screen

### Recommended Steps

We are recommanded to keep the splash screen, remove Unity Logo, and add your company or team logo. Unity splash screen is standing for Unity Engine initialization. Keeping it can confirm scene is loaded on a good condition, and user will not meet black screen time without unresponsed content.

* Project Settings > Player >&#x20;
  * Splash Image >
    * Show Splash Screen > `on`
    * Show Unity Logo > `off`
    * Add your logo(s) and set effects.
    * Your first screen can continue splash effects for system initialization.

### Completely Turn Off Steps

* Project Settings > Player >&#x20;
  * Splash Image >
    * Show Splash Screen > `off`


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.parsue.io/unity-develop-tips/build/splash-screen.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
