Lyra Modular Character Series - Character Part Selection Screen Design

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 ก.ย. 2024
  • What IS GOOD DEV GODS!
    Welcome to another series where I will show you guys how I go about setting up a modular character customization system similar to games like Destiny & Destiny 2. We will code and debug this system together from start to finish. I you want access to the project files they are available on github for my patreon supporters.
    If you have any questions or feedback dont hesitate to leave a comment or hop in my discord
    Discord - / discord
    Support Me On Patreon - / devgods
    Also Follow All My Socials
    Twitter - / caingodtier
    Instagram - / cain.godtier

ความคิดเห็น • 1

  • @namrog84
    @namrog84 2 หลายเดือนก่อน +2

    I'm still gonna look into using Mutable as you recommended in other video, but I'm still gonna follow along with this just because I'm curious to learn.
    One of the things struggled in this video was some weird squashing with images. If anyone else is following along. The SizeBox that wraps the vert/scrollbox was 128 high, and tried making the images 128 high, they looked fine until the scrollbox added the slider, then they had contention and it caused squashing. Adjusting the outer sizebox to like 160, so that the images size box could be 128 + room for scroll would fix that squashing.