Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
It's not very well documented, but the camera view will raise or lower to keep a fixed vertical distance from any objects that are given the "WorldGround" layer. Objects using the "Default" layer, are ignored by the camera, so that layer can be used for any walls or ceilings that you don't want the camera to rise with.
So the fix would be to go through your board mods and change the ground/floor objects to the "WorldGround" layer using the dropdown at the top of the inspector.
A couple of things to note:
- Players will prioritize walking on any "WorldGround" objects over "Default" objects. In other words, when placing the player on the ground, if there's a "Default" object and a "WorldGround" object, the player will be placed on the "WorldGround" and act as if the "Default" object isn't there. You can keep small rocks and props as "Default" to have the player pass through them instead of bumping up/down as they walk over them.
- The camera will always rise based on the highest "WorldGround" object, so anywhere with overlapping terrain will cause the map view to rise to the highest level.
Thank you very much! Everything works the way I want it to now, I didn't quite understand the purpose of the layers. Thanks again for the very clear explanation and your responsiveness, Much appreciated :)