Kogane Application Restarter
Kogane Application Restarter enables seamless application restart functionality within your Unity projects. Supports Unity Editor and Android platforms with a simple, straightforward API for triggering application restarts programmatically.
com.baba-s.kogane-application-restarter Unity Compatibility
Unity 6 Not tested
2023.2 Not tested
2023.1 Not tested
2022.3 LTS Not tested
2021.3 LTS Not tested
2020.3 LTS Not tested
2019.4 LTS Not tested
Install via UPM
Add to Unity Package Manager using this URL
https://www.pkglnk.dev/kogane-application-restarter.git 
README Markdown
Copy this to your project's README.md
## Installation
Add **Kogane Application Restarter** to your Unity project via Package Manager:
1. Open **Window > Package Manager**
2. Click **+** > **Add package from git URL**
3. Enter:
```
https://www.pkglnk.dev/kogane-application-restarter.git
```
[](https://www.pkglnk.dev/pkg/kogane-application-restarter)README
Kogane Application Restarter
γ’γγͺγ±γΌγ·γ§γ³γεθ΅·εγ§γγγγγ±γΌγΈ
δ½Ώη¨δΎ
using Kogane;
using UnityEngine;
public sealed class Example : MonoBehaviour
{
private void Start()
{
ApplicationRestarter.Restart();
}
}
ε―ΎεΏγγ¦γγγγ©γγγγ©γΌγ
- Unity Editor
- Android
Comments
No comments yet. Be the first!
Sign in to join the conversation
Sign In