Search code examples
c#unity-game-engine3dblender3d-model

Unity 3D-Cannot add Physic Material to a model imported from Blender?


I have made a simple Blender model and imported the .blend file into unity,I want to add Physic Material to it but my cursor was showing cancel sign,I cannot drag the texture to it.

Please help!

See the images:

I want to add physics to the Donut component (the Game.blend in the assets).

This is my unity window

Expanding the Donut component will appear Torus and Torus.001

Expanded the Donut component

My donut also have a rigid component that I accidentally clicked,but I didn't add any scripts into it.


Solution

  • I found the solution

    1. Add a collider component in the game object inspector
    2. Click on the None material and replace it by the Physic Material folder.