How could I get around this problem?
Assets/Chat/Chat.cs(140,25): error CS1656: Cannot assign to `entry' because it is a 'foreach iteration variable'
foreach(string entry in scrollingNotices) {
GUILayout.BeginHorizontal();
entry = GUILayout.TextField(entry);
↧