Facebook Badge

Showing posts with label Unity 3D. Show all posts
Showing posts with label Unity 3D. Show all posts

Sunday, 19 February 2012

Robotic Arm Rig - 3Ds Max

Here is a recent rig that I have set up using 3Ds Max. I have created a Robotic Arm which will eventually be used for my Herring Factory game level. (More details to follow soon)

I have set up the rig and tested the animation and it works well so far.


I still have to unwrap the model and then texture it, but hopefully I should be able to integrate it into Unity and get it working in my game level. Check back soon for further details.

Monday, 16 January 2012

Herring Factory Game Level (Unity 3D) - Update 3

I have been busy these last few weeks with other things, however I have still managed to do a bit of texture work on the walls of the Herring Factory. There are still some fixes to be made in the textures in that they still tile quite a bit between the different sections, which I will try to fix next. I then aim to have the small rooms at the four corners of the main hall textured and also the end walls of the main hall to be textured too, I will probably have a complete room textured then and will release a version so that you can use the Unity Web player to have a walk around.


And I still need to finish the beams of across the room too, although I am still not quite sure what to do about these!


The walkway that you can see in the bottom right corner is going to be a wire mesh walkway eventually, the texture tiles quite bad too which will be fixed shortly.


Another little problem that I have is what to actually put in the two trenches along the length of the hall way, I was thinking I could try and animate some kind of crane thing manoeuvring up and down the room, which is another reason the beams haven't been completed yet. What do you think?

Wednesday, 28 December 2011

Herring Factory Game Level (Unity 3D) - Update 2

Well as promised I have tidied up the main room of my Herring Factory Level, there are still a few issues with the model, as all the different parts are still not stitched together yet, and the modelling is not complete by a long way.

Anyway I think I have got to a point where it is getting interesting so I will share some images with you.


As you will notice I have integrated my rusty pipe model, that I showed in a previous post, the door is also in there too, but you can't really see it from my images.


You will have to excuse the lighting as it has just been placed so that you can see what is going on. Both the screen grabs are 'in game' shots straight out of Unity.

My Next plan of action is to join the two adjoining rooms at either end of the Main Hall, and also texture the walls, so that it looks more interesting. So keep an eye out for any future updates.

Monday, 26 December 2011

Herring Factory Game Level (Unity 3D) - Update 1

In between doing various other work I have also been working on a personal project of mine which is to create a sample game level which will work within Unity 3D. The inspiration for this level came from some images I found of an abandoned Herring Factory. You will find more details of this in one of my earlier blog posts.

So far I have managed to block the complete level out, I have also imported it into Unity 3D and created my camera system so that you can walk around the level and have a good look around. I have started to split the level into sections so that I only need to model certain repeated parts once. In doing so the level is a bit of a mess at the current stage and there are a fair few holes for you to fall through and a few flashing polygons. Once I have sorted these issues out I will post an update using the Unity web player so that you can all have a good look around the level for yourselves. Hopefully this will be in the next couple of days so please come back soon.

Anyway alongside this I have also created a couple of assets that will form part of my level.


The first asset that I have created is a large rusted pipe. These will be located along either side of my main room. The Image shown is just a 3Ds Max view port render. It uses Diffuse, Normal and Specular maps.


The second asset that I have created is one of the doors, that will be used in my level. The door will be a slide door, like a lift (elevator). Again the image shown is a 3Ds Max view port render. The model also uses a Diffuse, Normal and Specular Map.

Hopefully the next post I make will include a working level in which you can have a look around the Herring Factory within Unity.

If you 'like' my facebook page (on the right) then you will automatically be notified of my updates.

Monday, 28 November 2011

Herring Factory Game Level

My New project that I have decided to take on in my ever decreasing spare time is to create a game level, which I will hopefully convert so that it can run using the Unity 3D game engine.

Whilst looking for inspiration I came across some photos of an abandoned Herring Factory in Iceland. I can't remember what site I got the picture from but found it doing a google search. If it happens to be yours thank you!


Anyway the plan is to use 3Ds Max to model the level and then use Unity 3D to hopefully publish the level so everyone can have a walk around! I will block the level out and then hopefully put it into unity so I should be able to see how the level feels when walking around. Then I will spend my time modelling and texturing all the assets.

Thursday, 20 October 2011

My Unity Car Racing Demo

Below is my Car Racing Demo, I took my 3D Model of my Seat Ibiza and tried to Integrate it into the Unity Game engine, you can drive it around the track by using the direction keys, there are still a few errors in the demo but I will try and iron them out if I get time!

For further images of the Car please see my web site
www.markshires.com

Unity Web Player | WebPlayer


Unity Web Player | WebPlayer

How to embed Unity 3d files in Wix websites

I recently found out that you cannot upload .unity3d files to the wix web servers. After seeing the embedded files on other peoples wix sites I managed to find a work around so that I could view the web player on my site.

Here is what I did;
First of all you need to sign up for a 'dropbox' account which is free, this allows you to host your file and create a link to it.

Once you have your dropbox account you can copy your .unity3d file into your dropbox public folder. Once it has copied you need to right click on the file, select dropbox -> copy public link. (It may be a good idea to past this into Notepad or something for now.)

Back in wix you need to add an HTML widget to your website.
Next you need to open the .html file created by Unity, but you will need to open it in Notepad so that you can copy the code and paste it into the html widget in wix.

Your next step is to look through the code for a reference to your .Unity3d should look something like this;

unityObject.embedUnity("unityPlayer", "WebPlayer.unity3d", 620, 349);

You should then paste you link that you copied from dropbox over the WebPlayer.unity3d, make sure that the link stays within the quotes ""

After that you should be able to publish your site and then play your Unity Game!
Have a look at my site www.markshires.com