KO
|
EN
gitlite โ search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
airtableunity
โ 13
Open GitHub โ
Airtable Unity Plugin
Download README (.md)
Explore Similar Repositories
clipnote-server
:
service for sharing animations created with clipnote studio.
dl-github-releases
:
A NodeJS module to download Github releases assets.
flask-rebar-auth0
:
Flask-Rebar Authenticator for Auth0
repofactory
:
A flexible solution for creating a repository pattern
scenejs-media
:
๐ฌ A library for playing or controlling media
// repository documentation
Was this content helpful?
โ 0
(0 ratings)
Select Rating:
โ
โ
โ
โ
โ
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
airtableunity
?
Download (.md)
# Airtable Unity Plugin This is just UnityPackage to make the integration with AirTable platform faster. If you don't a have a Airtable account, use my code just to pump the work on this. https://airtable.com/invite/r/Z0HGfPKB [Download Airtable Unity Package here](https://github.com/lipemon1/airtableunity/raw/master/Assets/AirtableUnity/AirtableUnityPlugin.unitypackage "Airtable Unity Package"). The idea here is give you a unity package that will enable to connect to any Airtable Base. It's a very fresh plugin but you can already make the following call: - List records - Get a specific record - Create new record - Update a record - Delete a record There is a example for each call inside the package. # Dependencies The whole system is using JsonDotNet to make all the serialization needded. If you need you can use other json serialization plugin but will have to resolve the references. # Credits I have to thanks a real ninja unity developer here, [Lucas Straub](https://www.linkedin.com/in/lucas-straub-a93990a1/ "Lucas Straub linkedin"). This had been easier to test and develop because the whole Proxy.cs and other core UnityWebRequest scripts structures were desing by this guy. Everyone that use this plugin must say thanks for him to make our unity developers lives better.