1

(2 replies, posted in 2D Gameplay)

I am having issues getting Air Recovery to work.  Anytime a fighter gets hits in the air they just do a knockdown even though I have an animation for air recovery.  What am i missing?

2

(2 replies, posted in General)

NVM.  Had to switch to 2D.

3

(2 replies, posted in General)

As a note, when I open the character to place the hitboxes, it gives me these warnings:

UFE3D.GlobalInfo must be instantiated using the ScriptableObject.CreateInstance method instead of new GlobalInfo.
UnityEngine.ScriptableObject:.ctor ()
UFE3D.GlobalInfo:.ctor () (at Assets/UFE/Engine/Scripts/Core/Definitions/Global/GlobalInfo.cs:89)
UFE:GetActiveConfig () (at Assets/UFE/Engine/Scripts/Core/Manager/UFE.cs:1878)
HitBoxesScript:OnDrawGizmos () (at Assets/UFE/Engine/Scripts/Core/Physics/HitBoxesScript.cs:489)
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&)

4

(2 replies, posted in General)

Getting back to using UFE again.  I got the Source version and I'm using Unity version 2020.2.6.

When I go to the Character Editor, I notice the HitBox Editor doesn't have the option to change the shape of the hitboxes nor can I change their offset.

Is there something I'm missing?

Thanks.

I created facial expression using morph targets for my characters and have them in a separate layer in mechanim.  Is there code that can play these in certain events (i.e." taking damage, victory pose)?

Thank you

6

(1 replies, posted in General)

Hey guy,

Is there any plan to integrate Timeline and CineMachine into UFE 2.0?

Or is it something that can be done easily in code.

Thanks

7

(7 replies, posted in Showcase)

https://www.youtube.com/watch?v=NdLrAaGmPyc

If looks like a game made with UFE.

8

(8 replies, posted in UFE 1 (Deprecated))

Yeah, I'm designing a Power Stone like game and am waiting to see if UFE gets that type of functionality.

9

(23 replies, posted in Showcase)

Raw direct feed from the convention.

[media]https://youtu.be/VnYE1mNotzs[/media]

10

(23 replies, posted in Showcase)

Here's the game being played at Comicpalooza in Houston Texas.

[media]https://www.youtube.com/watch?v=o65lqxa3A8E[/media]

[media]https://www.youtube.com/watch?v=8n-mgfgpqhg[/media]

11

(23 replies, posted in Showcase)

We have Power Moves.

https://vimeo.com/170895676

https://vimeo.com/170895683

https://vimeo.com/170895688

https://vimeo.com/170895695

It's giving me the following error:

Assets/UFE/Scripts/StopParticleDelay.cs(51,39): error CS1061: Type `Xft.XWeaponTrail' does not contain a definition for `StopSmoothly' and no extension method `StopSmoothly' of type `Xft.XWeaponTrail' could be found (are you missing a using directive or an assembly reference?)

I'm still using 1.6

EDIT: SOLVED!

13

(5 replies, posted in UFE 1 (Deprecated))

MrPonton wrote:

I also have used the asset and it functions correctly for me.

However, bones not used in the avatar of a mecanim character aren't mirrored when going to the right side. This isn't really a bug with UFE from what I can tell, it seems to be a bug (as designed?) with Unity in general.

For example, I have a character with a karate sash which has bones on it. The sash isn't part of the mecanim avatar system, but has an Avatar Mask applied to use it when an animation calls for it. So on the Player 1 side when animating they sway from left to right to left etc. If mirrored properly, on Player 2 side it should sway from right to left to right. However, Player 2's will sway in sync with Player 1's.

In short, it doesn't apply the mirrored left/right onto any Avatar Masked bones.

If you find out a solution feel free to let me know, or just make a mention in my open topic here: http://www.ufe3d.com/forum/viewtopic.php?pid=3692

I'm using Legacy.  Would that matter?

14

(3 replies, posted in UFE 1 (Deprecated))

chrisb3d wrote:

All of the characters seem to be setting stuck in the blocking state after they get hit. The characters that come with UFE and the character I setup.

Anyone have a fix for this?

Do you have a "blocking" and "block hit" animation for each character?

15

(5 replies, posted in UFE 1 (Deprecated))

christougher wrote:

I've used the asset to for several different body parts and hadn't noticed any issues related to orientation. I've actually been quite happy with it. Maybe a little more specifics on your issue?

I'll see if I can get an image later today to show you.

16

(5 replies, posted in UFE 1 (Deprecated))

I'm using this unity asset for physics for my characters (i.e.: hair, loose clothing)

https://www.assetstore.unity3d.com/en/#!/content/16743

The effects look good if the character is facing right, but gets distorted when the character is facing left.

I bought the asset so I have the full source.  Is there anything I can change to fix this?

Thank you.

17

(23 replies, posted in Showcase)

More images

http://3.bp.blogspot.com/-P5D_TYRStb0/VYLv8cEJhGI/AAAAAAAAAbQ/SIPMV1n2QSw/s1600/effi_sheet.jpg

http://4.bp.blogspot.com/-4XcBAVdj0PY/VeqECzeVRMI/AAAAAAAAAfQ/McK0klePDQE/s1600/effi1a.jpg

http://1.bp.blogspot.com/-M8LwwubyHXg/VYLv-854ixI/AAAAAAAAAbY/v0ehnh3Uey4/s1600/kurbis_sheet.jpg

https://4.bp.blogspot.com/-jzoEQmnsOVk/V0NEQfxXgpI/AAAAAAAAA0Q/o5wOBrQ3Bg8ox17L4epDbaL18qBmG9K4gCLcB/s1600/effi_v_may2.jpg

https://3.bp.blogspot.com/-bmZr6uMlpJQ/V0NER9yjm9I/AAAAAAAAA0U/ItFdoYRf4hMJXSYe-rGQJbpRnAqYPYHhgCLcB/s1600/gourd1a.jpg

18

(23 replies, posted in Showcase)

battlemasterz wrote:

is there any particular tool you are using to get the cell shaded style, it looks awesome by the way!

https://www.assetstore.unity3d.com/en/#!/content/8105

christougher, you my friend are an absolute life saver.  It worked!!!!!

I'll repay you somehow.

I have not.  And I'm doing a PC build so I don't know why it's not working.

I tried it and it didn't work.

I'm at the Game Developers Conference and need a solution fast.

I'm trying to map buttons on a second game pad.  I tried copying the buttons on P2 and setting the input to joystick 2.  But when I play, the buttons on one pad control both characters.

How can I fix this?

23

(2 replies, posted in UFE 1 (Deprecated))

StriderSpinel wrote:

in the animations section of your character does the animation bar cover all the 30 frames of your anim? some times it end before and the anim doesn't play at full

http://s5.postimg.org/46kivppo5/Untitled_1.jpg

It does.  It's cut in half when I do a "Move File" with that animation.

I tried it in UFE 1.6 and it works perfectly.

UFE 1.7 is where it does this.

24

(2 replies, posted in UFE 1 (Deprecated))

I created a two hit spinning attack for my character, and it works fine when I preview just the animation.

But when I try to make a move file, the animation in cut in half.  It's a 30 frame animation where only the first 15 play when creating the Move File.

What would cause this?

25

(6 replies, posted in UFE 1 (Deprecated))

Did several tests, and still have the same issue.

Trying to fix this ASAP.