-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automatically copied the original REPO files (README, CHANGELOG, LICE…
…NSE and ThirdPartyNotice) to the upm package.
- Loading branch information
github-action
committed
Jan 27, 2021
1 parent
71b249a
commit 2f92344
Showing
8 changed files
with
118 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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). |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
# 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" go 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.) | ||
|
||
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). | ||
|
||
## 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/dyrdaio/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.1" of this package, you can refer to ```https://github.com/dyrdaio/milky-way-skybox-for-unity.git#0.0.1```. | ||
|
||
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: ```"io.dyrda.milky-way-skybox": "https://github.com/dyrdaio/milky-way-skybox-for-unity.git#upm"```. You can find more information [here](https://docs.unity3d.com/Manual/upm-git.html). | ||
|
||
## Third Party Content | ||
|
||
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. | ||
|
||
## License | ||
|
||
This project is licensed under a MIT license. See the [LICENSE](/LICENSE) 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 | ||
|
||
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 (dyrdaio)](https://github.com/dyrdaio) and [twitter (@dyrdaio)](https://twitter.com/dyrdaio). Just come by and say hello, I would love to hear how you use the project. | ||
|
||
## Contribute | ||
|
||
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. |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. These textures in this project are also shared under the same license. |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.