Crunchyroll Rebranding

Crunchyroll Rebranding

Crunchyroll Rebranding

01

Background

Background

Background

As a dedicated fan of anime, I have been a loyal viewer of Crunchyroll, one of the top streaming platforms for anime content. However, when comparing its user interface and overall experience to other streaming services such as Netflix, Amazon Prime, and Hulu, I find it lacking. Therefore, I have taken the initiative to rebrand Crunchyroll.

02

Design Process

Design Process

Design Process

I created a mood board and UI kit, including color schemes, typography, and icons, to guide the rebranding of Crunchyroll's user interface. The redesign enhanced its visual appeal and user experience, focusing on modern aesthetics and intuitive navigation to make it more engaging for users.

03

Wireframes

Wireframes

Wireframes

Then, I developed wireframes to outline the new layout and structure. These wireframes helped visualize the redesigned interface, ensuring a cohesive and intuitive user experience before moving into the final design phase.

using System.Collections;
using System.Collections.Generic;
using UnityEngine;

public class SkiWithPlayerController : MonoBehaviour
{
    public OVRPlayerController playerController;
    public float speedToTriggerMovement = 3; 
    public float moveBy = 2;
    public float debugVelocity;

    public Transform hand;
    private Vector3 previousPosition;

    private float startAcc = .01f; 
    private void Start()
    {
        startAcc = playerController.Acceleration; 
    
    }

    private void Update()
    {
        debugVelocity = (this.hand.localPosition - previousPosition).magnitude / Time.deltaTime;

        if ((this.hand.localPosition - previousPosition).magnitude / Time.deltaTime > speedToTriggerMovement) 
        {
            //  playerController.MoveThrottle *= moveBy;
            playerController.Acceleration = moveBy; 
           // playerController.GetComponent<CharacterController>().Move(Camera.main.transform.forward *  moveBy * Time.deltaTime);
            //playerController.moveInfluence *= moveBy;
        }
        else
        {
            playerController.Acceleration = startAcc;
        }
        previousPosition = this.hand.localPosition;

    }
}

04

Result

Result

Result

By incorporating a branding strategy centered around modernity, sustainability, and forward-thinking, Nebul successfully transformed its image into a recognized and respected force in the architectural and urban planning industry. The sleek and contemporary design elements, coupled with visuals of eco-friendly projects and cutting-edge technology, positioned Nebul as a leader in shaping the future of urban landscapes.

Let’s Collaborate

SHAMIL

©

Shamil Jariya

2024

Let’s
Collaborate

©

Shamil Jariya

2024

Let’s Collaborate

SHAMIL

©

Shamil Jariya

2024

Let’s
Collaborate

SHAMIL

©

Shamil Jariya

2024