Return to site

Unity Building For Mac Os On Windows

broken image


  • UNITY IN A NUTSHELL From Unity's website we learn Unity is. Unity 3 is a game development tool that has been designed to let you focus on creating amazing games. Simple & Powerful With Unit.
  • In Windows, Unity makes builds as folders. When you click 'Build' it will ask you to choose a folder. Make a new folder called FirstLast-Date Example: MargaretMoser-0825; Click on your new folder, but don't open it. Click 'Choose folder'. Unity will work for a while and then show you your build.
  1. How To Get Mac Os On Windows
  2. Unity Building For Mac Os On Windows 7
  3. Mac Os Windows Theme
  4. Unity Building For Mac Os On Windows 8

Yesterday we shipped Unity 2.5 which among other things finally offers support for Unity authoring on Mac OS X and Windows! From the announcement email I sent out (as company front-man): Today we are extremely happy to announce the release of Unity 2.5. For the first time Unity development is now available for use on both Mac OS X and Windows! Since then, we've successfully released multiple versions of the Tools for Unity on Windows, but never had the opportunity to bring our tools to Unity developers running macOS. Today at the Microsoft Build conference, we announced the general availability of Visual Studio 2017 for Mac. This is a full-featured IDE built for the Mac, to help.

Yes, it's true, we've done it. Yesterday we shipped Unity 2.5 which among other things finally offers support for Unity authoring on Mac OS X and Windows! From the announcement email I sent out (as company front-man):

Windows

Today we are extremely happy to announce the release of Unity 2.5. For the first time Unity development is now available for use on both Mac OS X and Windows! True cross-platform development with Unity has now been realized. This has been an enormous project that has taken well over a year to complete, it's a release that we're very proud of having accomplished. What's more is that during this effort we've also nearly doubled in size as a company and so there is a lot more on the way, it's going to be an exciting year!

While a key feature of this release is in fact the introduction of authoring support on Windows it's worth noting that we put a lot of work into general editor improvements that all content authors can take advantage of. What that means is that this is a significant release for both our existing users and all those potential new users waiting to try Unity for the first time. Here is the high-level overview of what you'll find in Unity 2.5:

How To Get Mac Os On Windows

  • Windows editor support
  • An all new tabbed, and fully customizable authoring interface
  • 3DS Max support on Windows (ala our Maya support on Mac OS X)
  • New and improved scene navigation and object placement tools
  • Google Chrome support
  • and more…

I don't want to repeat too much information here as we have a bunch on our site already. Check out the what's new page we have posted:

Both existing users and those wanting to evaluate Unity can download the latest installer from our trial download page:

Or you can of course just cut to the chase and buy now by visiting our online store:

It goes without saying that these are some exciting times for both Unity Technologies and the awesome community we have around us. And 2009 is just gettin' started!

  • 1Unity
  • 4Tips and Tricks

Unity

Unity (also known as Unity3D) is a game engine an integrated authoring tool for creating 3D video games or other interactive content such as architectural visualizations or real-time 3D animations. The editor runs on Windows and Mac OS X and can build games for Windows or Mac standalone (desktop executable), iOS (iPhone or iPad), Android, XBox360, Playstation 3 and Wii. It can also produce browser games that use the Unity web player plugin, supported on Mac and Windows.


Cost

The Unity editor will work on Windows on Mac and, as of 2010, Unity is free to download and use. Using the free version is it will show the Unity logo for a few seconds in each build, a few features are missing (eg: dynamic shadows and turning videos into textures) and you can't build for iPhone or any other mobile or gaming devices (see licenses). You can however, build to the web player and PC and Mac standalone. To access the extra feature Unity Pro is ~$1500 US, and being able to build to iPhone is an extra $500 (see pricing). (these prices updated as of Dec 2010)


Scripts

Within Unity all programming must be done using Unity's API, by adding 'scripts' to the project. You can write these scripts in in UnityScript/JavaScript(easiest to learn), C#(most versatile) or Boo(not recommended - least support). I've deferred the main article on Unity scripts to these pages:


Unity Building For Mac Os On Windows 7

Related/Child Pages:

  • Unity - Scripts - some general snippets/examples of camera movement etc.
  • Unity - Web Interaction - code snippets and tips for interacting with, loading and uploading data from webpages.
  • Unity - Textures - code snippets and tips for dealing with images and textures.
  • Unity - GUI Template - suggested setup for a GUI scroll area in Unity.
  • Unity - JSON - information about JSON use in Unity (C#).
  • Unity - XML - information about XML use in Unity (C#).
  • Unity - Drawing Lines - code snippets and tips for rendering 2D or 3D lines.
  • Unity - Skyboxes - information on making and using skyboxes in Unity.
  • Unity - Mesh - some basic code for generating a custom mesh.
  • Unity - Videos - make a YouTube video (or a .mp4) render as a video in your Canvas UI or 3D texture element.
  • Unity - Testing on Android - how to test your unity game on an Android phone.
  • Unity - Testing on iPhone - how to test your unity game on an iPhone.
  • Unity - Detecting Google Cardboard Click - detect the click of the magnetic button on a v1 Google Cardboard VR device.
  • Unity - Importing an Animated Character from Cinema 4D - how to take a model from Cinema 4D and get him animating (running etc) in Unity.
  • Unity - Panorama Viewer - how to make a panorama / photosphere viewer in Unity.
  • Unity - Clipboard - how to set the copy/paste clipboard from a Unity game.
  • Unity - ScrollView - wish I had this as a more complete page.
  • Unity - Errors - some error messages which have bitten me.


Moving Files from Cinema 4D

Unity allows you to import 3D scenes and animation from 3D Studio Max, Cinema 4D, Blender, Maya and Cheetah3D with a simple drag and drop. Since Cinema 4D is my preferred 3D animation package I've written some notes on it below.

To import files from Cinema 4D you simply drag the file into the Assets folder of the project you are working on. Unity will detect you've added a file and when it appears in the Project window you can click it to import it. An important note however, is that if Cinema 4D isn't installed on that computer, you'll have to export it to a 'FBX' file. When you do this, a couple of quirks/problems to beware of:

  • Spheres are exported as meshes (which is undesirable and can greatly increase file size).
  • Textures must all have unique names or they will import as the same texture (eg: a single texture called 'mat').
  • Mesh normals are often inversed: if you zoom in close to such a mesh you'll notice you're looking at the inside face (not the outer face), and this will do some weird things if you have RigidBodies (things will get trapped inside). To fix this you'll have to select each affected mesh (hold Ctrl) then go: Functions > Reverse Normals U~R before you export. TIP: The best way to find objects which need normals reversed in Unity is turn them on/off individually and move a Plane (Game Object) through them.
  • Taking a Rigged, Animated Character from Cinema 4D into Unity - a great tutorial which (as the name suggests) shows you how to build a rigged character, animate it, and then import into Unity.
  • Cinema 4D - my C++ plugins - object converter - a Cinema 4D plugin I created in C++ to help reduce large models.


Tips and Tricks

Making your own Custom 3D Font

To insert 3D text into your scene you can simply go: GameObject > Create Other > 3D Text. Since the default font (Arial) is quite pixilated, you'll probably want to create your own font and/or font color by the following steps:

  • Create or download a truetype font file (.ttf) from a site like: 1101freefonts.com or fontsforweb.com
  • Drag the font from your Desktop/Explorer to the Project window, so unity can import it.
  • Expand the new font that has appeared and notice Unity has generated a 'font material' and 'font Texture'. NOTE: In Unity 3 you can't rename/alter either of these, but fortunately you won't need to.
  • Insert a new 3D Text GameObject by going GameObject > Create Other > 3D Text.
  • In the text's Properties window change the font (under 'Text Mesh') to your new font AND THEN change the material (under 'Mesh Renderer / Materials') to your new 'font Texture'. Without changing the first material the text will look very strange.
  • To create a new color for this font, click 'Create > Material' in the properties window. Rename your material 'CustomFont - Red'. Change the material's shader to 'GUI/Text Shader' select your 'font Texture' and then set the color your desire. Now when you add text you can add this material instead of the default (white) 'font Texture'.
Free mac os for windows

Mac Os Windows Theme

WARNING: In some situation and some platforms (especially building for phones) you may see an annoying error: 'Font size and style overrides are only supported for dynamic fonts'. You can try downloading a different font (I like Facet), but if that doesn't work you may have to turn the font's 'character' from 'dynamic' to 'Unicode', give a desirable font size and apply. For each 3D Text GameObject, or even GUI text implementation, you'll need to set it to 'regular' with a font size of '0' and it should finally work. What sucks about this is you'll need a separate font for each font style and size you want, but this may be price you have to pay to build to a greater number of platforms (see discussion here).

Unity Building For Mac Os On Windows


Online Tutorials

If you want to learn Unity, the best way to get started is with the online tutorials (which you can download and work through). Graham showed me Unity in Nov 2010, and I decided to have a bit of a play. I went through and recommend these two main tutorials:

  • Car Tutorial - a car racing game where you start with the track, add a car and then attach quite a few complex scripts to it.
  • 3D Platform Game - a third person platform game where you can jump around floating platforms, avoid lasers, punch enemy robots, collect fuel cells and eventually escape on your rocket ship. This teaches you some great concepts, and how to add some fantastic particle/rendering effects (jetpack, lasers and forcefield), but be warned it will take you a day or two to get through successfully (save backups as you go)! I've uploaded a browser version of the finished result here - but be warned it is 20 MB, so will take a while to load!

The Unity tutorials page also features a multiplayer iPhone game, and another iPhone tutorial not listed here is mobile skater game, which teaches you how to use the accelerometer. Unity is indeed fantastic for building games and producing beautiful graphics. Something to beware of however is that large games (>4MB) such as the second tutorial are sometimes too large to work effectively in web browsers.... and when this happens I started to see strange things in certain browsers (although hopefully this has been fixed now). Another piece of advice I can give is that although most of the tutorial code is written in UnityScript/JavaScript... you should switch as early as possible to C#, as this is more versatile.

Mac


Theme

Today we are extremely happy to announce the release of Unity 2.5. For the first time Unity development is now available for use on both Mac OS X and Windows! True cross-platform development with Unity has now been realized. This has been an enormous project that has taken well over a year to complete, it's a release that we're very proud of having accomplished. What's more is that during this effort we've also nearly doubled in size as a company and so there is a lot more on the way, it's going to be an exciting year!

While a key feature of this release is in fact the introduction of authoring support on Windows it's worth noting that we put a lot of work into general editor improvements that all content authors can take advantage of. What that means is that this is a significant release for both our existing users and all those potential new users waiting to try Unity for the first time. Here is the high-level overview of what you'll find in Unity 2.5:

How To Get Mac Os On Windows

  • Windows editor support
  • An all new tabbed, and fully customizable authoring interface
  • 3DS Max support on Windows (ala our Maya support on Mac OS X)
  • New and improved scene navigation and object placement tools
  • Google Chrome support
  • and more…

I don't want to repeat too much information here as we have a bunch on our site already. Check out the what's new page we have posted:

Both existing users and those wanting to evaluate Unity can download the latest installer from our trial download page:

Or you can of course just cut to the chase and buy now by visiting our online store:

It goes without saying that these are some exciting times for both Unity Technologies and the awesome community we have around us. And 2009 is just gettin' started!

  • 1Unity
  • 4Tips and Tricks

Unity

Unity (also known as Unity3D) is a game engine an integrated authoring tool for creating 3D video games or other interactive content such as architectural visualizations or real-time 3D animations. The editor runs on Windows and Mac OS X and can build games for Windows or Mac standalone (desktop executable), iOS (iPhone or iPad), Android, XBox360, Playstation 3 and Wii. It can also produce browser games that use the Unity web player plugin, supported on Mac and Windows.


Cost

The Unity editor will work on Windows on Mac and, as of 2010, Unity is free to download and use. Using the free version is it will show the Unity logo for a few seconds in each build, a few features are missing (eg: dynamic shadows and turning videos into textures) and you can't build for iPhone or any other mobile or gaming devices (see licenses). You can however, build to the web player and PC and Mac standalone. To access the extra feature Unity Pro is ~$1500 US, and being able to build to iPhone is an extra $500 (see pricing). (these prices updated as of Dec 2010)


Scripts

Within Unity all programming must be done using Unity's API, by adding 'scripts' to the project. You can write these scripts in in UnityScript/JavaScript(easiest to learn), C#(most versatile) or Boo(not recommended - least support). I've deferred the main article on Unity scripts to these pages:


Unity Building For Mac Os On Windows 7

Related/Child Pages:

  • Unity - Scripts - some general snippets/examples of camera movement etc.
  • Unity - Web Interaction - code snippets and tips for interacting with, loading and uploading data from webpages.
  • Unity - Textures - code snippets and tips for dealing with images and textures.
  • Unity - GUI Template - suggested setup for a GUI scroll area in Unity.
  • Unity - JSON - information about JSON use in Unity (C#).
  • Unity - XML - information about XML use in Unity (C#).
  • Unity - Drawing Lines - code snippets and tips for rendering 2D or 3D lines.
  • Unity - Skyboxes - information on making and using skyboxes in Unity.
  • Unity - Mesh - some basic code for generating a custom mesh.
  • Unity - Videos - make a YouTube video (or a .mp4) render as a video in your Canvas UI or 3D texture element.
  • Unity - Testing on Android - how to test your unity game on an Android phone.
  • Unity - Testing on iPhone - how to test your unity game on an iPhone.
  • Unity - Detecting Google Cardboard Click - detect the click of the magnetic button on a v1 Google Cardboard VR device.
  • Unity - Importing an Animated Character from Cinema 4D - how to take a model from Cinema 4D and get him animating (running etc) in Unity.
  • Unity - Panorama Viewer - how to make a panorama / photosphere viewer in Unity.
  • Unity - Clipboard - how to set the copy/paste clipboard from a Unity game.
  • Unity - ScrollView - wish I had this as a more complete page.
  • Unity - Errors - some error messages which have bitten me.


Moving Files from Cinema 4D

Unity allows you to import 3D scenes and animation from 3D Studio Max, Cinema 4D, Blender, Maya and Cheetah3D with a simple drag and drop. Since Cinema 4D is my preferred 3D animation package I've written some notes on it below.

To import files from Cinema 4D you simply drag the file into the Assets folder of the project you are working on. Unity will detect you've added a file and when it appears in the Project window you can click it to import it. An important note however, is that if Cinema 4D isn't installed on that computer, you'll have to export it to a 'FBX' file. When you do this, a couple of quirks/problems to beware of:

  • Spheres are exported as meshes (which is undesirable and can greatly increase file size).
  • Textures must all have unique names or they will import as the same texture (eg: a single texture called 'mat').
  • Mesh normals are often inversed: if you zoom in close to such a mesh you'll notice you're looking at the inside face (not the outer face), and this will do some weird things if you have RigidBodies (things will get trapped inside). To fix this you'll have to select each affected mesh (hold Ctrl) then go: Functions > Reverse Normals U~R before you export. TIP: The best way to find objects which need normals reversed in Unity is turn them on/off individually and move a Plane (Game Object) through them.
  • Taking a Rigged, Animated Character from Cinema 4D into Unity - a great tutorial which (as the name suggests) shows you how to build a rigged character, animate it, and then import into Unity.
  • Cinema 4D - my C++ plugins - object converter - a Cinema 4D plugin I created in C++ to help reduce large models.


Tips and Tricks

Making your own Custom 3D Font

To insert 3D text into your scene you can simply go: GameObject > Create Other > 3D Text. Since the default font (Arial) is quite pixilated, you'll probably want to create your own font and/or font color by the following steps:

  • Create or download a truetype font file (.ttf) from a site like: 1101freefonts.com or fontsforweb.com
  • Drag the font from your Desktop/Explorer to the Project window, so unity can import it.
  • Expand the new font that has appeared and notice Unity has generated a 'font material' and 'font Texture'. NOTE: In Unity 3 you can't rename/alter either of these, but fortunately you won't need to.
  • Insert a new 3D Text GameObject by going GameObject > Create Other > 3D Text.
  • In the text's Properties window change the font (under 'Text Mesh') to your new font AND THEN change the material (under 'Mesh Renderer / Materials') to your new 'font Texture'. Without changing the first material the text will look very strange.
  • To create a new color for this font, click 'Create > Material' in the properties window. Rename your material 'CustomFont - Red'. Change the material's shader to 'GUI/Text Shader' select your 'font Texture' and then set the color your desire. Now when you add text you can add this material instead of the default (white) 'font Texture'.

Mac Os Windows Theme

WARNING: In some situation and some platforms (especially building for phones) you may see an annoying error: 'Font size and style overrides are only supported for dynamic fonts'. You can try downloading a different font (I like Facet), but if that doesn't work you may have to turn the font's 'character' from 'dynamic' to 'Unicode', give a desirable font size and apply. For each 3D Text GameObject, or even GUI text implementation, you'll need to set it to 'regular' with a font size of '0' and it should finally work. What sucks about this is you'll need a separate font for each font style and size you want, but this may be price you have to pay to build to a greater number of platforms (see discussion here).


Online Tutorials

If you want to learn Unity, the best way to get started is with the online tutorials (which you can download and work through). Graham showed me Unity in Nov 2010, and I decided to have a bit of a play. I went through and recommend these two main tutorials:

  • Car Tutorial - a car racing game where you start with the track, add a car and then attach quite a few complex scripts to it.
  • 3D Platform Game - a third person platform game where you can jump around floating platforms, avoid lasers, punch enemy robots, collect fuel cells and eventually escape on your rocket ship. This teaches you some great concepts, and how to add some fantastic particle/rendering effects (jetpack, lasers and forcefield), but be warned it will take you a day or two to get through successfully (save backups as you go)! I've uploaded a browser version of the finished result here - but be warned it is 20 MB, so will take a while to load!

The Unity tutorials page also features a multiplayer iPhone game, and another iPhone tutorial not listed here is mobile skater game, which teaches you how to use the accelerometer. Unity is indeed fantastic for building games and producing beautiful graphics. Something to beware of however is that large games (>4MB) such as the second tutorial are sometimes too large to work effectively in web browsers.... and when this happens I started to see strange things in certain browsers (although hopefully this has been fixed now). Another piece of advice I can give is that although most of the tutorial code is written in UnityScript/JavaScript... you should switch as early as possible to C#, as this is more versatile.


Example Games

On the Unity website there is an increadibly impressive highlight reel. Some of the games which most impressed me:

  • Max and the Magic Marker - a brilliant, award-winning spin on a 2D platform game where you navigate your character and draw objects for him to climb on/interact with.... although sadly I found the demo crashes sometimes.
  • Blush - a 3D web game with stunning graphics: where you control a jellyfish, collect eggs on your tentacles and use them to whip enemy sea creatures..
  • Off-Road Velociraptor Safari - an off-road driving game where you run-over and catch dinosaurs.
  • Plankton - A game where they've created a fantastic underwater environment, and you must swim a single plankton around a small reef, finding other plankton and avoiding sea creature which may eat you. Sadly the game-play is very short!


Unity Building For Mac Os On Windows 8

Links

  • Unity.com - official Unity website
Retrieved from 'http://andrewnoske.com/w/index.php?title=Unity&oldid=1256'




broken image