Unity3dAzure / AppServicesDemo

Azure App Services demos for Unity
https://www.deadlyfingers.net/tutorial/azure-app-services-for-unity3d
MIT License
27 stars 13 forks source link

Does not compile in Unity 5.3 #11

Closed punkouter2021 closed 8 years ago

punkouter2021 commented 8 years ago

image

deadlyfingers commented 8 years ago

Try switching off Unity processing plugins on Windows...

  1. In Unity project select Plugins > Pathfinding.JsonFx.dll
  2. Check Don't process dont-process-plugin
  3. Then Apply

Maybe there is an option to preconfigure the JsonFx plugin with Unity as I would prefer not to having to make people do this?

deadlyfingers commented 8 years ago

@punkouter What version of Windows app are you building for? I've got it to build for Windows 10 Universal App.

punkouter2021 commented 8 years ago

I am dumb. I needed to set 'Build Settings' to Windows and it went away.

Still not sure how to create the table though. The new Azure portal has this 'EZY TABLES' concept so trying to figure out how to create the data source the demo code wants

deadlyfingers commented 8 years ago

I need to create additional documentation for building for each platform that Unity supports. But building for Windows can be tricky. 'Easy Tables' is what I'm using for Azure App Service. For building Windows App I used the x64 configuration then Build > Build Solution

x64-build

PS. I have a hot fix #12 coming in for Unity Editor on Windows and Azure App Service. Once that's in I will close this issue. So you might want to wait until that's in.

punkouter2021 commented 8 years ago

The easiest and best way I think is create a screen capture where you create the app service and set it up, load the sample scene and run the demo. That would help me a lot. From there I should know enough to start customizing.

deadlyfingers commented 8 years ago

@punkouter yes I'll have to get a screen recording done and add that to the readme #14. Btw that's the Windows Unity Editor fix in for Azure App Services.