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 J4Rr3x514 · Aug 29, 2016 at 05:20 PM · prefabimage

Show part of prefab on ui

I've a Character prefab and i need to show only the head into a RawImage, so how can i do it? I looked for a solution in forum and here, but I found nothing so I've tried this code, but it does not work:

 RawImage prefab = Resources.Load("U_Character_REF") as RawImage;
 ImageAvatar.texture = prefab.texture;
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 hellopeople0004 · Aug 29, 2016 at 05:58 PM 0
Share

Does it need to be a live image, or does it need to be just the head? Also is this the effect you want? (Bottom Left Corner) alt text

sims2.jpg (141.6 kB)
avatar image J4Rr3x514 · Aug 30, 2016 at 05:59 PM 0
Share

I need a live image of the head because the character can have hats and similar object attached

1 Reply

· Add your reply
  • Sort: 
avatar image
0
Best Answer

Answer by DiegoSLTS · Aug 30, 2016 at 09:30 PM

For the raw image part you'll have to use a secondary camera rendering to a RenderTexture, with this you can put anything in front of that camera and then use that RenderTexture anywhere. The class RawImage is a UI component that can show a texture, you can't just convertir something into a RawImage with the 'as' operator.

To get the head of the prefab you'll have to instantiate the whole prefab and disable everything that's not part of the head. You can load some part of a prefab inside resources, you load the whole prefab first. Maybe you can load the prefab, get a reference to the head and then instantiate it, but I'm not sure if that works. You can also have a head prefab for each player prefab.

There's no easy way to do it, at least not as simple as your code.

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

5 People are following this question.

avatar image avatar image avatar image avatar image avatar image

Related Questions

The associated script cannot be loaded using UI prefab 0 Answers

How can I display Asset Prefab preview image on an UI image in my game? 0 Answers

Apply texture on prefab 1 Answer

How to assign Image gameobject to a variable via script? C# 2 Answers

Getting a animated preview of each prefab in a list? 0 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