Non-convex MeshCollider with non-kinematic Rigidbody is no longer supported in Unity 5.

简介: 今天对一个书的模型加Rigidbody, MeshiCollider用的是mesh非UNITY自带的   出现 Non-convex MeshCollider with non-kinematic Rigidbody is no longer supported in Unity 5.

今天对一个书的模型加Rigidbody,

MeshiCollider用的是mesh非UNITY自带的

 

出现

Non-convex MeshCollider with non-kinematic Rigidbody is no longer supported in Unity 5.

并且碰撞不起作用

 

在面板中

勾选了convex就解决了

去官网一查

Convex If enabled, this Mesh Collider will collide with other Mesh Colliders. Convex Mesh Colliders are limited to 255 triangles.

 

 

 

 

如果是BOX Collider则没这个选项

 

相关文章
Xcode12适配The linked library is missing one or more architectures required by thi
升级到Xcode12后,运行Release模式后,会提示以下信息
164 0
|
测试技术
Note tool
Sent: Monday, March 23, 2015 2:56 PM https://dewdfgwd:2030/sap/bc/ui5_ui5/sap/znotetool/index.html?sap-client=001&sap-ui-language=EN&sap-ui-appcache=false 把Opportunity,(或者lead,Appointment,task)ID输入,点submit,就能看到下面挂着的note全部的technical information了 后台只能连AG3哈,这个是拿来做单元测试的。 GM6/001 tcode SE80:
136 0
Note tool
strange behavior:why u31000 is accessed for Extension project
Created by Wang, Jerry, last modified on May 20, 2015
93 0
strange behavior:why u31000 is accessed for Extension project
|
JavaScript 前端开发
Guidelines for Function Compute Development - Troubleshoot Timeout Issues
Endless codes and endless bugs When you write code, you may inadvertently introduce some hidden bugs, even if you test a large proportion of the codes to the maximum extent possible.
1601 0
|
API C# C++
Managed Debugging Assistant 'PInvokeStackImbalance' has detected a problem in 解决方案
because regular C functions work differently than the Windows API functions; their "calling conventions" are different, meaning how they pass around parameters is different.
1136 0