Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

How to use Python instead of C# in VS

Is it possible to write scripts in python instead of c# for creating a 3D game in unity?

Unity opens Microsoft Visual Studio by default for script editing but is it possible to do the programming with python in visual studio instead of c# in visual studio since im only familiar with python.

Thanks in advance

Answers

  • WarpWarp Administrator

    Visual Studio is proprietary software to write and edit code. it has nothing to do with Unity.

    You can probably find python bindings for the Unity API somewhere but you really shouldn't use them. Unity doesn't support python, and likely wont.

    Your best bet is to learn C#

Sign In or Register to comment.