Twitter API to Unity

603 Views Asked by At

I am a designer and I code only a little bit. I would like to know how I could use the output of the Twitter API (which I master) to use them on Unity. Which programming language would be the best? The goal is for me to do real-time creation on Unity.

2

There are 2 best solutions below

0
On

I believe you can have your Twitter bot communicate with Unity by using files. So you can write in a file then read the content with C# during runtime.

0
On

The primary programming / scripting language used in Unity is C#.

There is a library for the Twitter API v1.1 called Twity. The current version of the Twitter API is v2 and you'd probably need to look for something that worked with that.