Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3da7160

Browse files
committed
Update README
1 parent 4f8567c commit 3da7160

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,19 @@
1111
This is a sample project that integrates Unity and Python.NET. Pressing the *Plot* button will display an image of a graph drawn using matplotlib in Python.
1212

1313
<img src="https://raw.githubusercontent.com/shiena/Unity-PythonNet/main/Documents~/preview.png" title="preview">
14+
15+
## Project Structure
16+
17+
```
18+
+ Assets/
19+
+ Scenes/
20+
+ MainView.unity : Main scene uning UI Toolkit
21+
+ SampleScene.unity : Main scene using Unity UI
22+
+ Scripts/
23+
+ PythonLifeCycle.cs : Python.NET initializer
24+
+ PlotRandom.cs : Call python script from C# using Python.NET
25+
+ StreamingAssets/
26+
+ python-3.11.3-embed-amd64/ : python runtime
27+
+ myproject/
28+
+ plot_random.py : python script for graph plot
29+
```

0 commit comments

Comments
 (0)