How to update text from the Internet (txt file) without upgrading app in Unity 3D

Hi To everyone!

I have this big problem :smile:

Any solution? with video if it’s possible

Very thanksssss

Best,
cris

So you want to update some text in your game from a text file on the internet?

You can use the WWW class to do this: Unity - Scripting API: WWW

A quick google search would have given you this by the way :wink:

can also use this,
https://docs.unity3d.com/Manual/UnityAnalyticsRemoteSettings.html

1 Like

Oh yeah. That’s a better idea.

Hi guys!

thanks! any video tutorial? :smile:

www or unitywebrequest would be still probably easier and more flexible.

for remote settings, there’s video example