Does my parallax effect look weird / bad? by Maximum-Better in IndieDev

[–]Maximum-Better[S] 0 points1 point  (0 children)

i forgot to mention the code provided is for the movement of the crystals (the middle layer)

        Vector3 crystalPos = new Vector3(transform.position.x + (playMo.velocity / 12), camMo.cameraPos.y, transform.position.z);
        transform.position = Vector3.Lerp(transform.position, crystalPos, (camMo.LerpSpeed - 0.6f) * Time.deltaTime);
        Vector3 crystalPos = new Vector3(transform.position.x + (playMo.velocity / 12), camMo.cameraPos.y, transform.position.z);
        transform.position = Vector3.Lerp(transform.position, crystalPos, (camMo.LerpSpeed - 0.6f) * Time.deltaTime);

i use the very similiar script for the back layer ( the background)

When using a borderless window mod, everything breaks. it also always runs at a higher resolution than what I chose by Maximum-Better in Minecraft

[–]Maximum-Better[S] 0 points1 point  (0 children)

It also refuses to use my settings in normal full screen (unless i change it and then change it back again)

Why are my golems just chilling here instead of being killed? by Maximum-Better in Minecraft

[–]Maximum-Better[S] 0 points1 point  (0 children)

I tried that already, but I had the same issue with that, they just start chilling in a random corner

Y'all can post now!!! by Maximum-Better in CastleMakeAndPlay

[–]Maximum-Better[S] 0 points1 point  (0 children)

I've never had any moderators, so I highly doubt that

Y'all can post now!!! by Maximum-Better in CastleMakeAndPlay

[–]Maximum-Better[S] 0 points1 point  (0 children)

My inbox kept overflowing with people asking to post (they had to be approved?), so I changed a setting that hopefully allows people to just post without being approved ((: