Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last 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>+```
  
  
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