yup,already tried it,didnt fix it.. d: I think im gonna post my problems on unity's forums as well. Someone over there may have experience with this problem."wouldn't that be nice." If i find a solution,ill make sure to post it here too in case someone else wants to know what it is or is having similar problems. Thanks for…
Nice! I was looking for something like this a few months ago. Ultimately what I ended up doing was a hotkey to toggle between the first three subdivisions of the grid, so here's that in case someone wants it: { if ( `grid -q -d` == 1 ) { grid -d 2;} else if ( `grid -q -d` == 2 ) { grid -d 4;} else if ( `grid -q -d` == 4 )…
i am not a character artist so someone else may have to backup what i say but at first glance its hard to see the shape and what is going on. Is the sculpt suppose to be of realistic anatomy or are you going for something else ? Alot of the anatomy looks awkward to me like the neck / traps area since it looks like it…
Following on from my post earlier I've been playing around more to make sure everything is working as expected and had to make a few alterations to what I was storing in which map channel. Thought I'd share my final setup for anyone else wanting to do PBR with SubSurface: Hope it proves useful for someone else :) (once…
.nL, I check the contrast on the scene by desaturating the colors and turning into a black and white image and I think the reason why the grass was so dominate was because of the dark contrast it had against the lightness of everything else. Thanks for helping me see that. skodone, I lowered the brightness of everything…
Nah. I think girls should starve themselves and work out 7 days a week. I mean...it just means hotter girls for me right? So what if they have low self esteem & are damaging thier bodies? Im not gonna keep them long enough to care about that stuff anyway! Besides girls with low self esteem do the dirtiest filthiest stuff…
Just curious to see how many of you have gone out of your way to help someone else, get into this industry or teach them alot of your knowledge, just to see them get somewhere and then flip you the bird? I for one have had this happen to me more than a few occasions, and quite honestly will never, and I mean never go out…
Folks, moderater or admins, just a quick post to say my forum name isn't Sync and I doubt that when I visit the front page I should be able to access Sync's CP. Not sure what the dillio is with this is, but it required no work from me to happen. Anyone else been auto logged into someone else's profile? Interesting thing is…
I've check my mesh, it's all quads, no NGons, it's clean, and did not find an answer anywhere else. I'm not using the wrong FBX format. It's OBJ because that seemed to be the problem when people got this before. So I'm wondering if anybody else has seen this error when trying to bring a mesh into quixel suite:…
Hi everyone, I'm curious about something. I'm using structured buffers to send data in a vert/frag shader wrapped in a DX11 api check. With the new experimental OpenGL stuff I was hoping that those might "just work" like compute shaders. This is sadly not the case. Has anyone else tried this? From what I understand about…