
Wayne Rhodes
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 3
Activity overview
Latest activity by Wayne Rhodes-
Wayne Rhodes created a post,
import animation clips & bound character separately
Hi, Our current pipeline is setup for unity where our characters and animations are exported from maya separately. - bound character in Tpose with no animation data - skeleton with animation clip d...
-
Wayne Rhodes commented,
Thanks Jon, I replaced script.animMixer.start(script.tapAnimLayer[index], 0, -1); with script.animMixer.startWithCallback(script.tapAnimLayer[index], 0, 1, playIdle); so the script now reads as //...
-
Wayne Rhodes commented,
Problem fixed... missed the } off right at the end. All working but it brings me to another question. All the animations look at the moment . Is it possible to keep the idle animation on loop ...
-
Wayne Rhodes commented,
I used the final script but Im getting any error SyntaxError: empty expression not allowed (line 40) at [anon] (Hipster/Scripts/MultiAnim:40) internal Any idea what could be the problem?
-
Wayne Rhodes created a post,
Using more than 2 animations
Is there a way I can use more than 2 animations? At the moment I have an idle and an additional animation a jump thats triggered by an interaction such as a tap or zoom in. Is it possible to have ...