Skip to content

AboutUnityOptimizing/UnityAutoRestartTest

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UnityAutoRestartTest

Sometimes, I build a "kiosk mode" app with Unity for digital signages or museum installations. It should meet the following requirements.

  • It should periodically terminate the process to release memory/resources.
  • It should automatically restart the process on terminations/crashes.
  • It shouldn't restart the process when an operator manually stops it.

This repository contains a simple Unity project and a shell script fulfilling them.

About

Auto restarting shell script with Unity

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 83.2%
  • Shell 16.8%