Blender Export Simple Keyframe Shading animation - animation

I have a very simple animation in blender that I made using the Shading tab. If i play the animation in blender everything works wonderful.
This is how my animation works:
THe shading tab has a value node with #frame that takes the index of the current frame as integer. THen this number is used into a noise to create my animation.
The problem lies when i try to export it. Ive been trying for 2 hours to export it I saw every vedio I could find about exporting animations BUT EVERY TIME i only get a blank square without the animation texture. I dont know if you can understand what i mean but the animation doest have any armor or bones or other such things it only has a texture that changes over the frames.
Any help would be greatly appreaciated :)

Related

Three.js sprite sheet offsets in THREE.Points

I'm trying to get a sprite sheet texture in THREE.PointsMaterial to use offsets, so point particles can have different visuals.
Apparently this should be possible using THREE.ShaderMaterial, instead of PointsMaterial.
This answer seems to get so close to my solution, but the fiddle is broken and I'm having a hard time reconstructing it.
Shaders are new to me and I could use some help achieving the goal: get point particles to use different sections of a sprite sheet.
With a single image texture it's easy, like this, but trying to use a sprite sheet with offsets is killing me ;)

Three.js texture loads in small resolution, same picture scaled up brakes the scene (small image about 600x600px, scaled up to about 1400px)

I have a pretty strange behaviour with three.js when I try to load different textures for an environment cube map. Everything works fine till I try to test the same scene with larger textures. My camera is pretty much stable so I only have to change one side of the env cube to a large resolution texture as that will be the background of the scene which will be visible, the other 5 sides are small pngs - those are only visible in reflection.
There is no clear breaking point, what seems to usually work as an image for the env.cube is about 600x600px-ish, going any higher resulting in the scene loading completely black.
To make the scene look nice on most devices, I have to go up to a resolution around 1500x1500px (so not insanely large) for the background, and I have no idea why it breaks with a bigger image.
What I already tried/did:
image paths are fine, overwriting a working image to a larger version also breaks the scene.
I had no other idea what to try, maybe it has to do something with photoshop and its image encoding or something along those lines?
the scene contains:
a camera, a gltf model to test with and the environment cube. everything works perfect with small textures.
I already looked at the texture documentation of threejs and found nothing about what could cause this behaviour, I'm completely stuck.

voxel animation to Godot

I am doing a voxel game in Godot. Using magicavoxel . Is there a fine way to do voxel animation without rigging in blender. May be frame animation of 3d model in Godot(is that possible or do we animate only 2dscreenshots of the model?)Because there is no proper export format for animated model in magicavoxel.
Or is there another good tool which allows to export animated voxel models, ready to use?
I know I am a little late to this question but if anyone is still looking for a fix this could work: If you want to animate frame by frame, one way that you could do this is by exporting each frame to an .obj from magicavoxel. Then load the model one after another switching them out every couple of frames. It might be a bit slow but if you really want to use this kind of animation style then this is probably the way to go.

Position of player changes when the attack animation starts - unity

So I did an attack animation in the program Aseprite and everything was fine with the animation, but when I put in inside the animator in unity the character changes position.
Here's the images, first one is a gif with the animation running as I want, and then the before and after of the animation in Unity.
I know it's small but I hope you can see
This is because it's setting the center point at the location, and the gif is wider than the standard player image, you will need to offset to compensate.
So I just sliced the sprites again but with the pivot to the left instead of center, and then adjusted the Collider. It seems to work. Not sure if it's the perfect way though.

Rotation error (Blender To Unity)

I made a simple cubic guy and armature for this guy in blender. Then I made some animations which are walk and 3 aim animation to use in blend tree. In blender everything looks good but when I import this animations to Unity, I realise that rotation of the arms are different. Let me show my problem with some ss. This is how the model looks in blender.
and when I import this model to Unity it looks like this :
I believe you guys can see the rotation difference between the upper arms. I couldnt find what is wrong. Anyone know what I am doing wrong ?
It's possible that the problem could be an animation keyframe setting in Blender. I would scroll through the Blender timeline on that animation and see if anything appears wrong.
Also, this Unity script could help with rotation conversion between the different coordinate systems between Blender and Unity (just in case this might be the problem): http://wiki.unity3d.com/index.php/FixBlenderImportRotation

Resources