Camera Plugin for Unity

Matthew Clark
Mar 19, 2022

I am building an insurance app using unity. One of the features the app will have is the ability to take pictures and add them to a case report.

To do this I will be using the Native Camera for Android & IOS asset from the unity asset store.

https://assetstore.unity.com/packages/tools/integration/native-camera-for-android-ios-117802

With this plugin imported, I have pulled the TakePicture method from the scripting API and customized it to work for what I need it to do. The method will take the picture and apply it to a texture that is on the overview panel.

This is called when the picture button is clicked.

This is how I set up a simple camera feature for my insurance app.

--

--