Questions tagged [visual-effects]
36 questions
1
vote
2 answers
Algorithm to swim like a fish in c#
I need to implement a feature in my application where these words are going to "swim" around in the background, basically I need to pick a point in front of the leading letter of the word, and swim to it using a "wavey" style.
I also need to avoid…

Mark
- 14,820
- 17
- 99
- 159
1
vote
1 answer
Resources about animated splash art
I have always been fascinated in these stuff:
Blizzard's "live" banners
Riot's "live" character splash screens
Do they have a specific name I could google and teach myself the art of creating them? I have experience in graphics rendering, but I…
user1546328
1
vote
1 answer
How to add some CSS/html5 effects to give it the illusion of it being fiery?
I have just been trying out and sort of learning bits and bobs in html5. I basically have this little animation: http://jsfiddle.net/Hazza/dJgC9/4/ It is just some images falling out the sky repeatedly. Fun. I was just wondering if there was some…

Hazza
- 6,441
- 3
- 24
- 37
1
vote
1 answer
How to fold back the edge of view controller in XCode
I want to make a nice visual effect on my Map View Controller, which is folded back its right-bottom egde. When user taps on it there will be shown another controller using Partial Curl effect (this part of task is easy for me).
So my question is if…
user1613330
0
votes
1 answer
Custom UIView wrap-around
I have an NSArray of custom UIViews (ACTileView). They act as one row. I would like to be able to slide them left or right (which is currently already possible) but have the wrap-around (to create the effect of endless "Tiles" much like the…

JNK
- 1,753
- 8
- 25
- 37
0
votes
0 answers
Can a vfx graph be affected by a wind zone?
I made a fire using vfx graph and I put it under a pan model for cooking effect. The thing is that the fire rises vertically and goes through the pan like if nothing is there. When I used a particle system I prevented particles from going through…

kaitoren
- 65
- 1
- 9
0
votes
0 answers
Vfx graph does not play in Unity editor
I installed the VFX graph for use in Unity, created an effect in the VFX graph, and inserted it into the Hierarchy as a GameObject.
However, no matter how many times I pressed the play() button in the editor and ran the game, Vfx did not run.
How…

EarthLEE
- 3
- 2
0
votes
0 answers
How to use VFX graph's blend mode in 2D URP?
I tried to bring the Shader graph and VFX graph that were used in 3D URP to the 2D URP project and apply it.
However, the VFX imported into the 2d URP project was printed strangely.
So I compared two VFX graphs to find a solution.
I checked and…

EarthLEE
- 3
- 2
0
votes
0 answers
Unity VFX how to get lifetime in script
I need a way to get the lifetime of VFX in the script and I don't know what to do.
What classes should I use and what method should I use?

moonkanghyuck
- 7
- 2
0
votes
1 answer
VFX Graph - Flipbook not looping
SITUATION
I am using Unity's Visual Effect Graph to make a smoke effect. I am using the HDRP.
PROBLEM
My flipbook is not looping, for some reason. When the flipbook's end is reached, the smoke trail simply disappears.
SETTINGS
The "UV Mode" is…

José Guedes
- 359
- 3
- 13
0
votes
0 answers
Smudge Shader GLSL
So I was playing around with some shaders.
I have texture like this:
I was wondering if there is any way I can kinda "smudge" it something like this:
I tried with gaussian blur but the results were really bad. It only made black edges smoother,…

uselessguy
- 15
- 1
- 4
0
votes
1 answer
Powerpoint: Change grid that drawings are aligned to/Move objects freely
I try to highlight a bar graph (exported from Excel) by adding an arrow at the tip and the bottom of a specific bar but it drives me nuts, that the grid at which Powerpoint orients itself results in the arrow not being exactly in the middle of the…

CouscousPie
- 5
- 2
0
votes
1 answer
adding snow effect to specific div only
I am using code from https://www.kirupa.com/html5/the_falling_snow_effect.htm and well as it turns out the snow is falling all over my page and not just the banner div...
// Array to store our Snowflake objects
var snowflakes = [];
// Global…

Aly G
- 11
- 1
- 1
0
votes
1 answer
Floating origin and visual effect graph in Unity
I am sure that everybody knows about this script, http://wiki.unity3d.com/index.php/Floating_Origin, that fixes problems with floating origin easily.
The problem is that the script is outdated and does not move the particle effects created by visual…

Adam Beňko
- 221
- 3
- 4
- 11
0
votes
1 answer
generate visual party effect inside activity body
Please help me, how I could to generate the party special effect, like the below image.
This effect is similar to https://play.google.com/store/apps/details?id=com.popularapp.sevenmins app
enter image description here

Segundo Serrano
- 69
- 1
- 6