Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Last revisionBoth sides next revision
quick:design [2020/09/03 09:31] pedroquick:design [2020/09/03 09:31] pedro
Line 339: Line 339:
 - 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;
     using System.Collections;     using System.Collections;
Line 415: Line 415:
         }         }
     }     }
-</code>+```csharp 
  
 - Add the `MassSpawner` component to the `Spawn` object - Add the `MassSpawner` component to the `Spawn` object