Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
0 votes
0 answers
50 views

Raspberry Pi Live data to Unity through Ethernet connection

I have a gyroscope storing data on a Raspberry Pi 4 (The Client) and I need to send this data to Unity C# (The Server) so I can use a gyroscope to control position data. I have two separate devices I ...
UnityRaspianVirus's user avatar
0 votes
1 answer
419 views

How to convert a Unity transform to Maya's coordinate system?

I created a level in Unity, and I want to place some of the level objects in Maya so I can create an animation based on these objects. I can import the model FBX with no problems into Maya, but if I ...
Panda Pajama's user avatar
  • 13.5k
0 votes
0 answers
234 views

Integrating gpt2 into unity

I was wondering if anyone had any pointers in integrating gpt-2 into unity. I've got quite a bit of experience with python, but less with unity. What I'm trying to do is use a pretrained gpt2 model in ...
Dpythonrobot's user avatar
0 votes
1 answer
176 views

Would creating a player scriptable game using Unreal Engine or Unity violate their license agreement?

I want to create a game in Unity or UE4 which allows the user to write scripts in Python and run them mainly to control the AI. I will have to find a way to enable runtime script execution first. ...
spatial's user avatar
  • 101
3 votes
0 answers
992 views

IronPython with Python in Unity: How should I manage dependencies Python-side?

I am currently trying to get Python working in Unity, and I was wondering how would I manage dependencies on the Python end. For example, say I have a Python script with the following dependencies: <...
Samuel Lopes's user avatar
1 vote
1 answer
3k views

Using CNN's in Unity via Tensorflow and TensorFlowSharp

I have a project that tracks hands made in python, shown here: https://github.com/timctho/convolutional-pose-machines-tensorflow I want to effectively import this into Unity. I have generates the ....
Samuel Lopes's user avatar
0 votes
0 answers
173 views

Push data in unity Player without Requesting

I have a unity3d Player where I need some data from the server. The server code is written in python while on client side is C#. Now I am searching a way that server directly post/push data to my ...
Muhammad Faizan Khan's user avatar
0 votes
1 answer
421 views

How do I know the data has arrived at server without requesting every frame of the game?

I have a game where I have to get data from the server but the problem is I don't know when the data will become available on server. So I decided to use co-routine and hit server at after specific ...
Muhammad Faizan Khan's user avatar
2 votes
1 answer
300 views

Creating Dialog Trees in Unity with Python?

I was thinking to create dialog trees with Python in Unity. I was curious if I will using in one project c# scripts and python will not cause problems with compiling scripts. Also I did found few ...
Adrianna Kaminska's user avatar
3 votes
2 answers
2k views

Preparing a 2D character to export from Blender to Unity?

I'm an animator for a game currently, and I don't have Unity (can't download due to too much gigs coupled with slow internet,) but the game designer told me I can use Blender to export animations into ...
Nanite's user avatar
  • 31
0 votes
3 answers
18k views

A python script controlling a Unity game

I wish to build a simple game in Unity such that the objects in the game can be controlled via a Python script (or a code in any other programming language). Is this possible? If yes then how? If no ...
ironstein's user avatar
  • 121
3 votes
2 answers
9k views

Add Boo or Python to Unity 5

I'm new to Unity, but I'm more comfortable with Python. Is there any way to use Python as scripting language in Unity 5? I heard there is some language called Boo that has a syntax like Python but ...
ᴀʀᴍᴀɴ's user avatar
-6 votes
1 answer
142 views

New to game development [closed]

I have some programing experience, and I have tried making some games. I have some knowledge with c#, but I am much better at python. I have a general code structure knowledge, so I am open to learn ...
Martin Solhaug Standal's user avatar
5 votes
0 answers
2k views

Unity3D LLAPI and Pyhton UDP communication

I need a Unity3D game on Android to receive UDP packages from a Python script running on a different device. Using System.Net is not (yet) an option, as it is only supported on Android with a valid ...
mitras2's user avatar
  • 51
1 vote
1 answer
196 views

Mobu: Motion Files Naming Scheme for Unity

When exporting takes as several fbx files in Motionbuilder 2014 with File > Motion File Export..., the files are named like so: file_Take1.fbx file_Take2.fbx file_Take3.fbx In order for the ...
Abdulla's user avatar
  • 291