Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 13 Next capture
2021 2022 2023
1 capture
13 Jun 22 - 13 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 gianni123 · Apr 11, 2012 at 07:34 AM · cameramultiplayer

camera spectator mode multiplayer

I want to create multiple spectator for multiplayer gaming. how can I do? I tried to use network view, but how to set it?

this is my script, but it does not work, because every time a new player join the game unity creates a new camera, which becomes the maincamera for all players.

Comment
Add comment · Show 2
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 Kleptomaniac · Apr 11, 2012 at 08:20 AM 0
Share

You should make sure then that your camera prefab is tagged with "Untagged" as opposed to "$$anonymous$$ain Camera".

avatar image gianni123 · Apr 11, 2012 at 08:30 AM 0
Share

thanks for the answer, but the camera prefab has already been tagged as untagged

1 Reply

· Add your reply
  • Sort: 
avatar image
0

Answer by JayMHelpsU · Apr 11, 2012 at 10:22 AM

You need to make an updater, you will need to add tag to both the Player being spectated and your camera var playerx : Int var playery : Int var playerz : Int var Xoffset : Int var Yoffset : Int var Zoffset : Int var CurrentPlayer : Int function Update() if (CurrentPlayer == 1) { var POS1 = GameObject.FindWithTag("PlayerPos"); //being spectated playerx = POS1.transform.position.X playery = POS1.transform.position.y playerz = POS1.transform.position.z var POS = GameObject.FindWithTag("CameraToSee"); //set the camera POS.transform.position = Vector3(playerx + Xoffset,playery + yoffset,playerz + Zoffset) // make the cam go here } { i hope this help, tell me if there is any errors (REMEMBER TO BACKUP YOUR CURRENT CODE)

Comment
Add comment · Show 3 · 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 gianni123 · Apr 11, 2012 at 10:33 AM 0
Share

thanks a lot! which object should I associate this script?

avatar image gianni123 · Apr 11, 2012 at 10:38 AM 0
Share

I'm a bit confused about what your script should make ..

avatar image JayMHelpsU · Apr 11, 2012 at 10:48 AM 0
Share

Sorry the add code screwed up :/ $$anonymous$$y script constantly moves to a certain player in mulitplayer, you can add and change the Player id (CurrentPlayer) hmmm looking back on this it looks a bit messed, ill try and edit it and fix it for you. Sorry for any inconvenience

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

6 People are following this question.

avatar image avatar image avatar image avatar image avatar image avatar image

Related Questions

TPS camera in multiplayer... 2 Answers

Have Camera Render First Person Arms But Not Body. 2 Answers

2 players 1 game field in shooter/card game 0 Answers

Multiplayer click and spawn 1 Answer

Centering camera between 4 players 2 Answers


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