原地址: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的更多相关文章

  1. 介绍使用Cordova和Web Starter Kit开发Android

    介绍 如今,每个人都想制作移动应用程序,为什么不呢?世界上有更多的移动设备比任何其他用户设备.Android尤其流行,但是为什么不从一个众所周知的跨平台应用的基础开始呢?Android的开发显然比其他 ...

  2. Microsoft IoT Starter Kit 开发初体验

    1. 引子 今年6月底,在上海举办的中国国际物联网大会上,微软中国面向中国物联网社区推出了Microsoft IoT Starter Kit ,并且免费开放1000套的申请.申请地址为:http:// ...

  3. 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是一个电子商务的实例, ...

  4. Window 64bit环境搭建Web Starter Kit

    最近在学习https://developers.google.com/web/fundamentals/这里的内容,其中就有一部分是安装Web Starter Kit的教程,我总结一下自己的安装过程. ...

  5. Microsoft IoT Starter Kit

    Microsoft IoT Starter Kit 开发初体验 1. 引子 今年6月底,在上海举办的中国国际物联网大会上,微软中国面向中国物联网社区推出了Microsoft IoT Starter K ...

  6. Microsoft IoT Starter Kit 开发初体验-反馈控制与数据存储

    在上一篇文章<Microsoft IoT Starter Kit 开发初体验>中,讲述了微软中国发布的Microsoft IoT Starter Kit所包含的硬件介绍.开发环境搭建.硬件 ...

  7. React Starter Kit 中文文档

    最近没事又翻译了个玩意. Github上的一个Star 非常高的 React 样板程序. 由Node.js,Express,GraphQL和React构建,可选加入Redux等,并可以包含Webpac ...

  8. 使用 Visual Studio 生成通用的 XAML 应用程序 (Windows Phone 和 Windows 通用程序)

    在Build会议上,我们发布了新的版本---Windows Phone 8.1. Windows 8.1 平台.作为开发人员,这意味着您现在可以生成 XAML 和 HTML 的通用程序,并通过分享大量 ...

  9. 提前体验让人"回归Windows怀抱"的Windows Terminal

    前言 在一年一度的微软开发者大会Build 2019登场的Windows Terminal饱受好评,大家对其也是充满了兴趣和热情,程序员的朋友圈都被微软发布的最新终端 windows Terminal ...

随机推荐

  1. 51nod1805 小树 prufer序列 + 容斥原理

    首先考虑$prufer$序列,那么问题转化为求 一个长为$n - 2$的序列,总共有$n$个元素,恰有$m$个元素不出现在序列中的方案数 考虑容斥,答案即为 至少$m$个元素不出现 - 至少$m + ...

  2. loj2576 「TJOI2018」str

    link 题意: 给一个模板串s和n个模式串,每个模式串有$a_i$种可取的串.现在要将n个模式串每个任取一种它可取的串,连接起来,记为串t,那么这种连接方式对答案的贡献为t在s中出现的次数.问所有连 ...

  3. [转] Spring MVC 4.1.3 + MyBatis 零基础搭建Web开发框架

    首先感谢一下润和软件,指引我走上了Spring MVC Web开发的道路. 下面进入正题 搭建开发环境: Netbeans8.0.2 + MySql5.6 + JDK1.7 + tomcat8.0.1 ...

  4. JDK及JRE中bin工具说明

    jre/bin工具说明:javac:Java编译器,将Java源代码换成字节代 java:Java解释器,直接从类文件执行Java应用程序代码 appletviewer(小程序浏览器):一种执行HTM ...

  5. SD卡 TF卡 接口引脚定义

  6. 畅通工程_hdu_1232(并查集)

    畅通工程 Time Limit: 4000/2000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others) Total Submi ...

  7. 《转》OpenStack Ceilometer 安装配置和API说明

    1.概述 Ceilometer是OpenStack中的一个子项目.它像一个漏斗一样.能把OpenStack内部发生的差点儿全部的事件都收集起来,然后为计费和监控以及其他服务提供数据支撑.Ceilome ...

  8. Photoshop的版本体系

    Photoshop CS6 和Photoshop CC的区别 没有什么玄乎的,仅仅是版本不一样. 版本的命名 Photoshop CS6 是CS系列的最后一版本, Adobe Photoshop CS ...

  9. mysql 语句or效率问题

    今天看一同事代码中sql语句的拼接,看到where column=? or column=? .... 一直循环遍历下去,即根据传递进来的数组长度构造sql查询(mysql库) for(int i= ...

  10. HTTP和HTTPS的区别,以及各自的优缺点

    转自  https://www.cnblogs.com/wqhwe/p/5407468.html 超文本传输协议HTTP协议被用于在Web浏览器和网站服务器之间传递信息,HTTP协议以明文方式发送内容 ...