Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.

Question Why cubemaps are just 4K ??

Discussion in 'VR' started by danielesuppo, Feb 1, 2023.

  1. danielesuppo

    danielesuppo

    Joined:
    Oct 20, 2015
    Posts:
    323
    Hello!
    I should create an 8K cubemap from an 8K panorama image for my VR PC application.
    So, I import the image, I set its shape as "Cube", and I set its max size to 8192.
    The big problem is that the resulting cubemap is just at 4K resolution, not at 8K.
    Is there some special trick to get an 8K cubemap, just like it was supposed to be?
    Any help would be much appreciated.
    Many thanks!!
     
  2. DevDunk

    DevDunk

    Joined:
    Feb 13, 2020
    Posts:
    3,437
    Did you set max resolution on the texture to 8k?
     
  3. danielesuppo

    danielesuppo

    Joined:
    Oct 20, 2015
    Posts:
    323
    yes, I did