|
I tried all posible ways to make it work but nothing(making new material for the game obj and tried different texture tipes - png,jpg,bmp,tga.watched tutorials 4 or 5 times :(()...and i even went googling around for my video card info..and it has pixel and vertex shader 2.0 and the directx has pixel and vertex 3.0 idk iff thats the problem... need some answers pls ...Thanx .
(comments are locked)
|
|
This is a vague question, but from what I have taken from it you are simply unable to see the result of applied normal maps to your meshes. I am taking a shot in the dark here because there could be any number of things wrong, but to start: Normal maps ("Bump maps" in Unity) require the presence of a light, where as to say that they do not give the expected visual feedback with only the scene's default ambient lighting. I suggest just dropping in a directional light and angling its pitch something like 45 degrees downwards. If that doesn't work it could be any number of configuration problems. Note: It is also important to always make sure your graphics card's driver is up-to-date. Cheers, == yes i tryed the directional light to.. but same nothing happens il try to update the driver
Jul 13 '10 at 11:59 PM
i ConnE
i think i found the problem... in editor log it says (D3D: disabling ps2.0 due to SiS bugs).maybe because i have a lame card idk.. need some help
Jul 14 '10 at 09:26 AM
i ConnE
(comments are locked)
|
|
Do you have a light above the object you applied a bump too? yep i have 2 spot lights atached to main camera and one point light (all 3 with render pixel) near the objects with shader
Jul 14 '10 at 12:03 AM
i ConnE
are you making the bump map correctly>?
Jul 14 '10 at 12:37 AM
Karl Kujak
yes i tryed with the editor to make them and with gimp
Jul 14 '10 at 01:00 AM
i ConnE
When i make bumps. I just lay out the black and white in photoshop convert into a bump in unity. Then hit apply. And make it a bump diffuse material and apply it to the object.
Jul 14 '10 at 03:27 PM
Karl Kujak
ok il try that iff not i think is a hardware problem...how i said to equalsequals... Direct3D: Version: Direct3D 9.0c [SiSGRV.dll 6.14.10.3820] Renderer: SiS Mirage 3 Graphics Vendor: SIS VRAM: 256 MB D3D: disabling ps2.0 due to SiS bugs
Jul 14 '10 at 04:16 PM
i ConnE
(comments are locked)
|

You're unlikely to get an answer since the problem is so vague. There could be a 101 reasons why its not working, though most will be due to 'pilot error'. You should describe the exact steps you try and perhaps a screenshot of the editor, that may help us pin down the problem.