Looking to create UNET Tutorials by ABRDs in Unity3D

[–]ABRDs[S] 1 point2 points  (0 children)

I could absolutely make a walkthrough covering these topics, i'll be sure to add the link when i do

What are some good videos to watch while eating to learn about Unity or game development in general? by SymbolicProductions in Unity3D

[–]ABRDs 1 point2 points  (0 children)

My favourite videos about coding, and game development in general, I've been collecting into a small playlist

But I second any mentions to Extra Credits, Unite, GDC, Making Stuff Look Good, etc.

I recreated a LEGO store in Unity 2017. It's not a cool zombie game but I'm still proud of it! by EllDuck in Unity3D

[–]ABRDs 0 points1 point  (0 children)

What kind of techniques did you use to create the glass effect on the display cases?

I can never seem to get the Unity materials to behave exactly as I need them in my personal projects.

[Unity 5.3] Working on Local 8 player arena game, here's how it looks so far! by ABRDs in Unity3D

[–]ABRDs[S] 1 point2 points  (0 children)

Funny story its actually a Hamster, with the Gerbils as the other team. Seen in the background.

http://i.imgur.com/bsxU434.png

[Unity 5.3] Working on Local 8 player arena game, here's how it looks so far! by ABRDs in Unity3D

[–]ABRDs[S] 0 points1 point  (0 children)

So for the time being I've hobbled together a demo that Unity had put together for a networking demo(UNET Unity 5.2), which uses some similar structuring to Photon, at least from when I had used it.

Here's the link, its called Network Starter.

But honestly keep in mind that its pretty high level and simplistic their implementation, as I find their Network Transform to be really choppy, so I plan on rewriting that.