You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 17, 2019. It is now read-only.
Adam Cummings edited this page Jun 26, 2018
·
2 revisions
Download & Import Plugin
In the main Unity editor open the Asset Store (Window -> Asset Store) and find Twitter Kit for Unity by Twitter. Alternatively you can download it directly here.
Post-Import Steps
In the main Unity editor navigate to 'Tools -> Twitter Kit' (make sure the Inspector tab is open) and enter your Twitter App's API Key and API Secret (can be found at https://apps.twitter.com).
Drag "TwitterInit.cs" from Assets/Twitter/Scripts/ into any GameObject in your scene. This will allow Twitter Kit to exist within that scene.