https://github.com/solutena/fixedinputfield
https://github.com/solutena/fixedinputfield
2d inputfield legacy text unity
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/solutena/fixedinputfield
- Owner: solutena
- Created: 2022-11-18T14:45:14.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-18T15:39:22.000Z (over 2 years ago)
- Last Synced: 2025-01-11T21:41:01.530Z (4 months ago)
- Topics: 2d, inputfield, legacy, text, unity
- Language: C#
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FixedInputField
한글 입력 버그를 해결한 인풋 필드입니다.
## 기존 문제점
1. 한글을 입력 할 때 뒷 글자가 한글인 경우 한칸 건너뛰면서 입력되는 현상
2. 범위를 선택한 채로 한글 입력시 범위가 지워지지 않는 현상
3. 글자 제한을 넣은 상태로 한글 입력시 오류가 뜨는 현상## 사용방법

캔버스를 생성합니다.

인풋 필드를 생성합니다.

인스펙터를 디버그 모드로 변경합니다.

인풋 필드의 m_Script를 픽시드 인풋 필드로 변경합니다.

픽시드 인풋 필드를 사용할 수 있습니다.