-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
731 lines (677 loc) · 34.7 KB
/
index.html
File metadata and controls
731 lines (677 loc) · 34.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
<!-- <html>
<head>
<title> Music </title>
<style>
body {
background-color: #55d3c5;
}
div.heading {
color: white;
text-align: center;
line-height: 70%;
text-shadow: 2px 2px 8px black, 1px -1px black;
font-size: 30px;
}
div.paragraph_h {
color: white
font-family: "Times New Roman";
text-shadow: 2px 2px 8px white, 2px -1px white;
font-size: 25px;
}
div.paragraph {
color: black
font-family: "Consolas";
font-size: 20px;
}
div.space {
background-color: red
}
a:link {
color: white;
}
a:visited {
color: silver;
}
a:hover {
color: black;
}
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: none;
}
div.btable {border: solid black;
}
ul#menu li {
display:inline;
}
</style>
</head>
<body>
<div class="heading">
<h1> Music </h1>
<h6> Isham </h6>
</div>
<div class="space">
<p>
<table border="0">
<tr>
<td width="200px" align="center" height="50px">
<a href="https://en.wikipedia.org/wiki/Soprano_recorder">
Soprano Recorder
</a> </td>
<td width="200px" align="center">
<a href="https://en.wikipedia.org/wiki/Alto_recorder">
Alto Recorder
</a> </td>
<td width="200px" align="center">
<a href="https://en.wikipedia.org/wiki/Tenor_recorder">
Tenor Recorder
</a> </td>
<td width="200px" align="center">
<a href="https://en.wikipedia.org/wiki/Pump_organ#/media/File:Harmonium_20151009_%2823914086965%29.jpg">
Harmonium
</a> </td>
<td width="200px" align="center">
<a href="https://en.wikipedia.org/wiki/Singing">
Singing
</a> </td>
<td width="200px" align="center">
<a href="https://en.wikipedia.org/wiki/Tuba">
BBb Tuba
</a> </td>
<td width="200px" align="center">
<a href="https://en.wikipedia.org/wiki/Drums">
Drums
</a> </td>
</tr>
</table>
</p>
</div>
<table border=0><tr><td>
<div class="paragraph_h">
<h3> Intro </h3>
</div>
<div class="paragraph">
<p> Music has been my hobby since I was very little. I have been to almost 10 schools and have tried to learn different type
<br />of music at each school. The majority of musical instruments can be put into 5 different categories:
<ol>
<li>Wind Instruments</li>
<br />
<ul>
<li>Commonly referred to as "The WoodWinds" because
<br />many wind instruments use a thin piece of
<br />wood called a reed, which vibrates when you
<br />blow across it to produce the sound</li>
</ul>
<br />
<li>Brass Instruments</li>
<li>String Instruments</li>
<li>Percussion</li>
<li>Keyboard</li>
</ol>
<br />Every instrument cannot be put into a category because music can be made out of anything, that's why I enjoy it.
</p>
<p>
The most popular instruments are shown in this table. Once you learn the basics of making music, it becomes very easy
<br />to learn many different types of instruments and even easier for the instruments within the same category or family.
</p>
</td><td width=50% align="right">
<div class="table">
<table align="left" style="border:3px solid black;">
<tr>
<th style="border:3px solid black;">Number</th>
<th style="border:3px solid black;">Category</th>
<th style="border:3px solid black;">Instruments</th>
</tr>
<tr>
<td style="border:3px solid black;">
<strong> 1 </strong>
</td>
<td style="border:3px solid black;">Wind</td>
<td style="border:3px solid black;">
<table>
<tr>
<td>
<ul>
<li>Flute Family</li>
<li>Saxophone Family</li>
<li>Horn Family</li>
</ul>
</td>
<td>
<ul>
<li>Recorder Family</li>
<li>Clarinet Family</li>
<li>Whistle Family</li>
</ul>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td style="border:3px solid black;">
<strong> 2 </strong>
</td>
<td style="border:3px solid black;">Brass</td>
<td style="border:3px solid black;">
<table>
<tr>
<td>
<ul>
<li>Trumpet</li>
<li>Trombone</li>
<li>Tuba</li>
</ul>
</td>
<td>
<ul>
<li>Baritone</li>
<li>Euphonium</li>
</ul>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td style="border:3px solid black;">
<strong> 3 </strong>
</td>
<td style="border:3px solid black;">String</td>
<td style="border:3px solid black;">
<table>
<tr>
<td>
<ul>
<li>Guitar Family</li>
<li>Violin Family</li>
<li>Harp Family</li>
</ul>
</td>
<td>
<ul>
<li>With Bow</li>
<li>Without Bow</li>
</ul>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td style="border:3px solid black;">
<strong> 4 </strong>
</td>
<td style="border:3px solid black;">Percussion</td>
<td style="border:3px solid black;">
<table>
<tr>
<td>
<ul>
<li>Drum Family</li>
<li>Xylophone Family</li>
<li>Marimba</li>
</ul>
</td>
<td>
<ul>
<li>Gong and Cymbal Family</li>
<li>Caribbean Steel Pan</li>
<li>More than 1000 others</li>
</ul>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td style="border:3px solid black;">
<strong> 5 </strong>
</td>
<td style="border:3px solid black;">Keyboard</td>
<td style="border:3px solid black;">
<table>
<tr>
<td>
<ul>
<li>Organ Family</li>
<li>Piano Family</li>
<li>Harpsichord</li>
</ul>
</td>
<td>
<ul>
<li>Accordian</li>
<li>Harmonium</li>
</ul>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td></tr></table>
</div>
<div class="paragraph">
<p> Many instruments can also be put into multiple categories. </p>
</div>
<table border="0" cellpadding="7px"><tr><td>
<div class="paragraph_h">
<h3>The Start of My Musical
<br />Journey</h3>
</div>
<div class="paragraph">
<p> My music journey starts at a small school in Brampton,
<br />Ontario. I had just arrived in Canada and was able
<br />to start school the following week. In music class,
<br />everyone was learning how to play the piano and had
<br />already got the basics of international music notation.
<br />This was all new to me beacuse in India, words were used
<br />to represent music, not a proper notation. The music
<br />teacher helped me understand the notation that the other
<br />students were learning. I did not get a chance to try out
<br />the music I had composed because school ended in a couple
<br />of weeks. During the summer, my father got a job in a
<br />different city and I had to leave everything behind and
<br />move to Winnipeg.
</p>
</div>
</td><td align="left">
<div class="paragraph_h">
<h3>My Recorder Life</h3>
</div>
<div class="paragraph">
<p> I went into grade three at Victor Major, already knowing the
<br />international music notation. I was in a new school, in a
<br />new city and a new province. They had a completly different
<br />curriculum. Most students coming from grade 2 had never even
<br />picked up an instrument. Since I was ahead of the class in
<br />my musical knowledge, my teacher let me play the instruments
<br />before the other students. I started out learning to play
<br />the xylophone and than moving onto soprano recorder. After
<br />about 4 years and 3 more schools later, I was at a very high
<br />level of recorder music. I was so far ahead, my grade 6 teacher
<br />stopped giving me music for the soprano recorder and
<br />asked me to try the "Alto". The alto recorder was a size
<br />bigger but I quickly caught on. By the time more students
<br />started to upgrade to the alto recorder, I had moved onto
<br />the Tennor. It was even bigger. I wanted to try the base
<br />but the instrument itself was bigger than me at the time.
<br />The tennor recoreder was very easy to play because it had
<br />the same fingering as the soprano. The only difference was
<br />the size. This let the instrument produce a rich low sound.
<br />The notation was also in the bass clef instead of the treble
<br />clef which I had used for 4 years till grade 6. I was glad to
<br />have a chance of learning different pitches in music.
</p>
</div>
</td></tr>
<tr><td>
<div class="paragraph_h">
<h3>Learning Religious Music</h3>
</div>
<div class="paragraph">
<p>After learning all those differnt instruments and playing
<br />styles, I wanted to try something differnt and go into
<br />percussion. I asked my parents if they would allow me to
<br />start playing drums. Ignoring all my previous musical
<br />experience my parents sent me to learn religious music to
<br />get "experience" before starting drums. I lost experience
<br />due to the unique musical notaion that was used. I went every
<br />saturday to learn religious instruments and hymns. The
<br />"experience" had almost no advantage or disadvantage. I
<br />learned to sing and play the harmonium but since the notation
<br />was different, I had to retrain myself and study the
<br />mordern international notation again when I went back to
<br />other instruments.
</p>
</div>
</td><td align="left">
<div class="paragraph_h">
<h3>Junior High/High School Band and Beyond</h3>
</div>
<div class="paragraph">
<p>Going into grade 7, I switched schools again and had to
<br />forget the 5 years I had spent learning the various
<br />different types of recorders and choose an instrument for
<br />junior high band. I was fammiliar with the bass clef from
<br />when I had played the Tenor recorder and wisely chose the
<br />biggest instrument there was. I ended up with the BBb Tuba
<br />which has a more rich sound than the normal tuba which can
<br />also be in the style of a baritone. I was in a big band
<br />class and the only Tuba in a band of 80. My main job was
<br />keep the whole band together, playing deep long notes and
<br />steady beats. My instrument is arguably one of the harder
<br />brass instruments because of all the air it requires. It
<br />required a lot of effort to get air through the whole
<br />instrument. It was even harder to produce a sound loud
<br />enough to be noticiable in the band of 80 students.
<br />Once I was able to play the tuba, I was able to play
<br />the other brass instruments with ease. They required less
<br />effort but had the same fingering. This includes the
<br />Euphonium which is like a smaller BBb Tuba and the Trumpet
<br />which is an even smaller BBb Tuba. My Tuba career ended
<br />when i changed schools for like the 9th time. I ended up going
<br />to a private catholic school called St Maurice. Starting
<br />grade 9, I joined the highschool band. Coming from a band
<br />of 80 students and joining a group of 4 was very diffucult
<br />because I would play "too loud". Still, I finally had a
<br />chance to play the drums which I had wanted to since grade
<br />3. My hopes and dreams crashed again when the band program
<br />was dropped due to a lack of participants. This was almost
<br />the end of my music career but I joined a private band
<br />outside school. I continued to stay with music for the
<br />rest of highschool.
</p>
</div>
</td></tr></table>
<div class="space">
<p>
<table border="0" align="center">
<tr>
<td width="100%" align="center" height="50px">
<font color="white">
Questions?
</font>
<br />
<font color="white">
Click
</font>
<a href="mailto:removed@donotuse.ca">
here
</a>
<font color="white">
to contact me - Learn about music notation
<a href="https://en.wikipedia.org/wiki/Musical_notation">
here
</a>
- Buy your own instrument or learn to play
<a href="removed">
here
</a>
</font>
</td>
</tr>
</table>
</p>
</div>
</body>
</html>
-->
<!DOCTYPE html>
<html lang="en" dir="ltr" class="no-js">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="format-detection" content="telephone=no" />
<meta name="google-site-verification" content="DWH3-sgkjvOLq3fXX95gP-q71ZO4nGx1FCTc64yh6aw" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<script>window.intercomSettings = [];</script>
<meta name="generator" content="Drupal 7 (http://drupal.org)" />
<link rel="canonical" href="https://unity3d.com/get-unity/download/archive" />
<meta property="og:site_name" content="Unity" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://unity3d.com/get-unity/download/archive" />
<meta property="og:title" content="Get Unity - Download Archive - Unity" />
<meta property="og:description" content="Unity is the ultimate game development platform. Use Unity to build high-quality 3D and 2D games, deploy them across mobile, desktop, VR/AR, consoles or the Web, and connect with loyal and enthusiastic players and customers." />
<meta property="og:image" content="https://unity3d.com/files/images/ogimg.jpg?1" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@unity3d" />
<link rel="alternate" hreflang="zh-hans" href="https://unity3d.com/cn/get-unity/download/archive" />
<link rel="alternate" hreflang="en" href="https://unity3d.com/get-unity/download/archive" />
<link rel="alternate" hreflang="fr" href="https://unity3d.com/fr/get-unity/download/archive" />
<link rel="alternate" hreflang="de" href="https://unity3d.com/de/get-unity/download/archive" />
<link rel="alternate" hreflang="ja" href="https://unity3d.com/jp/get-unity/download/archive" />
<link rel="alternate" hreflang="ko" href="https://unity3d.com/kr/get-unity/download/archive" />
<link rel="alternate" hreflang="pt" href="https://unity3d.com/pt/get-unity/download/archive" />
<link rel="alternate" hreflang="ru" href="https://unity3d.com/ru/get-unity/download/archive" />
<link rel="alternate" hreflang="es" href="https://unity3d.com/es/get-unity/download/archive" />
<title>Unity - Download Archive</title>
<link rel="shortcut icon" href="https://unity3d.com/profiles/unity3d/themes/unity/images/ui/favicons/favicon.ico" />
<link rel="icon" type="image/png" href="https://unity3d.com/profiles/unity3d/themes/unity/images/ui/favicons/favicon.png" />
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="https://unity3d.com/profiles/unity3d/themes/unity/images/ui/favicons/apple-touch-icon-152x152.png" />
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="https://unity3d.com/profiles/unity3d/themes/unity/images/ui/favicons/apple-touch-icon-144x144.png" />
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="https://unity3d.com/profiles/unity3d/themes/unity/images/ui/favicons/apple-touch-icon-120x120.png" />
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="https://unity3d.com/profiles/unity3d/themes/unity/images/ui/favicons/apple-touch-icon-114x114.png" />
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="https://unity3d.com/profiles/unity3d/themes/unity/images/ui/favicons/apple-touch-icon-72x72.png" />
<link rel="apple-touch-icon-precomposed" href="https://unity3d.com/profiles/unity3d/themes/unity/images/ui/favicons/apple-touch-icon.png" />
<meta name="msapplication-TileColor" content="#002835">
<meta name="msapplication-TileImage" content="https://unity3d.com/profiles/unity3d/themes/unity/images/ui/favicons/tileicon-144x144.png">
<style type="text/css" media="all">
@import url("https://unity3d.com/profiles/unity3d/modules/contrib/date/date_api/date.css?pztmh8");
@import url("https://unity3d.com/profiles/unity3d/modules/contrib/date/date_popup/themes/datepicker.1.7.css?pztmh8");
@import url("https://unity3d.com/modules/search/search.css?pztmh8");
</style>
<style type="text/css" media="all">
@import url("https://unity3d.com/profiles/unity3d/modules/contrib/panels/css/panels.css?pztmh8");
</style>
<style type="text/css" media="all">
@import url("https://unity3d.com/profiles/unity3d/themes/unity/css/unity/unity-reset.css?pztmh8");
@import url("https://unity3d.com/profiles/unity3d/themes/unity/css/unity/unity-entypo-plus.css?pztmh8");
@import url("https://unity3d.com/profiles/unity3d/themes/unity/css/unity/unity-typo.css?pztmh8");
@import url("https://unity3d.com/profiles/unity3d/themes/unity/css/unity/unity-form.css?pztmh8");
@import url("https://unity3d.com/profiles/unity3d/themes/unity/css/unity/unity-buttons.css?pztmh8");
@import url("https://unity3d.com/profiles/unity3d/themes/unity/css/unity/unity-ui.css?pztmh8");
@import url("https://unity3d.com/profiles/unity3d/themes/unity/css/unity/unity-grid.css?pztmh8");
@import url("https://unity3d.com/profiles/unity3d/themes/unity/css/unity/unity-search.css?pztmh8");
@import url("https://unity3d.com/profiles/unity3d/themes/unity/css/unity/unity-core.css?pztmh8");
@import url("https://unity3d.com/profiles/unity3d/themes/unity/css/unity/unity-marketing.css?pztmh8");
@import url("https://unity3d.com/profiles/unity3d/themes/unity/css/unity/unity-marketing-ui.css?pztmh8");
@import url("https://unity3d.com/profiles/unity3d/themes/unity/css/unity/unity-marketing-plugins.css?pztmh8");
@import url("https://unity3d.com/profiles/unity3d/themes/unity/css/unity/unity-legacy.css?pztmh8");
@import url("https://unity3d.com/profiles/unity3d/themes/unity/css/unity/unity-helpers.css?pztmh8");
@import url("https://unity3d.com/profiles/unity3d/themes/unity/css/print.css?pztmh8");
</style>
<style type="text/css" media="all">
@import url("https://unity3d.com/profiles/unity3d/themes/unity/css/lib/get-unity.css?pztmh8");
</style>
<script src="https://cdn.optimizely.com/js/8505161896.js"></script>
<script type="text/javascript" src="https://unity3d.com/sites/default/files/js/js_XuWh8a1l1dHF3MMOPFqOBSoH_ZqxhA-2U7rMYXGillU.js"></script>
<script type="text/javascript" src="https://unity3d.com/sites/default/files/js/js_VSHZpt99y44a-_t16KwH3Fmsc-4oMlWvKq-fW62UucY.js"></script>
<script type="text/javascript" src="https://unity3d.com/sites/default/files/js/js_hJsAAzLuWIJeeDlAY3c4vPE_a7WAde-HC1RdYT8fmfk.js"></script>
<script type="text/javascript">
<!--//--><![CDATA[//><!--
jQuery.extend(Drupal.settings, {"basePath":"\/","pathPrefix":"","ajaxPageState":{"theme":"unity","theme_token":"NlQSge1Yy3N4Tc_zT85eY3QMNqP1V8sXdvN-OET1eNM","js":{"misc\/jquery.js":1,"misc\/jquery-extend-3.4.0.js":1,"misc\/jquery.once.js":1,"misc\/drupal.js":1,"profiles\/unity3d\/themes\/unity\/js\/define-jquery.js":1,"profiles\/unity3d\/themes\/unity\/js\/plugins\/jquery.cookie.js":1,"profiles\/unity3d\/themes\/unity\/js\/plugins\/jquery.easing.1.3.js":1,"profiles\/unity3d\/themes\/unity\/js\/unity\/jquery.slick.js":1,"profiles\/unity3d\/themes\/unity\/js\/unity\/unity-modernizr.min.js":1,"profiles\/unity3d\/themes\/unity\/js\/unity\/unity-bootstrap.select.js":1,"profiles\/unity3d\/themes\/unity\/js\/unity\/unity-core.js":1,"profiles\/unity3d\/themes\/unity\/js\/unity\/unity-core-legacy.js":1,"profiles\/unity3d\/themes\/unity\/js\/unity\/unity-fancybox.js":1,"profiles\/unity3d\/themes\/unity\/js\/unity\/unity-ui.js":1,"profiles\/unity3d\/themes\/unity\/js\/unity\/unity-marketing-ui.js":1,"profiles\/unity3d\/themes\/unity\/js\/plugins\/ckeditor-dialog.js":1,"profiles\/unity3d\/themes\/unity\/js\/plugins\/jquery.background.slider.js":1,"profiles\/unity3d\/themes\/unity\/js\/plugins\/jquery.assets.js":1,"profiles\/unity3d\/themes\/unity\/js\/plugins\/jquery.matchHeight.js":1,"profiles\/unity3d\/themes\/unity\/js\/lib\/get-unity.js":1},"css":{"profiles\/unity3d\/modules\/contrib\/date\/date_api\/date.css":1,"profiles\/unity3d\/modules\/contrib\/date\/date_popup\/themes\/datepicker.1.7.css":1,"modules\/search\/search.css":1,"profiles\/unity3d\/modules\/contrib\/panels\/css\/panels.css":1,"profiles\/unity3d\/themes\/unity\/css\/unity\/unity-reset.css":1,"profiles\/unity3d\/themes\/unity\/css\/unity\/unity-entypo-plus.css":1,"profiles\/unity3d\/themes\/unity\/css\/unity\/unity-typo.css":1,"profiles\/unity3d\/themes\/unity\/css\/unity\/unity-form.css":1,"profiles\/unity3d\/themes\/unity\/css\/unity\/unity-buttons.css":1,"profiles\/unity3d\/themes\/unity\/css\/unity\/unity-ui.css":1,"profiles\/unity3d\/themes\/unity\/css\/unity\/unity-grid.css":1,"profiles\/unity3d\/themes\/unity\/css\/unity\/unity-search.css":1,"profiles\/unity3d\/themes\/unity\/css\/unity\/unity-core.css":1,"profiles\/unity3d\/themes\/unity\/css\/unity\/unity-marketing.css":1,"profiles\/unity3d\/themes\/unity\/css\/unity\/unity-marketing-ui.css":1,"profiles\/unity3d\/themes\/unity\/css\/unity\/unity-marketing-plugins.css":1,"profiles\/unity3d\/themes\/unity\/css\/unity\/unity-legacy.css":1,"profiles\/unity3d\/themes\/unity\/css\/unity\/unity-helpers.css":1,"profiles\/unity3d\/themes\/unity\/css\/print.css":1,"profiles\/unity3d\/themes\/unity\/css\/lib\/get-unity.css":1}}});
//--><!]]>
</script>
<script src="https://store.unity.com/themes/contrib/unity_base/js/unity-cdp.js"></script>
<script src="https://store.unity.com/modules/store/store_ph/js/store.affiliates.js"></script>
<!--[if lt IE 9]><script type="text/javascript" src="/profiles/unity3d/themes/unity/js/unity/unity-html5shiv.min.js"></script><![endif]-->
<!-- Google Tag Manager (unity: unity3d.com) -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-5V25JL6');</script>
<!-- End Google Tag Manager -->
</head>
<body class="html not-front not-logged-in page-node page-node- page-node-12626 node-type-static unity-download i18n-en context-get-unity">
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5V25JL6"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<div id="master-wrapper" class="clear">
<div class="page clearfix" id="page">
<header id="main-header" class="main-header clear ">
<div class="wrap clear no-userinfo">
<a href="/" class="unity-logo"></a>
<div class="main-navigation clear">
<ul class="menu"><li class="first leaf"><a href="/" title="">Home</a></li>
<li class="collapsed"><a href="/unity">Products</a></li>
<li class="expanded"><a href="https://unity.com/solutions" title="">Solutions</a><ul class="menu"><li class="first leaf"><a href="https://unity.com/solutions/gaming" title="">Gaming</a></li>
<li class="leaf"><a href="https://unity.com/solutions/film" title="">Film</a></li>
<li class="leaf"><a href="https://unity.com/solutions/auto" title="">Automotive & Transportation</a></li>
<li class="leaf"><a href="https://unity.com/solutions/aec" title="">AEC </a></li>
<li class="leaf"><a href="https://unity.com/solutions/brands-and-creative-agencies" title="">Brands & Creative Agencies</a></li>
<li class="leaf"><a href="/solutions/gambling" title="">Gambling</a></li>
<li class="leaf"><a href="https://unity.com/solutions/edtech" title="">EdTech</a></li>
<li class="last leaf"><a href="https://unity.com/solutions/xr" title="">XR</a></li>
</ul></li>
<li class="collapsed"><a href="https://unity.com/madewith" title="">Made with Unity</a></li>
<li class="collapsed"><a href="https://unity.com/learn" title="">Learn</a></li>
<li class="collapsed"><a href="https://unity.com/support-services " title="">Support & Services</a></li>
<li class="collapsed"><a href="/community">Community</a></li>
<li class="collapsed"><a href="https://assetstore.unity.com/" title="">Asset Store</a></li>
<li class="last collapsed active-trail"><a href="/get-unity" title="" class="active-trail">Get started</a></li>
</ul> </div>
<div class="main-tools">
<a class="tool tool-menu toggle-panel" data-panel="mobile-navigation">
<div class="icon"></div>
</a>
<a class="tool tool-search toggle-panel" data-panel="search-panel">
<div class="icon"></div>
</a>
<a class="tool user-icon toggle-panel" data-panel="user-panel">
<img src="https://unity3d.com/profiles/unity3d/themes/unity/images/ui/icons/other/user-default-light64x64.png" class="avatar" />
</a>
</div>
</div>
</header>
<div id="search-panel" class="header-panel search-panel clear">
<div class="panel-content clear">
<h4>Search Unity</h4>
<script>
$(function() {
window.sajari = window.sajari || {};
window.sajari.setup = function(w,d,x,a,e,s,c,r){s = [];var b=function(){s.push(arguments);},q="ui";b.arr=s;w[a]=w[a]||[];w[a][q]=w[a][q]||[];w[a][q].push(b);c=d.createElement(x);c.async=1;c.src=e;r=d.getElementsByTagName(x)[0];r.parentNode.insertBefore(c,r);return b;};
window.sajari.searchInterface = window.sajari.setup(window, document, "script", "sajari", "https://cdn.sajari.net/js/integrations/website-search-1.3.0.js");
window.sajari.searchInterface("inline", {
project: "1517403709749308252", // Set this to your project.
collection: "unity3d-com", // Set this to your collection.
pipeline: "website", // Set the search pipeline.
instantPipeline: "autocomplete", // Set the instant pipeline.
attachSearchBox: document.getElementsByClassName("search-box")[0], // DOM element to render search box.
attachSearchResponse: document.getElementsByClassName("search-results")[0],
inputPlaceholder: "Search...", // Placeholder text for the search box.
inputAutoFocus: false, // Focus the input element on render.
maxSuggestions: 5, // Maximum number of suggestions to show.
results: {"showImages": false}, // Configure the results.
values: {}, // Set default values.
urlQueryParam: 'gq',
tabFilters: {
defaultTab: "All",
tabs: [
{title: "All", filter: ""},
{title: "Support", filter: "domain='docs.unity3d.com' OR domain='support.unity3d.com' OR domain='issuetracker.unity3d.com'"},
{title: "Community", filter: "domain='forum.unity.com' OR domain='answers.unity.com' OR domain='blogs.unity3d.com'"}
]
}
});
})
</script>
<div class="search-box"></div>
<div class="search-results"></div>
</div>
</div>
<div id="user-panel" class="header-panel user-panel clear">
<div class="panel-content clear txt-c">
<div class="sign-in">
<img src="https://unity3d.com/profiles/unity3d/themes/unity/images/ui/icons/other/user-default128x128.png" class="avatar" />
<h2>Unity ID</h2>
<p class="mb30">A Unity ID allows you to buy and/or subscribe to Unity products and services, shop in the Asset Store and participate in the Unity community.</p>
<a href="/user/login?return=get-unity/download/archive" class="btn bg-gr center mr15 mb10 js-cms-oauth-login-url">Log in</a>
<a href="https://id.unity.com/account/new" class="btn bg-mg center outlined mb10">Create a Unity ID</a>
</div>
</div>
</div>
<div id="panel-overlay" class="panel-overlay toggle-panel" data-panel="overlay"></div>
<div id="alert-overlay" class="alert-overlay close-alert"></div>
<div id="mobile-navigation" class="header-panel mobile-navigation clear">
<div class="panel-content clear">
<div class="mb30 bb clear">
<ul>
<li><a href="/">Home</a></li>
<li><a href="/unity">Products</a></li>
<li><a href="https://unity.com/solutions">Solutions</a></li>
<li><a href="https://unity.com/madewith">Made with Unity</a></li>
<li><a href="https://unity.com/learn">Learn</a></li>
<li><a href="https://unity.com/support-services ">Support & Services</a></li>
<li><a href="/community">Community</a></li>
<li><a href="https://assetstore.unity.com/">Asset Store</a></li>
<li>
<a href="/get-unity" class="active-trail">Get started</a>
</li>
</ul>
</div>
<div class="lang clear">
<p class="b c-db">Language</p>
<div class="language-switcher">
<ul id="mobile-lang" class="languages">
<li><a href="/cn/get-unity/download/archive" data-lang="cn" lang="zh-hans" hreflang="zh-hans">中文</a></li>
<li><a href="/fr/get-unity/download/archive" data-lang="fr" lang="fr" hreflang="fr">Français</a></li>
<li><a href="/de/get-unity/download/archive" data-lang="de" lang="de" hreflang="de">Deutsch</a></li>
<li><a href="/jp/get-unity/download/archive" data-lang="jp" lang="ja" hreflang="ja">日本語</a></li>
<li><a href="/kr/get-unity/download/archive" data-lang="kr" lang="ko" hreflang="ko">한국어</a></li>
<li><a href="/pt/get-unity/download/archive" data-lang="pt" lang="pt" hreflang="pt">Português</a></li>
<li><a href="/ru/get-unity/download/archive" data-lang="ru" lang="ru" hreflang="ru">Русский</a></li>
<li><a href="/es/get-unity/download/archive" data-lang="es" lang="es" hreflang="es">Español</a></li>
</ul>
</div> </div>
</div>
</div>
<section id="section-content" class="section section-content">
<div class="background"></div>
<section id="main-wrapper" class="main-wrapper clear">
<div class="hero clear"></div>
<div class="main-content clear">
<div id="content-wrapper" class="content-wrapper clear">
<div class="g12 pb0">
<ul class="subtabs">
<li>
<a class="toggle"
data-target="version-2018|version">
Unity 2018.x
</a>
</li>
</ul>
</div>
<div class="g12 pt0 pb0">
<div class="row clear">
<div class="g4">
<div class="contextual-links-region clearfix"><h4>Unity 2018.1.1</h4></div>
<p class="mb0 cl">18 May, 2018</p>
</div>
<div class="g8">
<a href="/unity/whatsnew/unity-2018.1.1" class="btn right">Release notes</a>
<div class="sb right mr10">
<div class="select-box light link-list rel">
<div class="trigger">Downloads (Mac)</div>
<ul class="options">
<li><a href="/get-unity/download?thank-you=update&download_nid=51155&os=Mac">Unity Installer</a></li>
<li><a href="https://download.unity3d.com/download_unity/b8cbb5de9840/MacEditorInstaller/Unity-2018.1.1f1.pkg">Unity Editor</a></li>
<li><a href="https://github.com/Unity-Technologies/unity-cache-server">Cache Server</a></li>
<li><a href="https://download.unity3d.com/download_unity/b8cbb5de9840/builtin_shaders-2018.1.1f1.zip">Built in shaders</a></li>
<li><a href="https://download.unity3d.com/download_unity/b8cbb5de9840/MacStandardAssetsInstaller/StandardAssets-2018.1.1f1.pkg">Standard Assets</a></li>
<li><a href="https://download.unity3d.com/download_unity/b8cbb5de9840/MacExampleProjectInstaller/Examples-2018.1.1f1.pkg">Example Project</a></li>
<li><a href="https://download.unity3d.com/download_unity/b8cbb5de9840/Unity.torrent">Torrent download (Win+Mac)</a></li>
</ul>
</div>
</div>
<div class="sb right mr10">
<div class="select-box light link-list rel">
<div class="trigger">Downloads (Win)</div>
<ul class="options">
<li><a href="/get-unity/download?thank-you=update&download_nid=51155&os=Win">Unity Installer</a></li>
<li><a href="https://download.unity3d.com/download_unity/b8cbb5de9840/Windows64EditorInstaller/UnitySetup64-2018.1.1f1.exe">Unity Editor 64-bit</a></li>
<li><a href="https://github.com/Unity-Technologies/unity-cache-server">Cache Server</a></li>
<li><a href="https://download.unity3d.com/download_unity/b8cbb5de9840/builtin_shaders-2018.1.1f1.zip">Built in shaders</a></li>
<li><a href="https://download.unity3d.com/download_unity/b8cbb5de9840/WindowsStandardAssetsInstaller/UnityStandardAssetsSetup-2018.1.1f1.exe">Standard Assets</a></li>
<li><a href="https://download.unity3d.com/download_unity/b8cbb5de9840/WindowsExampleProjectInstaller/UnityExampleProjectSetup-2018.1.1f1.exe">Example Project</a></li>
<li><a href="https://download.unity3d.com/download_unity/b8cbb5de9840/Unity.torrent">Torrent download (Win+Mac)</a></li>
</ul>
</div>
</div>
<div class="sb right mr10">
<a href="unityhub://2018.1.1f1/b8cbb5de9840" class="btn bg-gr left fw500 unityhub"><div class="ico-download inbl icon pr10"></div>Unity Hub</a>
</div>
</div>
</div>
</div>
</body>
</html>