Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

Unity py examples #253

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Unity py examples #253

wants to merge 2 commits into from

Conversation

LucaCinquini
Copy link
Collaborator

Purpose

  • Add a few examples on how to use unity-py to interact with SPS

Proposed Changes

  • [ADD] sps_process.py
  • [ADD] sps_job.py

Issues

Testing

  • cd examples

Setup the Python virtual environment:

  • python -m virtualenv .venv
  • source .venv/bin/activate
  • pip install -r requirements.txt

Interact with the SPS service:

  • export UNITY_USER=...
  • export UNITY_PASSWORD=...
  • python sps_process.py
  • python sps_jobpy

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants