OpenHogwarts / hogwarts

Hogwarts (Harry Potter) open sandbox game made in Unity
Other
738 stars 168 forks source link

What version of Unity is recommended for this project? #61

Closed BridgetNichols closed 5 years ago

BridgetNichols commented 5 years ago

I'd really like to help work on this project, but their are so many compiler errors that I just can't even test the game out as I keep having to fix bug after bug. I'm thinking it may have something to do with my current version of Unity(2018.3.5f1), because all of the bugs I'm encountering are typically somewhat related to the version of Unity I'm using.

I saw in the readme that it should work in versions 2017.4.0f1 and up, but it doesn't seem to be working on my version. Does anybody have this game working, and if so what version of the engine are you using?

OpenHogwarts commented 5 years ago

Hi @BridgetNichols , ProjectVersion.txt is a Unity file which shows the version that was last used. So that's the version that compiled it properly last time : o

Could you show the errors? Did you try to close and reopen the project after importing it?

BridgetNichols commented 5 years ago

@OpenHogwarts Thank you for getting back to me so soon. I was kind of worried because their hasn't been a lot of activity in a while for this project, but now I feel a lot better. I'm currently downloading the version from ProjectVersion.txt and I'll see if that works otherwise I'll post all of the errors I'm getting.

BridgetNichols commented 5 years ago

Alright it's now working, thank you so much! I just downloaded 2017.4.29f and it worked like a charm. Their are probably some later versions that work, but this version works just fine, and it saves me a lot of hassle. Time to get working!

OpenHogwarts commented 5 years ago

I will update the readme to let it know that newer versions may require fixes :)