Select to view content in your preferred language

REST API with Unity

421
1
11-15-2023 12:33 AM
Labels (1)
Deivydas24
New Contributor II

Is it possible to use REST API with Unity?

0 Kudos
1 Reply
Trevor_Hart
Occasional Contributor

It depends what you mean "use"

Any http client can use the REST API, just make a http request to the API - but you will have to handle everything yourself (auth, parse response etc).

If you are asking about native support then you would need to use the SDK - https://developers.arcgis.com/unity/

0 Kudos