Art Digest #010

Game Art Digest #010

Attention all upcoming (and experienced!) Game Artists — set down your easels and pick up your notepads!

Every week, the Art team at Mighty Bear Games share a round-up of our top Game Art discoveries from across the Internet: Tips, tricks, tutorials, references, and more!

Tech Art

Drawing in Unity — Daniel Santalla

body[data-twttr-rendered=”true”] {background-color: transparent;}.twitter-tweet {margin: auto !important;}

function notifyResize(height) {height = height ? height : document.documentElement.offsetHeight; var resized = false; if (window.donkey && donkey.resize) {donkey.resize(height);resized = true;}if (parent && parent._resizeIframe) {var obj = {iframe: window.frameElement, height: height}; parent._resizeIframe(obj); resized = true;}if (window.location && window.location.hash === “#amp=1” && window.parent && window.parent.postMessage) {window.parent.postMessage({sentinel: “amp”, type: “embed-size”, height: height}, “*”);}if (window.webkit && window.webkit.messageHandlers && window.webkit.messageHandlers.resize) {window.webkit.messageHandlers.resize.postMessage(height); resized = true;}return resized;}twttr.events.bind(‘rendered’, function (event) {notifyResize();}); twttr.events.bind(‘resize’, function (event) {notifyResize();});if (parent && parent._resizeIframe) {var maxWidth = parseInt(window.frameElement.getAttribute(“width”)); if ( 500 < maxWidth) {window.frameElement.setAttribute("width", "500");}}

Daniel Santalla shares a very quick tutorial on how to create a drawing system within Unity. Utilising a second camera and render texture, this system is very easy to implement!

For more quick Unity tips, be sure to check out his Twitter!

Tips and Tricks

10 Unity Tips — Alan Zucconi

body[data-twttr-rendered=”true”] {background-color: transparent;}.twitter-tweet {margin: auto !important;}

function notifyResize(height) {height = height ? height : document.documentElement.offsetHeight; var resized = false; if (window.donkey && donkey.resize) {donkey.resize(height);resized = true;}if (parent && parent._resizeIframe) {var obj = {iframe: window.frameElement, height: height}; parent._resizeIframe(obj); resized = true;}if (window.location && window.location.hash === “#amp=1” && window.parent && window.parent.postMessage) {window.parent.postMessage({sentinel: “amp”, type: “embed-size”, height: height}, “*”);}if (window.webkit && window.webkit.messageHandlers && window.webkit.messageHandlers.resize) {window.webkit.messageHandlers.resize.postMessage(height); resized = true;}return resized;}twttr.events.bind(‘rendered’, function (event) {notifyResize();}); twttr.events.bind(‘resize’, function (event) {notifyResize();});if (parent && parent._resizeIframe) {var maxWidth = parseInt(window.frameElement.getAttribute(“width”)); if ( 500 < maxWidth) {window.frameElement.setAttribute("width", "500");}}

Alan Zucconi shares 10 very useful tips that even experienced Unity users can find very useful!

For more Unity tutorials, check out his site here!

Inspiration

Chris Jones

You may be familiar with this video that went viral in the tech art community featuring a photorealistic head being controlled by a hand. But did you know the creator of that video, Chris Jones, has a Youtube channel where you can check out other cool works of art.

A personal favourite is Universal Human, a plugin that allows you to procedurally create character base mesh in Blender!

Were these useful? Seen something cool we might have missed? Let us know in the comments!

To stay ahead of all this awesome Game Art content, do drop us a follow and some claps! See you next time!


Art Digest #010 was originally published in Mighty Bear Games on Medium, where people are continuing the conversation by highlighting and responding to this story.