https://github.com/xjine/unity_cubemapcamera
CubemapCamera just makes Cubemap RenderTexture.
https://github.com/xjine/unity_cubemapcamera
assets unity
Last synced: 11 months ago
JSON representation
CubemapCamera just makes Cubemap RenderTexture.
- Host: GitHub
- URL: https://github.com/xjine/unity_cubemapcamera
- Owner: XJINE
- License: bsd-3-clause
- Created: 2019-12-04T10:26:25.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-05T20:35:21.000Z (over 6 years ago)
- Last Synced: 2025-07-08T20:47:59.944Z (12 months ago)
- Topics: assets, unity
- Language: C#
- Homepage:
- Size: 323 KB
- Stars: 6
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Unity_CubemapCamera

CubemapCamera just makes Cubemap RenderTexture.
## Import to Your Project
You can import this asset from UnityPackage.
- [CubemapCamera.unitypackage](https://github.com/XJINE/Unity_CubemapCamera/blob/master/CubemapCamera.unitypackage)
### Dependencies
You have to import following assets to use this asset.
- [Unity_IInitializable](https://github.com/XJINE/Unity_IInitializable)
## How to Use
Add ``CubemapCamera.cs`` to camera object and set the parameters.
``CubemapCamera`` renders Cubemap in ``LateUpdate`` and you can get it from ``CubemapCamera.Cubemap`` property.
### Resolution

Resolution means the each square's resolution of Cubemap.