Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revisionBoth sides next revision
quick:design [2020/09/03 09:21] pedroquick:design [2020/09/03 09:31] pedro
Line 291: Line 291:
 - Open it into your preferred editor and substitute the default code with: - Open it into your preferred editor and substitute the default code with:
  
-<code csharp>+```csharp
     using UnityEngine;     using UnityEngine;
  
Line 314: Line 314:
      }      }
     }     }
-</code>+```