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 Fyah · Jun 19, 2011 at 05:37 PM · customizationcharactercustomization

importing customized player

I created a customizable lobby which works well the parts or being added when i check the buttons, but i cant seem to get the customized robot in the game when i play, can any one help me?

Thanks!

Sorry For the trouble!!!

It is a game, so far it is working.. IT has a game lobby, (you could test connection, customize robot, or create game)

Customize robot: takes you to another lobby where you starts of with a skeleton of the robot Prefab. here you may ad parts to your robot prefab which, is also the same player prefab when serve starts,

How can i save the the Robot Prefab that i customized so that i can use it as my player Robot Prefab when server starts?

Comment
Add comment · Show 3
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 Marnix · Jun 19, 2011 at 06:19 PM 0
Share

@Fyah: please be more specific and clear on your question. We have no idea what is going on here.

avatar image Marnix · Jun 19, 2011 at 07:04 PM 0
Share

@Fyah: What is "working in game"? What do you want it to do? What is it now? A prefab?

avatar image Fyah · Jun 19, 2011 at 08:03 PM 0
Share

@$$anonymous$$arnix, i updated my question. Thanks for having interest

2 Replies

· Add your reply
  • Sort: 
avatar image
0

Answer by Fyah · Jun 19, 2011 at 07:02 PM

@Marnix: I am making a robot multi player. you can customize your robot parts. next i need to know how to get the customized robot to work in game.

I hope that you understand my problem better now, i could use some help.

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 Marnix · Jun 19, 2011 at 07:03 PM 0
Share

@Fyah: Please don't put extra information here as an answer. Ins$$anonymous$$d: try updating your question. There is an edit button that you can use. If you have specific comments to one person, use the comment button at the bottom right of your question.

avatar image
0

Answer by Marnix · Jun 19, 2011 at 08:17 PM

It is very good possible to load prefabs and models at runtime. Please have a look at this post: http://answers.unity3d.com/questions/7653/dynamic-asset-loading.html

It will tell you more about dynamic asset loading which are the keywords you'll have to look for. If it is just a robot prefab, it is easy to load it, but you need to use the special Resources folder.

You can use the `WWW-class` and you can use the `Resources-class`. I can't tell you how it's done in one sentence, but as I instantiate a prefab, it looks as follows:

 GameObject robotPrefab = (GameObject)Resources.Load("RobotPrefab");
 GameObject robot = (GameObject)GameObject.Instantiate(robotPrefab);


Comment
Add comment · Show 2 · 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 Fyah · Jun 19, 2011 at 08:24 PM 0
Share

@$$anonymous$$arnix Thank you very much i will take a look at that right now,

avatar image Marnix · Jun 21, 2011 at 08:50 AM 1
Share

@Fyah: If my answer is satisfying, please press the checkbox next to it for acceptance.

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

2 People are following this question.

avatar image avatar image

Related Questions

Character customisation demo - errors in 2.6 2 Answers

Creating Class For Player 1 Answer

How can I attach clothing to the character? 1 Answer

how to change material color for player customization. 2 Answers

Can you run custom code when changing scene perspective? 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