TheWizardsCode / Terrains

Unity Heightmaps and Terrains
Apache License 2.0
12 stars 5 forks source link

Terrain packages missing #1

Open bsimser opened 3 years ago

bsimser commented 3 years ago

The default .gitignore file excludes .unitypackage from the repo so all of the Terrain packages referred to in the readme file are missing.

SorraTheOrc commented 3 years ago

That's deliberate since if the terrain uses paid for assets they will be included in the unitypackage. If you own the assets then you can open the scene and re-export to recreate the package with the assets you own included. I need to review the readme and edit that or think of something clever...

However, thinking about it I could use a naming convention to flag packages that only include the open source assets included here. My concern then would be bloat in the Git repo since there would be multiple copies of those assets. I'll have to think a little about that.

SorraTheOrc commented 3 years ago

Ahhh.... right now I see what you mean, yeah I need to do something clever or point to the scene files from which the packages are created. For now you can find them in https://github.com/TheWizardsCode/Terrains/tree/master/Assets/WizardsCode/Terrains/Scenes

bsimser commented 3 years ago

I see what you mean. That's a tricky thing. For example I just cloned the repo to check out the hunting grounds scene (as per your video) and while it opens correctly, there are some GeNa spawners there with missing script references (I don't own GeNa). Like you said if you included the .unitypackage that might not only create bloat (and potentially exceed GitHubs 100MB limit) but also might include commercial assets which you obviously don't want. Good luck on this. Going back to my dungeon project.

SorraTheOrc commented 3 years ago

Hmmm... I need to strip those GeNa spawners too then. They are not needed in the final terrain, only during editing. Ironically, if I gave you the unitypackage you wouldn't have those as they are stripped.

Syl20-G commented 2 years ago

Hello,, it's really beautiful your tropical map. for the procedural terrains, it's really impressive, watching your video on youtube, I wanted to import it on Unity. On the other hand, I can't import at all, it tells me that it's missing in / Packages/manifest.json while it seems to be in the directory.

Message error: An error occurred while resolving packages: Project has invalid dependencies: org.wizardscode.devlogger: The file [D:\Unity Projects\WizardsCode\DevLogger-ReleaseCandidate\package.json] cannot be found

A re-import of the project may be required to fix the issue or a manual modification of C:/Users/SYL20-G/3D Objects/unity project/Terrains-master/Terrains-master/Packages/manifest.json file. I am a beginner on unity and I would like to make with gamecreator a game or a character collecting garbage on an island, and your level design seemed very good to me. But I think I'm far from getting there

I have a gaia license, but I don't have vegetation pro studio, is it mandatory? Best regards