Unity Game Starter Kit for Windows Store and Windows Phone Store games
原地址:http://digitalerr0r.wordpress.com/2013/09/30/unity-game-starter-kit-for-windows-store-and-windows-phone-store-games/
I have created a simple game that you can download, play with and submit to the store – both to Windows Store and Windows Phone Store – reching millions of users world wide. It contains the basic functionality of a 2d sidescrolling shooter game.
This game starts simple, then after level 3 – more enemies will come, and after level 4 there is a possibility that a harder enemy that takes two shots to kill will spawn.
The game supports input of touch, mouse, keyboard and the xbox controller (just connect it to a surce or a computer and play!).
This game is pretty simple, but with your modifications to it, it can be a totally new game with much more content.
Open the game in Windows Store (is soon published)
Open the game in Windows Phone Store
Download
You can download the entire Unity game starter kit here:
http://sdrv.ms/1aE3qfN (~170 mb)
What can I do?
You can open the project using the free or pro version of Unity , modify the game by adding more enemies, bosses, weapons, power ups, character attributes so when you level up you can get more strength, shoot quicker, move quicker ++, add a world map, create levels with different landscapes, add two-player, make it 3d – it’s all up to you, and it’s really simple using Unity!
Changing the GFX
The graphics are taken from http://wootstudio.ca/win8platstarter and the entire eninge is based on this so simply replace the GFX in this starter kit with these to change the graphics (might need to do some cut/paste on some power ups and building), but the character animations and enemies are just a file-replace away from getting changed.
You can also modify these files with your own GFX, or rewrite the routines so it loads your own files the way you want.
These packs are awesome and contains good and cool GFX free of charge!
Exporting your game to Windows Store and Windows Phone Store
The pack comes with a game that supports both Windows 8 apps and Windows Phone 8 apps. If you make modifications, just export it from Unity (replace the folder that is named Windows8 for Windows Store apps and WindowsPhone8 for Windows Phone Store apps):
But don’t delete these, or export to another folder – these folders contains code that handles important Windows Store and Windows Phone Store tasks such as Fast App Resume and Snap View. When exporting from Unity, it will only export the files that are new – so this code will not be overwritten.
In Unity just click File->Build Settings, select Windows Store Apps of Windows Phone 8 as the platform and click Build.
Then, you will be asekd where you want to export, select the folder (Windows8 for Windows Store Apps and WindowsPhone8 for Windows Phone 8) and click Select Folder:
The app is now exporting, and when done – open it in Visual Studio (free to download here:http://www.visualstudio.com ) and do the process for submitting the app to the store (build it, send it through the WACK to build and test the app packages locally and then submit it to store).
More information:
- How to publish to Windows Store
- How to publish to Windows Phone Store
Step by step tutorial on how to create this game
I have created a five part tutorial series (it’s a part of a longer Unity for Windows tutorial series) that will create this game using Unity:
Sound effects and licensing
The sound effects used in this game is licenced based on the Creative Commons Attribution 3.0. If you redistribute them, use them or publish this game, make sure you follow the guidelines here: http://creativecommons.org/licenses/by/3.0/
The SFX is downloaded from the awesome site http://soundbible.com
Unity Game Starter Kit for Windows Store and Windows Phone Store games的更多相关文章
- 介绍使用Cordova和Web Starter Kit开发Android
介绍 如今,每个人都想制作移动应用程序,为什么不呢?世界上有更多的移动设备比任何其他用户设备.Android尤其流行,但是为什么不从一个众所周知的跨平台应用的基础开始呢?Android的开发显然比其他 ...
- Microsoft IoT Starter Kit 开发初体验
1. 引子 今年6月底,在上海举办的中国国际物联网大会上,微软中国面向中国物联网社区推出了Microsoft IoT Starter Kit ,并且免费开放1000套的申请.申请地址为:http:// ...
- asp.net的3个经典范例(ASP.NET Starter Kit ,Duwamish,NET Pet Shop)学习资料
asp.net的3个经典范例(ASP.NET Starter Kit ,Duwamish,NET Pet Shop)学习资料 NET Pet Shop .NET Pet Shop是一个电子商务的实例, ...
- Window 64bit环境搭建Web Starter Kit
最近在学习https://developers.google.com/web/fundamentals/这里的内容,其中就有一部分是安装Web Starter Kit的教程,我总结一下自己的安装过程. ...
- Microsoft IoT Starter Kit
Microsoft IoT Starter Kit 开发初体验 1. 引子 今年6月底,在上海举办的中国国际物联网大会上,微软中国面向中国物联网社区推出了Microsoft IoT Starter K ...
- Microsoft IoT Starter Kit 开发初体验-反馈控制与数据存储
在上一篇文章<Microsoft IoT Starter Kit 开发初体验>中,讲述了微软中国发布的Microsoft IoT Starter Kit所包含的硬件介绍.开发环境搭建.硬件 ...
- React Starter Kit 中文文档
最近没事又翻译了个玩意. Github上的一个Star 非常高的 React 样板程序. 由Node.js,Express,GraphQL和React构建,可选加入Redux等,并可以包含Webpac ...
- 使用 Visual Studio 生成通用的 XAML 应用程序 (Windows Phone 和 Windows 通用程序)
在Build会议上,我们发布了新的版本---Windows Phone 8.1. Windows 8.1 平台.作为开发人员,这意味着您现在可以生成 XAML 和 HTML 的通用程序,并通过分享大量 ...
- 提前体验让人"回归Windows怀抱"的Windows Terminal
前言 在一年一度的微软开发者大会Build 2019登场的Windows Terminal饱受好评,大家对其也是充满了兴趣和热情,程序员的朋友圈都被微软发布的最新终端 windows Terminal ...
随机推荐
- appengine 云计算。 部署web网络。
韩梦飞沙 韩亚飞 313134555@qq.com yue31313 han_meng_fei_sha appengine 可以 不用手动启动像服务器. 在eclipse中 这两个sdk 配好 ...
- android 网络
韩梦飞沙 韩亚飞 313134555@qq.com yue31313 han_meng_fei_sha android - async - http 安卓 异步 超文本传输协议 xUtil a ...
- poj 1485 dp
转自:http://www.cnblogs.com/kuangbin/archive/2011/11/12/2246407.html [题目大意] 一条公路上有n个旅馆,选出其中k个设置仓库,一个仓库 ...
- bzoj1036 count 树链剖分或LCT
这道题很久以前用树链剖分写的,最近在学LCT ,就用LCT再写了一遍,也有一些收获. 因为这道题点权可以是负数,所以在update时就要注意一下,因为平时我的0节点表示空,它的点权为0,这样可以处理点 ...
- bzoj 2809: [Apio2012]dispatching -- 可并堆
2809: [Apio2012]dispatching Time Limit: 10 Sec Memory Limit: 128 MB Description 在一个忍者的帮派里,一些忍者们被选中派 ...
- Educational Codeforces Round 10 D. Nested Segments 离线树状数组 离散化
D. Nested Segments 题目连接: http://www.codeforces.com/contest/652/problem/D Description You are given n ...
- Intent 的Flag属性(Activity在栈位置的主宰者)
Intent 的Flag属性可用来控制Activity在栈中的排列位置,本文列举了常见的Flag. 例--(以无动画方式启动ActivityB): Intent intent=new Intent(A ...
- set是无序集合,放入set中的元素通过iterator输出时候是无序的
set是无序集合,放入set中的元素通过iterator输出时候是无序的 HashMap<String , String> hashMap = new HashMap<String ...
- Java设计模式之生产者消费者模式
Java设计模式之生产者消费者模式 博客分类: 设计模式 设计模式Java多线程编程thread 转载 对于多线程程序来说,不管任何编程语言,生产者和消费者模型都是最经典的.就像学习每一门编程语言一 ...
- .net 导出带条码的PDF
Nuget添加引用:ZXing.Net生成条形码,ZXing.Net.Bindings.ImageSharp生成图片 将图片流插入单元格 举个栗子: BarcodeWriter writer = ne ...