I am trying to interact with Sharepoint lists via Unity 3D and C#. Most tutorials I have found are for Visual Studio, so it doesn’t help me.
I need to be able to read and write to my Sharepoint list.
Anyone have any suggestions? As far as I can tell, this hasn’t been done yet.
Use the Camelot SharePoint Integration Toolkit that extends the Camelot ADO.NET Connector for SharePoint. As long as you can connect to a WCF service you’ll be fine.
You can have a look at the PHP Toolkit that matches the Integration Toolkit, here is a video http://www.youtube.com/watch?feature=player_embedded&v=mDtvcTnTbeM
Resources