CesiumGS / cesium-ion-3ds-max-plugin

Autodesk 3DS Max plugin for uploading and tiling models with Cesium ion.
https://cesium.com/
Apache License 2.0
15 stars 9 forks source link

.NET and AWS SDK Requirements for development #34

Closed shehzan10 closed 4 years ago

shehzan10 commented 4 years ago

Regarding: image

Does plugin development still require installing .NET Core SDK and AWS SDK for .NET? Or is it included in the repository?

Additionally, following the discussion over email, does .NET Core SDK need to be changed to .NET Core Runtime and Hosting Bundle?

Probably best to change these to explicit install instructions instead of noting them as "Requirements".

UX3D-haertl commented 4 years ago

The SDKs are still needed to build, debug and run the .NET Code. If one only needs to change the maxscripts without building new binaries those are not required.

shehzan10 commented 4 years ago

Thanks for the clarification. Where does .NET Core Runtime and Hosting Bundle fit in? Since I was not able to run the plugin without that.

~Can you change the requirements section into full instructions. Its not entirely clear that those need to be installed.~ Nevermind, just saw the PR.