| Action | Cursor | Rider | Description |
|---|---|---|---|
| Quick Open | Ctrl + P |
Ctrl + Shift + N |
Open file by name |
| Command Palette | Ctrl + Shift + P |
Ctrl + Shift + A |
Show all commands |
| Go to Definition | F12 |
Ctrl + B |
Navigate to definition of current field/method/class |
| Find All Usages | Shift + F12 |
Ctrl + B |
Find all usages |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| using System.Collections; | |
| using System.Collections.Generic; | |
| using UnityEngine; | |
| #if UNITY_EDITOR | |
| using UnityEditor; | |
| #endif | |
| public class #SCRIPTNAME# : MonoBehaviour | |
| { | |
| #region MonoBehaviour Methods |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #if UNITY_EDITOR | |
| using UnityEditor; | |
| using UnityEngine; | |
| using System.IO; | |
| //automatically sets import presets based on asset format | |
| namespace NamPhuThuy | |
| { | |
| public class AssetImportHelper : AssetPostprocessor | |
| { |