• Hi Guest!

    We have posted a new VaM2 dev log on Patreon, starting a monthly cadence of written progress updates between Beta releases. Highlights include the new Gizmos System, Selection Carousel, and Modes System with Context-Specific Editing. Beta1.2 is 15 of 21 items complete.

    Read the full post on Patreon, or follow progress on the public Trello roadmap.

Solved Why is there a difference in color when Unity packages assets to VAM

Joined
May 1, 2021
Messages
7
Reactions
13
Can someone help me solve this problem? Recently, there has been an issue with the color of the assets packaged by Unity, and I have not been able to find the problem in VAM.

This color difference has recently appeared, and it was okay before


Desktop Screenshot 2023.10.19 - 18.36.16.18.png
Desktop Screenshot 2023.10.19 - 18.36.29.47.png

Desktop Screenshot 2023.10.19 - 18.39.11.07.png
 
Solution
Possibly your Unity project has the wrong colorspace setting. Set project Color Space to Linear to get proper lighting. This is found in Edit->Project Settings->Player. Then click Other Settings tab. Set Color Space->Linear (default is Gamma).

(Follow the various guides around. There are 3 settings that differ from Unity project defaults you need changed for AssetBundles to work correctly in VaM. There is colorspace and two VR related settings.)
I don't know the specifics, but it is about how CUA's handle scene lighting, making everything look more mat. Have you tried using UnityAssetVamifier on the asset? I think it is included in vam as of 1.20, but here is the link.
 
Upvote 0
That just looks like a Global Illumination or the Ambient Light Color from the Scene Lighting Tab no?

I mean you said it isnt lighting but it sure looks like it ?
 
Upvote 0
Possibly your Unity project has the wrong colorspace setting. Set project Color Space to Linear to get proper lighting. This is found in Edit->Project Settings->Player. Then click Other Settings tab. Set Color Space->Linear (default is Gamma).

(Follow the various guides around. There are 3 settings that differ from Unity project defaults you need changed for AssetBundles to work correctly in VaM. There is colorspace and two VR related settings.)
 
Upvote 0
Solution
Back
Top Bottom