-
Notifications
You must be signed in to change notification settings - Fork 1
/
asset-store.html
66 lines (58 loc) · 2.22 KB
/
asset-store.html
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
---
layout: compress
permalink: /asset-store/
title: Asset Store
excerpt: Wello Soft Asset Store Products
---
<html lang="en">
<head>
{% include meta.html %}
<meta name="theme-color" content="#963">
</head>
<body id="u3d">
{% include navbar.html %}
<h1>Asset Store Products</h1>
<p><a href="https://assetstore.unity.com/publishers/11882"><b>Visit</b> our publisher page</a> or <a href="/grants/"><b>Get</b> access to our Git Repos</a></p>
<div class="master-slick projects">
<div class="item">
<div class="hero hero-imaged" style="--url:url({{site.img}}../expertise/library-texdraw.png)">
<iframe src="https://api.assetstore.unity3d.com/affiliate/embed/package/51426/widget-wide"
class="u3d-embed"></iframe>
</div>
</div>
</div>
<div class="master-slick projects">
<div class="item">
<div class="hero hero-imaged" style="--url:url({{site.img}}../expertise/library-engine4.png)">
<iframe src="https://api.assetstore.unity3d.com/affiliate/embed/package/34475/widget-wide"
class="u3d-embed"></iframe>
</div>
</div>
</div>
<div class="master-slick projects">
<div class="hero hero-imaged" style="--url:url({{site.img}}../expertise/library-simpleproceduralskybox.png)">
<iframe src="https://api.assetstore.unity3d.com/affiliate/embed/package/35569/widget-wide"
class="u3d-embed"></iframe>
</div>
</div>
<div class="master-slick projects">
<div class="hero hero-imaged" style="--url:url({{site.img}}../expertise/library-cameraprojecter.png)">
<iframe src="https://api.assetstore.unity3d.com/affiliate/embed/package/86733/widget-wide"
class="u3d-embed"></iframe>
</div>
</div>
<div class="master-slick projects">
<div class="hero hero-imaged" style="--url:url({{site.img}}../expertise/graphics-10skyboxesdaynight.png)">
<iframe src="https://api.assetstore.unity3d.com/affiliate/embed/package/32236/widget-wide"
class="u3d-embed"></iframe>
</div>
</div>
<div class="master-slick projects">
<div class="hero hero-imaged" style="--url:url({{site.img}}../expertise/library-meshdebugger.png)">
<iframe src="https://api.assetstore.unity3d.com/affiliate/embed/package/90350/widget-wide"
class="u3d-embed"></iframe>
</div>
</div>
{% include foot.html %}
</body>
</html>