https://www.eventbrite.com/e/slava-ukraini-charity-comedy-show-tickets-300877220867?aff=ebdssbdestsearch Discount Code cuz ya'll got me a job somehow: anton POLYCOUNT FAM BAM I'm hosting/producing a comedy show for game developers showing up to GDC. Most of the money will go to the Ukrainian Humanitarian Fund, after the…
Summary • Title – The Final Stand • Platform – PC, Mac, Linux • Genre – Adventure, RPG, and Survival • Engine – Unity • Compensation – Royalty, will be covered more in detail in a private chat for the options available. The Game The Final Stand is a relentless multiplayer experience in which competitors must fight to be…
I'm helping some students figure out what's missing from their portfolios, so they can focus on what to improve. I wrote down a list of stuff I look for when evaluating new hires. I'm sure I'm missing some things. What do you look for? Any help is appreciated. EDIT: latest version is on our wiki...…
So, I'm curious to get some feedback on this, since I haven't been actively interviewing for years. Do you guys think that employers that interview candidates are under *any* kind of obligation at all to get back to those candidates with a yes or no? Or should ZERO response after interview suffice as a 'code' that you have…
ROLE OVERVIEWWe are seeking a Concept Artist to design and refine the visual identity of our main playable character, Jack Drummond, for the narrative-driven title Tragedy Bridge™.As this is a pre-seed/self-funded project, we are specifically looking for a Junior or Student artist who wants to take ownership of a "Hero"…
[DISCLAIMER - THIS IS FOR A SCHOOL ASSIGNMENT WHICH IS VERY BASIC AND REQUIRES AN ONLINE POST TO BE CRITIQUED TO PASS] So, I've recently been designing a small close quarters level, suitable for small team play and neutral Capture the Flag. The Level is very symmetrical, and features automatic doors, elevated platforms and…
Hey Everyone! I am opening this topic to showcase my 3D sketches, and hopefully receive some feedback on them. I will try to credit the concept artist on each sculpt (as far as I know where the image comes from). I created this sculpt the other day, it took around 3 hours or a bit less than that (starting from a sphere). I…
dvd/blu-ray should just be so you have an option to play games if you have a slow or no internet connection. All the hard copy is for is to skip the download and let you jump rite into installing the game. The "cd key" is the expensive thing that really is the game sale. That way a used disc would be only worth a few…
Not sure how far to go explaining this since I don't know how much code you can handle based on what you mentioned. Basically, to preload an image, you create a new variable and set it equal to the image location. That causes the browser to load the info into that variable as the page loads. Then it's already in the…
My guess your issue is with 2d patterns like procedural brick texture because 3d noises look same from any view directions. For 2d patterns a common way is to use so called tri-planar projection. Blender doesn't have it by default but it's either possible to find on blenderartist.org or do it on your own: You make 3…