I'm trying to port this old C2 effect I have over to C3. I managed to get it where it can import, but then it breaks C3 where it won't open until I go in and manually delete the effect. What is going wrong here?
https://drive.google.com/open?id=1x_tpQas9TusJq1iAT94Q_3ayRYdlOmy4
Develop games in your browser. Powerful, performant & highly capable.
Check the browser console output for some hints, can you post what you see?
I got it to import and not mess up C3, but the effect is upside down instead of right side up like it was in C2. LOL
Any ideas how to flip it vertically?
I flipped it by adding a minus sign before vTex.y in p.y = (vTex.y + pos_y) * scale;, but now the parameters are backwards. I can work with this, but I'd still prefer it to be fixed rather than my hack applied to it.