I am working with the photon network to make a simple game. I would like this game to implement a simple chat system, however, I have run into a snag.
The problem comes from the fact that I am unable to make the scroll view, which I am using to display the chat, scroll all the way to the bass, or the last message sent.
Bellow is the code I am using.
UI verticalNormalizedPosition not going to bottom of the scroll view
The problem comes from the fact that I am unable to make the scroll view, which I am using to display the chat, scroll all the way to the bass, or the last message sent.
Bellow is the code I am using.
Code (CSharp):
- using UnityEngine;
- using UnityEngine.UI;
- using System.Collections.Generic;