Skip to content

SoftwareDevJake/StreamingReader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

StreamingReader

This is a perfect way to use a text file for your Unity. If you build a project from Unity and you have a small value changes, try this one.

Create a StreamingAssets folder in Assets, put your text file in StreamingAssets, then have this scrip in your Assets/Scripts.

Make sure you match the name of File before using it.

Odd lines of the text file would be an explanation of its next line. Even lines are the values you use in your code.

txt file example

Settings.txt

IP 127.0.0.1 PORT 80

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages