Skip to content

Commit

Permalink
Automatically copied the original REPO files (README, CHANGELOG, LICE…
Browse files Browse the repository at this point in the history
…NSE and ThirdPartyNotice) to the upm package.
  • Loading branch information
github-action committed Apr 27, 2021
1 parent e802cdb commit d8062e7
Show file tree
Hide file tree
Showing 8 changed files with 128 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7 changes: 7 additions & 0 deletions CHANGELOG.md.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 21 additions & 0 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2019 Daniel Dyrda

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
7 changes: 7 additions & 0 deletions LICENSE.md.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

62 changes: 62 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
# Milky Way Skybox for Unity

> A skybox of the Milky Way for Unity.
This package contains the amazing [Milky Way panorama](https://www.eso.org/public/images/eso0932a/) by "ESO/S. Brunier" as skybox for Unity.

<p align=center>
<br>
<br>
<a href="https://github.com/dyrdaio/milky-way-skybox-for-unity">
<img src="./Media/milky_way_2.gif" alt="The Milky Way as Skybox in Unity."/>
</a>
<br>
<br>
</p>

The credit for the ["The Milky Way panorama"](https://www.eso.org/public/images/eso0932a/) goes to the European Southern Observatory / Serge Brunier (ESO/S. Brunier). The images are licensed under a [Creative Commons Attribution 4.0 International License](https://creativecommons.org/licenses/by/4.0/).

The package contains three different quality levels of texture. However, all three are relatively large. If you need a skybox with a smaller size, you can adjust the import settings of the textures. Pay attention to the fact that the textures differ not only with regard to the import settings: they are different textures (Tiff vs. JPG + different resolutions.)

## Install the Package

You can install this package with unity's [package manager](https://docs.unity3d.com/Manual/PackagesList.html).

### Install the Package from a Git URL

You can install the package using a Git URL. This is possible for direct dependencies of a project specified in its ```manifest.json```. Add a new package with the git-HTTPS URL to the version you want to install in the form ```https://github.com/dyrdadev/milky-way-skybox-for-unity.git#{version}```, where {version} is the actual version of the release you want to install. For example, if you want to install version "0.0.3" of this package, you can refer to ```https://github.com/dyrdadev/milky-way-skybox-for-unity.git#0.0.3```.

You can do this by using the Package Manager window or the manifest.json directly:

1. **Installing from a Git URL using the Package Manager window.** Open the Package Manager window. Click "+", then "Add package from git URL" and enter the git URL from above. You can find more information [here](https://docs.unity3d.com/Manual/upm-ui-giturl.html).
2. **Installing from a Git URL using the manifest.json.** You can add a new entry to the manifest.json file in the ``Packages`` folder of your unity project: ```"dev.dyrda.milky-way-skybox": "https://github.com/dyrdadev/milky-way-skybox-for-unity.git#0.0.3"```. You can find more information [here](https://docs.unity3d.com/Manual/upm-git.html).

If you use this package in your project, be sure to include the licenses of third-party content and marked assets in addition to the license of this project. This includes, for example, that you also provide credit for the third-party content in your project.


## License & Third Party Content

This project is licensed under a MIT license. See the [LICENSE](/LICENSE) file for details.

Many assets of this project including the images of the Milky Way were created by other people. Check out the [Third Party Content](/ThirdPartyContent.md) file for details.

Some (third party) assets in this project may be shared under a different license. Check out the README files in the directories and the [Third Party Content](/ThirdPartyContent.md) file for details.

## Support & Contribute

This repository was created by [Daniel Dyrda](https://dyrda.io). If you want to support me and my projects, you can follow me on [github (dyrdadev)](https://github.com/dyrdadev) and [twitter (@daniel_dyrda)](https://twitter.com/daniel_dyrda). Just come by and say hello, I would love to hear how you use the project.

If you want to contribute to this project, you are welcome to do so. Just write me ([Daniel Dyrda](https://dyrda.io)) and we will find a way to collaborate.

---
If the Milky Way isn't enough for you, and you also need an Earth and Moon, check out the package ["Moon and Earth"](https://github.com/keijiro/MoonAndEarth) by [Keijiro Takahashi](https://github.com/keijiro).

<p align=center>
<br>
<br>
<a href="https://github.com/dyrdaio/milky-way-skybox-for-unity">
<img src="./Media/guess_the_distance_for_gif_4.gif" alt="The Milky Way as Skybox in Unity."/>
</a>
<br>
<br>
</p>
7 changes: 7 additions & 0 deletions README.md.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions ThirdPartyContent.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Third Party Content

This package contains third-party content governed by the license(s) indicated below. For more information about the content, see the following sections and the readme files in the project's folder structure.

## "The Milky Way panorama" by "ESO/S. Brunier"

- Asset name: The Milky Way panorama
- License Type: [Creative Commons Attribution 4.0 International License](https://creativecommons.org/licenses/by/4.0/)
- Created by: [European Southern Observatory/ Serge Brunier (ESO/S. Brunier)](https://www.eso.org/public/images/eso0932a/)
- More information: You can find more information in the corresponding web page [here](https://www.eso.org/public/images/eso0932a/).
- Comment: This package includes the "The Milky Way panorama" images by ESO/S. Brunier. The original terms and conditions apply to these assets.
7 changes: 7 additions & 0 deletions ThirdPartyContent.md.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d8062e7

Please sign in to comment.