1
0
mirror of https://github.com/Memorix101/UnityXNA/ synced 2024-12-30 15:25:35 +01:00

8 Commits

Author SHA1 Message Date
Memorix101
4af5227792 patched spritefonts 2023-04-20 03:38:56 +02:00
Memorix101
3e78162361 small improvements 2023-04-20 01:05:02 +02:00
Memorix101
602464fbc6 Added Viewport support 2023-04-19 21:55:55 +02:00
Memorix101
64046bbdfe reimported assets 2023-04-17 12:31:49 +02:00
Memorix101
a92ad739ef added new inputsystem and spritefonts
- Replaced old Unity Input with new InputSystem
- Improved SpriteFonts
2023-04-16 17:46:17 +02:00
Barnaby Smith
b11fd24843 Added support for Unity 4
Unity 3.x had an issue with the byte order mark at the start of XML
files, which there was a code work around for. Unity 4 has subsequently
fixed the issue, so the work around has been ifdef'd to work only on
Unity 3.x.
2013-04-06 15:06:32 +01:00
F.Fischer
84e019207b -additional classes added
-SpriteBatch update to support more drawing functions
-Components added
2012-07-10 00:29:01 +02:00
Barnaby Smith
6fe889760d First commit. Proof of concept implementation.
The XNA 4.0 PlatformerGame sample is successfully running inside Unity3D
3.5.
Implemented a basic game loop, game timing, content loading for
Texture2D, SoundEffect and Song. Emulated SpriteBatch drawing for
sprites and strings (note SpriteFont is not yet supported to all strings
are rendered using the default GUI label font). Songs can be played
using an AudioSource attached to the XNATest game object which acts as
an emulator for MediaPlayer. Playing a SoundEffect creates a game object
with an AudioSource attached which is automatically deleted when the
sound finishes. Implemented keyboard input with a limited set of XNA
Keys mapping to Unity3D KeyCodes.
2012-07-07 20:57:54 +01:00