#Make a wall transparent
1 messages · Page 1 of 1 (latest)
do a cast from camera to player and if its blocked swap out materials or something
Hello! Thanks, I did it! I have a question: does unit 1 correspond to 1m?
1 world unit in unity is 1 metre
It does matter for physics and lights to get more accuracy
@limpid lodge
Thanks! I have another problem and I don't know how to fix it.
I imported assets, but everything is grayed out.
That's because those materials are automatically made and are inside the asset.
Make new material assets yourself and use those on your model
You can drag in materials on the model importer to replace them there or you can replace materials on the mesh renderers yourself in a scene/prefab
Thanks !