Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 12 Next capture
2021 2022 2023
1 capture
12 Jun 22 - 12 Jun 22
sparklines
Close Help
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
  • Asset Store
  • Get Unity

UNITY ACCOUNT

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account
  • Blog
  • Forums
  • Answers
  • Evangelists
  • User Groups
  • Beta Program
  • Advisory Panel

Navigation

  • Home
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
    • Blog
    • Forums
    • Answers
    • Evangelists
    • User Groups
    • Beta Program
    • Advisory Panel

Unity account

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account

Language

  • Chinese
  • Spanish
  • Japanese
  • Korean
  • Portuguese
  • Ask a question
  • Spaces
    • Default
    • Help Room
    • META
    • Moderators
    • Topics
    • Questions
    • Users
    • Badges
  • Home /
avatar image
0
Question by kyzyk · Sep 03, 2011 at 10:26 AM · terrainfpssettingsrpgdevelopment

terrain settings for an fps/rpg freeroam

Hi everyone, I'm currently developing an FPS/RPG blend game, it's going to be using a free-roam map, - i am steering away from linear gameplay..

  1. What terrain settings should i be using for my game? I don't want it too high-end..

  2. Also, scripting-wise, lets say i want to 4 maps connecting to each other, how can i cloud them together so when you enter the region of one of them it only loads whatever is on that particular map ... (performance factors)

Thanks very much in advance. :) Steve.

Comment
Add comment
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

4 Replies

· Add your reply
  • Sort: 
avatar image
0

Answer by kyzyk · Sep 04, 2011 at 01:12 AM

anyone?? :(

Comment
Add comment · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image
0

Answer by kyzyk · Sep 05, 2011 at 09:21 AM

bump.......anyone?

Comment
Add comment · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image
0

Answer by DevonJavaScript · Sep 05, 2011 at 09:39 AM

From what it seems is you want 4 maps( all maps connecting ) What I would say is particle systems right? Particle systems for the clouds you can tinker with the particles to get it how you like. Also for the transfer make 4 scenes or X amount of maps you have and make 1 entrance/exit to each map surrounding it. So in the clouded area make a cube and Tag it with say Area 1. So area1 is East therefor right. Lets say we want to go west into the middle. We goto the furthest end of the terrain were you setup the particle system and cube. (Tag the cube like GoMiddleEast meaning goto middle from east side.

Then in code you would need this.

 function OnCollisionEnter(hit: Collision){
  if(hit.gameObject.tag == ("GoMiddleEast"))
   {
     Application.LoadLevel(x);   //Don't put X x stands for the scene number in build settings.
   }
 }

Then have the player spawn at an empty game object with Vector3 variables there you go.

Comment
Add comment · Show 1 · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image Daryl95 · Dec 02, 2011 at 10:43 PM 0
Share

Exactly how do I spawn the player at vecor3 variables?

avatar image
0

Answer by Daryl95 · Dec 03, 2011 at 01:41 AM

Exactly how do I spawn a character at an object with vecor3 variables?

Comment
Add comment · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

Your answer

Hint: You can notify a user about this post by typing @username

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this Question

Answers Answers and Comments

4 People are following this question.

avatar image avatar image avatar image avatar image

Related Questions

Unity terrain and its poly counts? 0 Answers

Solution for the FPS Character Controller falling through terrain 2018.3 Version 0 Answers

What is a reasonable size for a terrain in a top-down RPG? 1 Answer

Is there a way to set Billboarding to 0? 0 Answers

how to manually make a voxel terrain? 1 Answer


Enterprise
Social Q&A

Social
Subscribe on YouTube social-youtube Follow on LinkedIn social-linkedin Follow on Twitter social-twitter Follow on Facebook social-facebook Follow on Instagram social-instagram

Footer

  • Purchase
    • Products
    • Subscription
    • Asset Store
    • Unity Gear
    • Resellers
  • Education
    • Students
    • Educators
    • Certification
    • Learn
    • Center of Excellence
  • Download
    • Unity
    • Beta Program
  • Unity Labs
    • Labs
    • Publications
  • Resources
    • Learn platform
    • Community
    • Documentation
    • Unity QA
    • FAQ
    • Services Status
    • Connect
  • About Unity
    • About Us
    • Blog
    • Events
    • Careers
    • Contact
    • Press
    • Partners
    • Affiliates
    • Security
Copyright © 2020 Unity Technologies
  • Legal
  • Privacy Policy
  • Cookies
  • Do Not Sell My Personal Information
  • Cookies Settings
"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges