Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Quixel Megascans Collections

Discussion in 'Assets and Asset Store' started by leedevonald, Mar 19, 2018.

  1. Parallax

    Parallax

    Joined:
    May 23, 2015
    Posts:
    39
    Trying to use the package with HDRP 4.0 and the materials appear as white. Any tips? Also how do you scatter the assets? Tried to use the Book of the Dead script, but bringing in the asset messed up all the materials.
     
  2. hyunBonfire

    hyunBonfire

    Joined:
    Sep 7, 2017
    Posts:
    5
    Megacscans Importer package from the lastest "Bridge" for live link seems to be broken under HD SRP. Missing Reference on System.Image ( first, duplicated against to the unity default library second, System.Image with a few other libraries are missing ). Not able to compile the package
     
  3. kshitijlives

    kshitijlives

    Joined:
    Nov 14, 2016
    Posts:
    1
    Ola... I bought Two of your packages. One for $49 & other for $199. And when I opened it... Boom! it's all Pink :( :(
     
  4. MotionBrain

    MotionBrain

    Joined:
    Dec 5, 2015
    Posts:
    30
    Same here. I tried creating a project (HDRP) but when opening the example scene Unity just crashed... its not sometimes it's always. Any help?
     
  5. wigglypuffs

    wigglypuffs

    Joined:
    Aug 10, 2015
    Posts:
    67
    For anyone trying to use the Quixel Megascans plugin for HDRP on Unity 2019.2 and getting an error of CS1601 DecalProjectorComponent does not contain a definition. I've got a fix.

    On line 127 of MegascansDecalTools.cs change the 4 lines that read:

                decalProjector.m_Material = decalMaterial;
    #if UNITY_2018_3 || UNITY_2019
    decalProjector.m_Size = new Vector3(size, size, size);
    #endif


    To the following:

    #if UNITY_2018_3 || UNITY_2019_0 || UNITY_2019_1
    decalProjector.m_Material = decalMaterial;
    decalProjector.m_Size = new Vector3(size, size, size);
    #else
    decalProjector.material = decalMaterial;
    decalProjector.size = new Vector3(size, size, size);
    #endif
     
    io-games likes this.
  6. rmele09

    rmele09

    Joined:
    Nov 8, 2010
    Posts:
    712
    are these packs available anywhere anymore? Specifically the lavafield?
     
  7. GradientOGames

    GradientOGames

    Joined:
    Feb 8, 2021
    Posts:
    28
    they are, you just need a subscription
     
    rmele09 likes this.
  8. rmele09

    rmele09

    Joined:
    Nov 8, 2010
    Posts:
    712
    Thanks yea I found them awhile ago. Look great.