• 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
Question by Ahmad45123 · Dec 30, 2015 at 11:52 AM · unity 5shadermeshinvisiblemesh renderer

Objects Not Visible In Low End Computer. (Shader Error)

Hello,

I'm creating like a voxel editor that reads info from a file and renders each chunk through procedural mesh loading.

It works really great in the development computer, However when testing it on another low end computer, The world is just empty, Nothing is rendered.

And when I checked the error logs, I found this:

 WARNING: Shader Unsupported: 'Hidden/Internal-DeferredReflections' - Pass '' has no vertex shader
 WARNING: Shader Unsupported: 'Hidden/Internal-DeferredReflections' - Setting to default shader.
 WARNING: Shader Unsupported: 'Hidden/CubeBlend' - Pass '' has no vertex shader
 WARNING: Shader Unsupported: 'Hidden/CubeBlur' - Pass '' has no vertex shader
 WARNING: Shader Unsupported: 'Hidden/CubeCopy' - Pass '' has no vertex shader
 WARNING: Shader Unsupported: 'Hidden/Internal-DeferredShading' - Pass '' has no vertex shader
 WARNING: Shader Unsupported: 'Hidden/Internal-DeferredShading' - Setting to default shader.


And computer specs:

     Version:  Direct3D 9.0c [igxprd32.dll 6.14.10.4926]
     Renderer: Intel(R) 82945G Express Chipset Family
     Vendor:   Intel
     VRAM:     64 MB (via fallback)
     Caps:     Shader=20 DepthRT=0 NativeDepth=0 NativeShadow=0 DF16=0 INTZ=0 NULL=0 RESZ=0 SlowINTZ=0

I do know the specs are fairly low but the problem is that the game actually runs and I can move around but doesn't see the objects, So thats really weird.

Any help is appreciated.

Comment
HarryDemch

People who like this

1 Show 0
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
Best Answer

Answer by UsmanAbbasi · Dec 30, 2015 at 02:15 PM

It seems that your device does not support these shaders. Open these shaders files and try to add this line in every shader after where last SubShader's bracket is closed :

     Fallback "Diffuse"


This means that if no subshader is supported on the device then use the shader which is written after "Fallback". You can write name of any shader which is supported on your device.

Comment
Ahmad45123
HarryDemch
AshwinTheGammer

People who like this

3 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 Ahmad45123 · Dec 30, 2015 at 02:55 PM 0
Share

How do I just set the shader to always use diffuse or minimal ? I mean, I didn't even use any shader... The quality of it doesn't matter, I just need it to work.

avatar image Ahmad45123 · Dec 30, 2015 at 03:08 PM 0
Share

I actually found it through some googling, I just changed the material's shader to diffuse and it worked. :)

Thanks a lot sir, rewarded.

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

4 People are following this question.

avatar image avatar image avatar image avatar image

Related Questions

Patch on a sphere of varying size 0 Answers

How to combine several Materials into one? 0 Answers

Shader making mesh dissappear or greyed out after Unity Update 0 Answers

Hiding parts of a mesh 1 Answer

Prefab Invisible on Canvas 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