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 boolz · Nov 29, 2012 at 02:59 PM · instantiateprefabmultiplayerplayerfall

Multiplayer prefab player fall through floor on instantiate

Hello Unity community, this will be my first post!

I have a problem with my multiplayer setup. When a client connects to the player-hosted server they both fall through the floor... its not a collider issue - The server-player can walk around fine untill a client-player connects; then they both fall through the ground.

Firstly let me explain my network scripts:

I have two scripts 'NET_Server.cs' and 'NET_Client.cs' There is an empty GameObject in the scene called "PlayerSpawn"

I have two separate builds of the game - one for client one for server.

When the server starts - the player who is hosting gets their prefab instantiated after the server calls the methods Network.InitializeServer() and MasterServer.RegisterHost(); all overloads are included and the init runs fine.

When a client starts the game and retrieves the server via the MasterServer host list the client connects. When the client connects OnConnectedToServer() gets called in NET_Client.cs and run the following

 print ("[CLIENT] CONNECTED TO SERVER");
 Network.Instantiate(playerPrefab,playerSpawn.position,Quaternion.identity,0);



The two overload vars are:

public Transform playerSpawn; public GameObject playerPrefab;

Now let me explain my NET_CheckOwnership script that runs in the instantiated prefab:

void Awake() {

if (!networkView.isMine) { playerObject.GetComponentInChildren().enabled = false; playerObject.GetComponentInChildren().enabled = false; playerObject.GetComponentInChildren().enabled = false; //playerObject.GetComponent().enabled = false; } else { playerObject.GetComponentInChildren().enabled = true; playerObject.GetComponentInChildren().enabled = true; playerObject.GetComponentInChildren().enabled = true; } }

please help, I've looked everywhere for someone suffering the same error with no luck. Is this problem because I am instantiating in the wrong place or at the wrong time? eek..

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

0 Replies

· Add your reply
  • Sort: 

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

10 People are following this question.

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

Related Questions

I have problem with synchronize multiplayer player position... 0 Answers

Problem when assigning a prefab 1 Answer

Spawnning an object other than primitive makes the function run again and again 0 Answers

How do I get a prefab to know who made it? 1 Answer

Multiplayer player spawn help 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