How to make a iOS plugin for Unity3d
- by DannoEterno
I've passed last 2 days reading articles and book for understand how can i make a plugin for iOS in Unity. Basically i need just a demo for understand how it work. For now i've tried to make this process (with really poor luck):
I've started a new project in Unity and writed a simple script
using UnityEngine;
using System.Collections;
using…