diff --git a/docs/slr-for-game-developers.md b/docs/slr-for-game-developers.md index ffb52e5cb79d09d00afcd91144d4d7e74c751a12..9408fbf8fa1bae6922f603a02f3a02213e8f9072 100644 --- a/docs/slr-for-game-developers.md +++ b/docs/slr-for-game-developers.md @@ -1300,6 +1300,14 @@ The legacy [`LD_LIBRARY_PATH`-based scout runtime][ldlp-runtime] cannot guarantee the presence of anything beyond basic shell utilities either. +Titles that are configured to run in Steam Linux Runtime 3.0 (sniper) +can include Python scripts, +starting with `#!/usr/bin/env python3` or `#!/usr/bin/python3`, +as an alternative to shell scripts. +sniper includes Python 3.9 and most of the standard library +(except for a few larger modules like `tk`), +but does not include external modules like `pip`. + <!-- References: --> [Application.persistentDataPath]: https://docs.unity3d.com/ScriptReference/Application-persistentDataPath.html