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 mojohack · Oct 13, 2015 at 11:25 AM · unity 5instantiateprefabcanvasimage

Instantiate Prefab (Image) and show it on the screen?

I notice that after I instantiated the prefab (which is an UI Image) and set its position, it is added to the root level in the hiearchy which somehow doesn't appear on the screen. However, during run time, if I drag this image (clone) to the Canvas then I see it.

Could someone explain this behavior and is it that I have to manually add the image to the canvas in order to see it (if so how)?


(edited)

I figured out how to add the instantiated object to the target object within the canvas by setting transform parent, but for some reason the position of the instantiated object is not entirely correct: Say the parent has transform.position as (227.2, 316.5, 0) and the child (instantiated object) has the transform.position as (-10, -10, 0)

alt text

alt text

That is I notice the origin of child transform is not identical to its parent in this case, regardless of how I reset the parent and the child of the target object and the moved object itself, but still its being offset by a lil bit, so Im not sure whats going on

t1.png (11.2 kB)
t2.png (11.6 kB)
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

1 Reply

· Add your reply
  • Sort: 
avatar image
1

Answer by Garazbolg · Oct 13, 2015 at 12:31 PM

When do your Instantiate you can define a position :

public static Object Instantiate(Object original, Vector3 position, Quaternion rotation);

There you can define the position of your Image.

But when you will parent him to your Canvas you should Use the function SetParent of Transform because you have a second argument that specify if you want your Transform not to change Global position ( http://docs.unity3d.com/ScriptReference/Transform.SetParent.html ).

Hope that will fix your problem.

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 mojohack · Oct 13, 2015 at 04:39 PM 0
Share

Thank you. I spent quite some time last night to figure out how to solve the issue and I read thru many valuable tips including yours. I end up using localPosition zero for the child after set its parent. One strange behavior that I notice is that this only work (both using position or localposition) if I set both parent and child pivot to center. Otherwise (any other pivot say left-down) it still gives me some offset even though the rect transform for the child in inspector shows 0,0,0.
I created another question right here if you dont $$anonymous$$d http://answers.unity3d.com/questions/1081039/child-object-local-position-keeps-getting-offset-w.html

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

Why is my Prefab Instantiating when the Scene is Loaded? 2 Answers

Prefabs don't Show Up on Canvas 1 Answer

Array values changing after gameObject is instantiated from prefab 1 Answer

Prefab Invisible on Canvas 0 Answers

Add prefabs to hierarchy without game running? 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