UPython 3 Pro

by [email protected]

Tired of using Python scripts in Unity? UPython 3 Pro may be able to achieve what you need.

For more detail this asset from the Unity Asset Store: Click Here

This is a paid asset, but now you can download the “UPython 3 Pro” for FREEPlease keep in mind that this package is provided only for learning purposes or to test before buying the product, NOT FOR COMMERCIAL PURPOSES.

UPython 3 Pro v1.1.1

VIP Only

UPython 3 Pro is an out-of-the-box tool as long as you have configured the Python environment.

Not compatible with UPython 2 (Pro).

UPython 3 Pro redesigns the underlying logic of the Unity component and Python server. A highly integrated and optimized design makes it easier for developers to use or extend remote Python calls.

Just start one Python server, and it will provide all the functionality.

Unity and Python Server could run on the same PC or run on different PCs that the PCs should stay within the same local network (e.g., connect to the same wifi)

Features

– 👍️ All UPython 2 Pro users can free upgrade to UPython 3 Pro.

– Included all the py server scripts.

– Source code included.

– Easy to use; Zero learning cost.

– Callback event supports.

– Async call supports.

– ☑️ 3 basic calls:

– (P) Call preset Python script on the Python Server and send the result to Unity.

– (UTP) Big file transfer (<4MBs? could be >4MBs) from Unity to Python Server.

– (PTU) Big file transfer (<4MBs? could be >4MBs) from Python Server to Unity.

– ⭐️ 1 composite call:

– (UTP, P) Write Python script in Unity C#, run it on the Python Server directly, and get the result from the Python Server.

– Run in both Play and Editor modes.

– Custom connection life cycle:

– The default life cycle of each connection is one Python Call. It automatically manages all connections without manual management.

– Custom connection lifecycle can support multiple Python Calls until manually closed. Suitable for those order-sensitive Python calls.

– Custom Python dedicated server.

– Extensible Python script calling order.

– No 3rd party tool is required!

 

Credits to our community contributors:

– Krasimir Karaneychev

The new python server “server_krasimir.py“ can handle the special character and works well with GPT models.

Technical details
Unity 2021.x or newer.

 

Related Posts

Leave a Comment