Python can now be used to help create editor scripts within Unity!
We'll learn how to run Python with Unity's own Python Scripting package.
For more information see the Unity Docs
https://docs.unity3d.com/Packages/[email protected]/manual/index.html
- Contents -
0:00 - Unity Can Run Python
0:09 - Installation
0:58 - Testing the Samples
1:21 - Looking at Sample Code
2:31 - Writing our Own Code.
3:23 - Download Images and Create Textures
3:57 - Conclusions