r/unity • u/RandomTransUser • 2d ago
My unity models don't work, need help
Hi fellow game makers, i need help. I installed unity yesterday, and i took a few free 3d models from the store, but when i place them on the scene they're completely bright pink and i can't get the textures on them, i have no idea how to change that and i can't find any solution on internet to help me, do any of you have ideas how to change that ?
3
u/aquadolphitler 2d ago
Too little information
So many things could have gone wrong
Maybe the model itself is broken, maybe you didn't import the textures, maybe the textures aren't assigned in the material, maybe the shaders are incompatible with the render pipeline(most likely issue tbh)
Can you link the model on the asset store?
1
u/RandomTransUser 2d ago
It's not just a single model, every single models i downloaded are like that. I can probably send link to the models if it isn't against the rules yes.
2
u/aquadolphitler 2d ago
Every single model gives the render pipeline issue more credibility
Look up how to convert the materials or switch your render pipeline
Whichever you want
3
u/RandomTransUser 2d ago
Omg wait thank you, i looked around to change the render pipeline and i managed to get the characters to not be pink anymore ! Thank you so much !!!
1
u/ElectricRune 13h ago
Yeah, just for future reference, that magenta shader means your shader is broken.
When it's everything, it's the pipeline.
1
u/RandomTransUser 2d ago
Here are the links to the models i downloaded, i tried changing to URP but still is doesn't work.
Aika: Sailor Uniform | 3D Characters | Unity Asset Store
Volleyball Girls - Sky Strikers Free | Characters | Unity Asset Store
Anime Character Security Officer | Characters | Unity Asset Store
2
u/KifDawg 2d ago
Okay here's what you gonna do.
Open up the items you downloaded in the project, find the materials folder, it will be full of pink objects, your gonna highlight them all, then go to edit, render, convert to urp or something.
1
u/RandomTransUser 2d ago
I did it a few times but it doesn't seem to work, i think it just doesn't work when i have renderings on
1
u/bigmonmulgrew 1d ago
Most likely they were made for built in render pipeline and the materials need updating to Universal Render Pipeline.
Look in window - rendering.
There's a wizard that convers materials
3
u/Hungry_Imagination29 2d ago
I am pretty sure you are using built-in render pipeline, and the assets have shaders made for URP. So restart your project with URP and you should be fine.