평점 만점의 리뷰가 11,000개 이상
8만 5천명 이상의 리뷰
10만명 이상의 포럼 멤버가 선호하는 에셋
유니티에서 모더레이팅하는 모든 에셋
1 - 10 / 69개 표시
사용자 리뷰
정렬 기준
M
Simple and it did the job
2 years ago
Mix-martes86버전 1.0
Though I needed to spend some time tweaking it until I understood it fully, in the end it works just as I need. Very good for prototyping.
이 리뷰가 도움이 되었나요?
0
0
k
Free Camera controller
2 years ago
koraimatorres버전 1.0
Works really good without locking the camera as Cinemachine does. No need to start coding after integrating RTS Camera into your project.
I still have difficulties with following target objects, but I'm pretty confident I will succeed in the near future.
이 리뷰가 도움이 되었나요?
0
0
D
passable
3 years ago
DucaDiMonteSberna버전 1.0
nice but the messy code and custom editor script make it difficult to modify the camera script in order to add functionality
note: height is bugged, use this:
add this line in START:
zoomPos = (DistanceToGround() - minHeight) / (maxHeight - minHeight); //setting initial zoompos to actual height "fraction"
replace line in HeigthCalculation function:
m_Transform.position = Vector3.Lerp(m_Transform.position,
new Vector3(m_Transform.position.x, targetHeight + difference - distanceToGround + m_Transform.position.y, m_Transform.position.z), Time.deltaTime * heightDampening);
Debug.Log("RTS camera zoomPos is " + zoomPos + " distanceToGround is " + distanceToGround + " targetHeight is " + targetHeight + " difference is " + difference + " m_Transform.position.y is " + m_Transform.position.y);
이 리뷰가 도움이 되었나요?
2
0
d
No documentation at all
3 years ago
deadlyjoker버전 1.0
What am I supposed to do to get this working?
이 리뷰가 도움이 되었나요?
1
1
I had to do some small tweaks to make this work as some of the calculations didn't really make sense. The code is easy to read/modify - and it's free - so I'm happy with this asset. It's a great asset to get you started with a RTS prototype.
Thanks to the author (Denis Sylkin) for putting in the work and sharing this with the community.
이 리뷰가 도움이 되었나요?
2
0
Quality assets
Over 11,000 five-star assets
Trusted
Rated by 85,000+ customers
Community support
Supported by 100,000+ forum members