RayUnite framework (Rayman 2/3 in Unity)
Forum rules
Please keep the forum rules and guidelines in mind when creating or replying to a topic.
Please keep the forum rules and guidelines in mind when creating or replying to a topic.
-
Elite Piranha

- Posts: 3514
- Joined: Sat Sep 14, 2019 5:47 am
- Location: Ly's Palace
- Tings: 141015
Re: Rayman 2 in Unity
Amazing! Keep up the good work! 
-
Dark Skink

- Posts: 114
- Joined: Sat Feb 06, 2010 6:59 pm
- Contact:
- Tings: 2023
Re: Rayman 2 in Unity
Awesome! May I use it for a fangame?
Re: Rayman 2 in Unity
Yeah, you can do whatever you want with it
I'll keep you guys updated when some changes are made and push them to the repo etc.
Code is on the git branch spinu2b-presentation
Code is on the git branch spinu2b-presentation
Re: Rayman 2 in Unity
Hello guys,
I managed to implement somewhat working character models exporter/importer for Rayman 3 PC game for Raymap, and I used Globox and Rayman models in my demo. Perhaps I may prepare it better so it becomes more widely available
Enjoy.
I managed to implement somewhat working character models exporter/importer for Rayman 3 PC game for Raymap, and I used Globox and Rayman models in my demo. Perhaps I may prepare it better so it becomes more widely available
-
PluMGMK

- Posts: 40508
- Joined: Fri Jul 31, 2009 9:00 pm
- Location: https://www.youtube.com/watch?v=cErgMJSgpv0
- Contact:
- Tings: 136606
Re: Rayman 2/3 in Unity
Seeing Rayman's model integrated so perfectly into a novel environment somehow fills me with delight.
Nice work! 
-
#Rubber mark#

- Posts: 4999
- Joined: Mon Jan 12, 2004 8:35 pm
- Location: Somewhere dirty and stinky... Behind you!
- Tings: 83026
Re: Rayman 2/3 in Unity
I love it too!
I hope this will be used to create nice fangames in the future.
PS: you have dead links in your first post.
PS: you have dead links in your first post.
Re: Rayman 2/3 in Unity
Good catch. I've removed all the dead links for now since TinyPic was shut down a while back, and all images have been removed from their server. This is one of the reasons why it's a good idea to use attachments instead of image hotlinks where possible. 
-
Hunchman801

- Posts: 87628
- Joined: Thu Aug 07, 2003 6:50 pm
- Location: Paris, France
- Contact:
- Tings: 640252
Re: Rayman 2/3 in Unity
The animation is flawless! And yeah, attachments are the way to go. 
Re: Rayman 2/3 in Unity
I made another demo, Rayman on Prison Ship 
-
Hunchman801

- Posts: 87628
- Joined: Thu Aug 07, 2003 6:50 pm
- Location: Paris, France
- Contact:
- Tings: 640252
Re: Rayman 2/3 in Unity
Looking quite good, though on a couple occasions something felt kinda weird with the walking.
Re: Rayman 2/3 in Unity
Yeah, I will have to implement somewhat custom animation states transitions mechanics, that will be flexible enough to handle original game's logic for that 
Re: Rayman 2/3 in Unity
I made yet another showcase 
-
Hunchman801

- Posts: 87628
- Joined: Thu Aug 07, 2003 6:50 pm
- Location: Paris, France
- Contact:
- Tings: 640252
Re: Rayman 2/3 in Unity
Nice! Memories of the Jano chase make me want to shoot those crystals, by the way. 
Re: Rayman 2/3 in Unity
i cant message you yet is this the main thing you use to get into contact with people?
Re: Rayman 2/3 in Unity
I wrote you a DM, hopefully you can read it and respond
Otherwise I don't know what might be the problem
-
PluMGMK

- Posts: 40508
- Joined: Fri Jul 31, 2009 9:00 pm
- Location: https://www.youtube.com/watch?v=cErgMJSgpv0
- Contact:
- Tings: 136606
Re: Rayman 2/3 in Unity
Newly-registered users with fewer than five posts can't send PMs I'm afraid...
Re: Rayman 2/3 in Unity
Just for a sake of findability, 'cause I hope everybody knows that already:
Play online here! https://raym.app/raymapgame
Or just download Unity and project files (it works, right? xD):
https://github.com/Adsolution/RaymapGame
Proper thread:
viewtopic.php?p=1429211#p1429211
Sorry for hijacking the topic.
Play online here! https://raym.app/raymapgame
Or just download Unity and project files (it works, right? xD):
https://github.com/Adsolution/RaymapGame
Proper thread:
viewtopic.php?p=1429211#p1429211
Sorry for hijacking the topic.
Re: Rayman 2/3 in Unity
It is not quite the same thing, it's RaymapGame 
-
hoodlumsworld

- Posts: 1572
- Joined: Mon Jun 15, 2020 1:12 am
- Tings: 23026
Re: Rayman 2/3 in Unity
I hope you're making good progress on this by the way!
Re: Rayman 2/3 in Unity
Actually I decided to first export all exportable models from Rayman games from Raymap and then utilize them in one such dedicated Unity project that would contain these models as a Asset Library.
Right now I am kinda stuck with some implementation stuff regarding new improved generic export from Raymap to Blender (that would allow to export models from both Rayman 3 and Rayman 2) and I am taking really long breaks between consecutive coding sessions since this stuff is tough to work with ;p
I must admit I could really use some help and technical support that could allow speeding things up, but those folks would have to dive deep into technicals and be willing to help.
Here is the repo that I am working on right now, as you can see the commits are not that old
there's hardcoded path for Rayman model exported from some local version of Raymap with new prototyped feature of generic export capability and right now I am struggling with bones transformations, animation clips transforms curves, basically stuff related to skeletal animation game engine's implementation principia
I must recreate it in Blender from custom OpenSpace structures, test and verify it - that all takes time and effort, especially for just one person
https://github.com/Spinu2b/AnimatedChar ... onstructor
Right now I am kinda stuck with some implementation stuff regarding new improved generic export from Raymap to Blender (that would allow to export models from both Rayman 3 and Rayman 2) and I am taking really long breaks between consecutive coding sessions since this stuff is tough to work with ;p
I must admit I could really use some help and technical support that could allow speeding things up, but those folks would have to dive deep into technicals and be willing to help.
Here is the repo that I am working on right now, as you can see the commits are not that old
https://github.com/Spinu2b/AnimatedChar ... onstructor



