• 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
11
Question by Basaltic · Apr 07, 2014 at 03:57 AM · gameobjecteditorsceneviewvisibilitygameview

Game object is visible in scene tab,but not in the game tab.

I create a new empty game object which i edit it by myself and the object is visible in the scene tab,but not in the game tab.I can see it moving in the scene tab,but i cannot see that object in the game scene. However,we i just drag a picture into the scene tab and it will automatically create a object.I edit that object just as same as what i create below.It can be seen in both scene and game tabs.It's a little weird.I don't know what the problem is.

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 SuperMasterBlasterLaser · Apr 07, 2014 at 04:06 AM 1
Share

Is it 2D view?

avatar image jacoj · Nov 19, 2015 at 07:05 PM 0
Share

I've tried this method, when in Game $$anonymous$$ode, it does not display any Game Objects. The problem occurred after applying a "Time.timeScale = 0" along with a LoadLevelAdditive script to the main camera. I've deleted the script and all game objects apear in scene view but not in game view

avatar image laruee · Mar 12, 2017 at 03:20 PM 0
Share

I'm having the same problem. I have game objects that are instantiated in the script, and they're all appearing in the scene view, but only a small number of them appear in game view. I don't know what would be causing that.

18 Replies

· Add your reply
  • Sort: 
avatar image
0

Answer by lukemon577 · Apr 14, 2020 at 03:53 PM

I had this problem where i could not see sprites or objects i had created in the hierarchy, unless I dragged them in to the scene from the project tab and i found out it was because my objects all were put at Z-2181.924 meaning unless the camera was there too none of the new stuff i created would show up and i do not have a fix for.

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 lukemon577 · Apr 14, 2020 at 04:01 PM 0
Share

I do now i just had to make a new camera and get rid of the main one

avatar image
0

Answer by shafayat18 · Apr 15, 2020 at 07:51 AM

I faced the same problem. and then i found the solution. you can see the video for solving the issue : https://youtu.be/ZIPLrNuZ-b0

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
avatar image
0

Answer by karankilledar05 · May 29, 2020 at 05:53 AM

in my case i had the camera in front of the prefab and was able to see it in scene mode(it was in 2d mode) but unable to see it in game view. I changed the scene view from 2D to 3D and saw that the prefab was behind the camera and not in front of it that is why it wasn't visible.

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
avatar image
0

Answer by Aadarshmallick · May 25, 2021 at 04:41 AM

Maybe you haven't imported the sprites package from your disk if you are in 2D.

To import them go to: Window > Package Manager > + > import package from hard drive > go to the disk in which you have downloaded unity > unity > editor > data > resources > packages > click on the folder named as something sprite package > then open the .json file from in there.

Maybe this could fix the issue.,Maybe you haven't imported the sprites package from your disk if you are in 2D.

To import them go to: Window > Package Manager > + > import package from hard drive > go to the disk in which you have downloaded unity > unity > editor > data > resources > packages > click on the folder named as something sprite package > then open the .json file from in there.

Maybe this could fix the issue.

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
avatar image
0

Answer by Xx_AstroSky_xX · Jun 03, 2021 at 03:14 PM

Okay, I had this same problem but I was instantiating objects instead. My problem was the objects weren't showing up in the game view and not the scene view. If you are having this problem, make sure the Z axis is set to 0 on the position of what your instantiating.

Here's a bit of my code:

 pos.position = new Vector3(x, y, z);      
                               
 Instantiate(gameobject, pos.position, pos.rotation);



 




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
  • ‹
  • 1
  • 2
  • 3
  • 4
  • ›

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.

Welcome to Unity Answers

If you’re new to Unity Answers, please check our User Guide to help you navigate through our website and refer to our FAQ for more information.

Before posting, make sure to check out our Knowledge Base for commonly asked Unity questions.

Check our Moderator Guidelines if you’re a new moderator and want to work together in an effort to improve Unity Answers and support our users.

Follow this Question

Answers Answers and Comments

68 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 avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image

Related Questions

GameObject won't appear in Game view 2 Answers

SpriteManager sprites only visible in scene view 2 Answers

Selecting objects in scene view with left mouse button always selects child object. 1 Answer

Stepping through WaitForEndOfFrame when GameView isn't visible 1 Answer

Cannot see gameobjects in Unity editor (DOTS problem) 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