Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 830 Bytes

File metadata and controls

21 lines (13 loc) · 830 Bytes

This project allows you to use multiple browser windows with corresponding Unity applications using UnityRenderStreaming.

How to Run
Install the gevent library by running the following command:

pip install gevent
Import the PythonStreamRender.unitypackage into your Unity project.

Open the "Test" scene in the "Sample" folder.

Build your Unity application as a standalone Windows application.

In the app.py file, update the unity_exe_path variable with the path to your Unity application.

Run the following command to start the application:

python app.py
Please note that UnityRenderStreaming and the necessary dependencies should be properly set up and configured for this project to work correctly.

License
This project is licensed under the MIT License.