메인 콘텐츠로 건너뛰기
Unity logo
キャンセル
개인정보 설정
장바구니
애플리케이션
Sell Assets

평점 만점의 리뷰가 11,000개 이상

8만 5천명 이상의 리뷰

10만명 이상의 포럼 멤버가 선호하는 에셋

유니티에서 모더레이팅하는 모든 에셋

1 - 10 / 181개 표시
사용자 리뷰
정렬 기준
j
Solid character controller base.
3 days ago
joshuaabidwell버전 3.4.4
What the Unity character controller should be.
이 리뷰가 도움이 되었나요?
0
0
s
Thank you!
a month ago
saboticsamir버전 3.4.4
Also thank you to Mr-Wh0 in the comments for the Quaternions fix, it worked for me.
이 리뷰가 도움이 되었나요?
0
0
B
Amazing! My preferred character controller.
a month ago
Back2Chorin버전 3.4.4
Movement is great, plenty of options, and I especially love the fact that I can stick to almost any surface with the right options.
이 리뷰가 도움이 되었나요?
0
0
D
Unity 6 Fix - Rotation quaternions must be unit length
a month ago
Dr-Wh0버전 3.4.4
There is a fix for the "Rotation quaternions must be unit length". === KinematicCharacterSystem.cs === #In: FixedUpdate() #Replace: float deltaTime = Time.deltaTime; #With: float deltaTime = Time.fixedDeltaTime; --- #In: PreSimulationInterpolationUpdate() Simulate() PostSimulationInterpolationUpdate() #Replace: mover.Rigidbody.rotation = mover.TransientRotation; #With: mover.Rigidbody.rotation = mover.TransientRotation.normalized; --- #In: PostSimulationInterpolationUpdate() #Replace: mover.Rigidbody.MoveRotation(mover.TransientRotation); #With: mover.Rigidbody.MoveRotation(mover.TransientRotation.normalized); === PhysicsMover.cs === #In: VelocityUpdate() #After: MoverController.UpdateMovement(out _internalTransientPosition, out _internalTransientRotation, deltaTime); #Add: _internalTransientRotation = _internalTransientRotation.normalized; PS: yes i used AI to tshoot that.
이 리뷰가 도움이 되었나요?
6
0
d
good
2 months ago
dev_dash버전 3.4.4
good so good
이 리뷰가 도움이 되었나요?
0
0
d
I have a question
3 months ago
dangamer2008버전 3.4.4
Hello, incredible asset, but when i put the character and camera controller in a new scene the camera does not follow the player, it has the "MainCamera" tag, the camera controller and there is no reference to the camera in any script. Can someone help me?
이 리뷰가 도움이 되었나요?
0
0
S
Gold Standard
3 months ago
SqueedleDont버전 3.4.4
Perfect and Free
이 리뷰가 도움이 되었나요?
0
0
y
Very cool asset!
3 months ago
yusam1980버전 3.4.4
Nice asset!!!
이 리뷰가 도움이 되었나요?
0
0
h
Super Asset!
4 months ago
hafu985버전 3.4.4
Exactly what I need! Clear API and nothing superfluous.
이 리뷰가 도움이 되었나요?
0
0
F
Awesome
4 months ago
FreakedHead버전 3.4.4
Exactly what I needed - a clean kinematic player controller! Works via velocity (like Godot’s CharacterBody3D) and handles slopes, ceilings, and collisions perfectly. Just set velocity and go. Excellent
이 리뷰가 도움이 되었나요?
0
0
Quality assets
Over 11,000 five-star assets
Trusted
Rated by 85,000+ customers
Community support
Supported by 100,000+ forum members
Unity logo

언어

어필리에이트 프로그램

멤버십링크 생성기어필리에이트 ID

Feedback

파트너 프로그램

협력사
Copyright © 2026 Unity Technologies
모든 가격은 부가가치세를 제외한 금액입니다.