All Projects → wenanlee → Unity3d Python

wenanlee / Unity3d Python

Licence: mit
在Unity里使用Python脚本

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Unity3d Python

Numix Gtk Theme
A modern flat theme with a combination of light and dark elements.
Stars: ✭ 1,122 (+1526.09%)
Mutual labels:  unity
Learning Unity Ecs 2
A bunch of small Unity projects where I explore and learn Unity's new ECS and Job System. Updated for the new API.
Stars: ✭ 65 (-5.8%)
Mutual labels:  unity
3d Game Shaders For Beginners
🎮 A step-by-step guide to implementing SSAO, depth of field, lighting, normal mapping, and more for your 3D game.
Stars: ✭ 11,698 (+16853.62%)
Mutual labels:  unity
Awesome Unity Open Source On Github
A categorized collection of awesome Unity open source on GitHub (800+)
Stars: ✭ 1,124 (+1528.99%)
Mutual labels:  unity
3 Modifiers And Abilities
Customise character abilities, weapons, characters and enemies. This includes multiple damage types, modifiers, sounds, animations. By the end you can create your core combat experience. (REF MA_RPG) http://gdev.tv/rpggithub
Stars: ✭ 64 (-7.25%)
Mutual labels:  unity
Puerts
Write your game with TypeScript in UE4 or Unity. Puerts can be read as pu-erh TS(普洱TS)
Stars: ✭ 1,139 (+1550.72%)
Mutual labels:  unity
Ksframework
QQ Group:538722494,KSFramework = KEngine + SLua(or xLua) , Unity3D Framework/Toolsets focus on hot reload
Stars: ✭ 1,119 (+1521.74%)
Mutual labels:  unity
Collidable Raymarching Terrain
Real time generate collider mesh according shader, it is really useful when you want to interact with your raymarching scene
Stars: ✭ 68 (-1.45%)
Mutual labels:  unity
09 Zombierunner Original
First person shooter with Unity terrain and AI pathfinding (http://gdev.tv/cudgithub)
Stars: ✭ 64 (-7.25%)
Mutual labels:  unity
Unimic
A wrapper for Unity's Microphone class.
Stars: ✭ 65 (-5.8%)
Mutual labels:  unity
Miku Luaprofiler
Stars: ✭ 1,125 (+1530.43%)
Mutual labels:  unity
2 terminal hacker
C# functions, refactoring, enumerations, basic state machines. Arguments, parameters, strings, conditionals, variables. Whitespace management, bug fixes and basic game design. (REF: TH_CU2) http://gdev.tv/cu2github
Stars: ✭ 64 (-7.25%)
Mutual labels:  unity
Shaders Portal
A showcase of shader effects to replicate portals in different games.
Stars: ✭ 65 (-5.8%)
Mutual labels:  unity
Unity Scene Query
A library to traverse and query the Unity scene to find particular objects, uses something similar to CSS selectors to identify game objects.
Stars: ✭ 63 (-8.7%)
Mutual labels:  unity
Vfxgraphmodeling
Procedural modeling with Unity VFX Graph
Stars: ✭ 68 (-1.45%)
Mutual labels:  unity
Udllexporter
Tool to build DLLs in Unity.
Stars: ✭ 63 (-8.7%)
Mutual labels:  unity
Drawmeshwithmotionvectors
An example showing how to generate per-object motion vectors when using DrawMesh.
Stars: ✭ 65 (-5.8%)
Mutual labels:  unity
Libfive Unity
A CSharp wrapper for libfive with Unity bindings
Stars: ✭ 69 (+0%)
Mutual labels:  unity
Pbr proj
Shader of PBR for Unity
Stars: ✭ 68 (-1.45%)
Mutual labels:  unity
Sentry Unity
Sentry SDK for Unity3d
Stars: ✭ 66 (-4.35%)
Mutual labels:  unity

Unity3D-Python-Editor

在unity3d里使用python unity版本5.6.1

NOTE

我这是用@cesardeazevedo那里弄到的,然后我精简了一下,现在只需要改动一下就可以用了.操作如下: 在游戏物体上 绑定 PyRun.cs 在 PyRun.cs 上 绑定 PyFile和PyFilePath 就行了

public class PyRun : MonoBehaviour
{
    //Python文件
    public Object pyFile;
    //Python文件路径
    public string pyFilePath="Assets/src/python/";

LICENSE

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].