In this repository you will find a sample app featuring Algolia and Unity. This POC is using Unity UI starter kit, the Algolia .NET client and CC images.
- Having Unity installed
- An Algolia account. If you don't have one, create one, it's free!
- Set both environment variables
ALGOLIA_APPLICATION_ID
andALGOLIA_SEARCH_KEY
with your ApplicationID and your Algolia search Key - Create a
Planets
index with the given planets dataset.
The Algolia .NET client is packed in this sample so you don't need to install it.
Enjoy!
- I don't have an Algolia Index! Go the .NET client repository or to the dashboard to index your data!
- Improvement idea? Adding features? Feel free to open a PR