UPython2Pro
Two Cats Code - Haikun Huang
$9.99
$15.00
33%OFF
(no ratings)
Date |
Price |
---|---|
日期和时间 |
价钱($) |
09/13(2021) |
15.0 |
09/13(2021) |
7.5 |
09/27(2021) |
15.0 |
02/02(2023) |
9.99 |
11/19(2024) |
9.99 |
Jump AssetStore
Although the lite version can already meet most of the needs, if you need advanced features and better performance management, please try the Pro version.Online Documentation | Discord | Bug & Features Request |👍️ All UPython 2 Pro users can free upgrade to UPython 3 Pro.Monte Carlo Markov Chain Optimizer now is available.Please cite this tool if you used it in a research paper.@misc{huang_2020,url={},tool={UPython 2 Pro},author={Huang, Haikun}, year={2020}, month={Apr}}UPython2 Pro includes all the functions of the UPython2 version. For more details about UPython2 and the foundation of UPython2 Pro, please see here.❓ Who needs the Pro version?Although the lite version can already meet most of the needs, if you need advanced features and better performance management, please try the Pro version.❗ What is new in Pro?Support persistent connection function. There is no need to create a new Socket for every call to Python. Avoid the server from exhausting resources because it frequently accepts client connection requests, creates a large number of sockets, and allocates a large number of ports.Asynchronous call. Allows you to get the results of Python Call directly without using callback functions to get the results. It will make it possible for you to manage your pipeline more smoothly.Supports big file transfer. Allows you to send a big file from Unity to Python Server-side and save that file onto Python Server File System. This feature gives you the ability to do some Machine Learning things. E.g., capture a screenshot from Unity and send it to Python Server for the object dictation.Automatically manage all sockets without manual management.