Simple NFC Android app created with Unity.
The project was build using Unity 2017.3.1f1 and tested on the Samsung Galaxy S7.
Feel free to use this project to create your own Unity Android app which can read out NFC tags. You can also download and install the .apk file which is a samll demo app making a cube dissapear when scanning a NFC tag.
This app is not able to write informations onto NFC tags. Feel free to add this functionality yourself if you like.
On the Samsung Galaxy S7 the distance to the NFC tag needs to be less than 4 cm for reading. You can find NFC tags on books, your travel passport, VISA cards or your mensa card. You can read out all these tags with the NFC module in your phone. Installing the app found here in the repository allows your phone to detect all these tags and make the cube in the app dissapear.
Also make sure to enable NFC in the phone settings.
Credit:
This project was inspired by this forum discussion. Check it out to learn more about the code and how to scan multiple tags. https://forum.unity.com/threads/nfc-for-android-unity-5-6.485551/