Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
// UnityEditorMemo
// ver 3.1.2
// thank you for downloading.

About
   You can post any texts on UnityEditor.
   https://github.com/charcolle/UnityEditorMemo

Author
	Charcolle : charcolle.moon.0180@gmail.com

Description
	- You can use this asset from MenuBar, [Window] -> [UnityEdiorMemo].
	  When opening the window, then post any texts on it.
	  You can add a category of memo. Press plus button, and input the category name, then press [Register] button.
	  You can add a Object in project to your memo. Also, you can add a Object in the scene, which has UnitySceneMemo, to your memo.
	- You can add memo to your gameObjects from Hierarchy view. Select the gameObject and press [+] button.
	  You can disable this system from Preference.

Lisence
	MIT

Attension
	- You can move UnityEditorMemo's folder to any folder, but you must not edit the child folder's structure.
	- If you use this asset with team, you should ignore this asset at git's setting.

Version
	1.0 : Release

	1.1 : Remove Memo's ScriptableObject from Create Menu.
		: Sort category list by created time.
		: Remove load cageroy button and change cagetory by selecting popup.
		: Remove title and description.
		: Fix undo process.

	2.0 : CHANGE - Change save data system. So this version is NOT compatible with previous version.
		: CHANGE - Remove remove button from memo menu. You can delete memo from right click menu instead.
		: CHANGE - Add label type. Also, you can custom your own label.
		: UPDATE - You can change the name of category.
		: UPDATE - Implement UnityEditorMemo's EditorPreference.
		: UPDATE - You can add a Object in project to your memo. Also, you can add a Object in the scene, which has UnitySceneMemo, to your memo.
		: UPDATE - You can add memo to gameObjects from hierarchy.
	2.1 : CHANGE - Update PostMemo area GUI.
		: UPDATE - Add memo's URL.
		: UPDATE - Add Slack Integration.
		: UPDATE - Implement font size setting at Preference.
		: UPDATE - Customizable size and font-color of SceneMemo at SceneView.
	2.2 : UPDATE - Update for Unity2018

	3.0 : CHANGE - Change GUI layout.
		: CHANGE - Remove category view and implement category side bar.
		: UPDATE - Implement search memo.
		: UPDATE - Implement export/import memo data.

	3.0.1 : UPDATE - Update for Unity2019.

	3.1 : UPDATE - Implement Post ShortcutKey.
		: CHANGE - Change Emoji mark.

	3.1.1 : UPDATE - Implement sorting memos.

	3.1.2 : FIX - Fixed an issue that memos could not be deleted.

	3.1.3 : FIX - Fix an issue that search bar in Unity 2022.