• Stars
    star
    134
  • Rank 269,818 (Top 6 %)
  • Language
    C#
  • License
    MIT License
  • Created almost 5 years ago
  • Updated almost 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Unity plugin of interpolate non-convex collider to convex.

UniColliderInterpolator

Image

Overview

UniColliderInterpolater is the plugin of Unity that interpolate 3d model to cube collider. The Unity physics does not allowed non convex(concave) mesh collider. We can escape the problem by checking convex option at mesh collider but the collision detection is not acculate. The plugin aims accurate collision detection by interpolate mesh collider using box collider.

Demo

Left : Mesh collider with default convex option. Right : Interpolated mesh collider using UniColliderInterpolator. Demo1 Demo2

Requirement

Unity 2018 or higher

Usage

Attach ColliderInterpolator.cs to your 3d model whitch has mesh filter.

Attach

Set collider division length and push Generate button.

Attach

That's it!!

Demo3

Notice

  • The plugin detect other object collider when generation. Separete target 3d model from other colliders when generation.
  • The generation doesnt work well when target 3d model has rigidbody. Remove rigidbody components from target model when generation.

Install

use unitypackage at release page

Licence

MIT

Author

sanukin39

Bench

The great bench model from Unity Asset Store.

More Repositories

1

UniClipboard

Simple clipboard plugin for unity
C#
296
star
2

UniAndroidPermission

Android Runtime Permission for Unity
C#
136
star
3

UniMeshCombiner

Simple Unity Mesh Combine Tool
C#
109
star
4

UniLocalNotification

Simple Local Notification Plugins for Unity
Java
71
star
5

UniVertexColorModelGenerator

Simple Unity Generate Vertex Color Model Tool
C#
38
star
6

UniEditorScreenshot

Simple editor extension for taking screenshot at Unity editor
C#
25
star
7

UniVersionManager

C#
15
star
8

UnityScrollLineSample

Unity drawing scroll line sample
C#
11
star
9

UniSafeArea

Simple safe area support tool for Unity
C#
10
star
10

UniIosAudioService

Unity iOS plugin JUST playing iOS system sound
C#
9
star
11

LocalNotificationIOS

IOS local notification sample of unity
C#
8
star
12

UniAndroidVibration

Unity Android plugin JUST execute device vibration
Java
7
star
13

UniPlaneMeshGenerator

Plane mesh generator for Unity
C#
7
star
14

UniMeshTransformer

Simple mesh transform tool for Unity
C#
6
star
15

UniRequestReview

Request Default iOS Review Dialog Plugin for Unity
C#
5
star
16

SimpleThreeMatchPuzzle

Simple three match puzzle made by unity
C#
4
star
17

SceneManagerTest

UnityのSceneManagerを使ってソシャゲっぽい遷移をするサンプル
C#
4
star
18

ShaderGraphFlutteringFlagSample

Fluttering flag shader sample of Unity URP
4
star
19

unity-player-prefs-editor

C#
4
star
20

UniNavigationSample

Unity Navigation Sample
C#
4
star
21

UniStoreOpener

UnityのiOS, Androidアプリからそれぞれのアプリページを開く
C#
4
star
22

UnityRequestReview

ShaderLab
3
star
23

UnityBatchBuildSample

Sample project of unity batch build
C#
2
star
24

UniDeviceInfo

C#
2
star
25

UniStorage

C#
2
star
26

IconBadgeCleaner

C#
1
star
27

UniColorPicker

Simple, light weight color picking module for Unity
C#
1
star
28

MiniP

Simplest png compression tool
JavaScript
1
star
29

GA-SDK-UNITY

The GameAnalytics SDK for tracking events in Unity.
C
1
star