Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

πŸ’¬ In-game log for Unity with scrolling credit effects

License

Notifications You must be signed in to change notification settings

swparkaust/UnityChatLog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

5 Commits

Repository files navigation

UnityChatLog

In-game log for Unity with scrolling credit effects. Useful for outputting chat messages and player behaviour.

demo unitychatlog

Read this in other languages: English, ν•œκ΅­μ–΄.

Installation

No dependencies other than Unity are required. Let me know if anything happens!

  1. Create an empty GameObject and name it ChatLog.
  2. Download the ChatLog.cs script and add it to the GameObject.
  3. You can now print the text to display.

Usage

	private ChatLog chatLog;
	void Start()
	{
		chatLog = GetComponent<ChatLog>();
	}
	void Update()
	{
		if (Input.GetKey(KeyCode.LeftArrow))
			chatLog.Write("Player Moves Left");
		if (Input.GetKey(KeyCode.RightArrow))
			chatLog.Write("Player Moves Right");
	}

About

πŸ’¬ In-game log for Unity with scrolling credit effects

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

AltStyle γ«γ‚ˆγ£γ¦ε€‰ζ›γ•γ‚ŒγŸγƒšγƒΌγ‚Έ (->γ‚ͺγƒͺγ‚ΈγƒŠγƒ«) /