vpenades / SharpGLTF

glTF reader and writer for .NET Standard
MIT License
467 stars 75 forks source link

How to download alpha0018 version's source code? #66

Closed 674019130 closed 4 years ago

674019130 commented 4 years ago

Hi.

I wonder where to download the alpha0018 version's source code, cause when I download the code by https://github.com/vpenades/SharpGLTF.git, there are some errors.

Thanks. :-)

vpenades commented 4 years ago

you have download errors? or the downloaded source code gives you errors when you compile?

674019130 commented 4 years ago

you have download errors? or the downloaded source code gives you errors when you compile?

Sry for my poor English, it's when I compile the source code gives me errors. And now I'm using alpha15 version.

I mean, the current source code maybe has some errors.

Thanks for your reply. Have a good day. 😊

vpenades commented 4 years ago

The source code requires Visual Studio 2019 to compile.

Which errors gives you?

674019130 commented 4 years ago

The source code requires Visual Studio 2019 to compile.

Which errors gives you?

There's an embarrassing situation occurs... When I download the latest source code and build the project, no errors anymore...

The errors in last time are can't find .NET Framework 4.5.1, but I'm sure that my PC has installed .NET Framework 4.5.1. Anyway, my puzzle has been solved.

Sry to occupy your time, may you...happy😃

vpenades commented 4 years ago

That's probably the Monogame Example, which requires net framework 4.5.1 for backwards compatibility.

But that's not a bug, that's missing frameworks in your development environment.

674019130 commented 4 years ago

That's probably the Monogame Example, which requires net framework 4.5.1 for backwards compatibility.

But that's not a bug, that's missing frameworks in your development environment.

You are right, I will describe my question clearly next time.

Thanks for your patient reply again. ❤