Commit Graph

53 Commits

Author SHA1 Message Date
max 808ed7dec9 Update SerializeReferenceButtonAttributeDrawer.cs 2022-12-28 17:05:22 +01:00
max 840cf5ea4d Update package.json 2022-12-28 14:56:16 +01:00
max 23f7283e28 achievement system example 2022-12-28 14:56:13 +01:00
max 37a4cdb1e1 use EditorGUI.DropdownButton 2022-12-28 14:12:18 +01:00
max acec8003c1 editor namespace 2022-12-28 14:06:42 +01:00
max 0d04c50612 formatting 2022-12-28 14:03:46 +01:00
max a0fa2c9b36 split runtime and editor 2022-12-28 13:55:36 +01:00
max b9472d59b4 Button colors
- Use default Unity color for button
- Make button red when un assigned
2022-11-22 10:01:29 +01:00
TextusGames 51aff60626 Update README.md 2022-03-26 13:44:39 +03:00
TextusGames a4b2d0ef14 Update README.md 2022-03-26 13:44:09 +03:00
TextusGames 99f0616efe Update README.md 2022-03-26 13:43:44 +03:00
TextusGames 3140011a0a Update README.md 2022-03-26 13:42:57 +03:00
TextusGames 852516c72c Update README.md 2022-03-26 13:40:16 +03:00
TextusGames 33bfdd8403 Update README.md 2022-03-26 13:38:52 +03:00
TextusGames bd82c85c47 Update README.md 2022-03-26 13:38:17 +03:00
TextusGames 14c09ece41 Update README.md 2022-03-26 13:37:14 +03:00
TextusGames 6d575827eb Update README.md 2022-03-26 13:36:48 +03:00
TextusGames 4c2ba94c33 Update README.md 2022-03-26 13:36:05 +03:00
TextusGames d1960f8368 Update README.md 2022-03-26 13:29:10 +03:00
TextusGames cb39d3ef7a Update README.md 2022-03-26 13:22:30 +03:00
TextusGames 4d34e75819 Update README.md 2022-03-26 13:19:34 +03:00
TextusGames 8b02cee15b Update README.md 2022-03-26 13:18:10 +03:00
TextusGames 5b062f4927 Merge pull request #8 from popcron/master
Example in readme and UPM
2022-03-26 13:14:05 +03:00
Phill d315c7848f update readme to include installation and an example 2021-05-26 14:53:19 -04:00
Phill ffff19acd5 organize into upm directory structure 2021-05-26 14:44:53 -04:00
Phill c8d7471db9 add package json 2021-05-26 14:37:00 -04:00
TextusGames 3480807e75 Merge pull request #6 from Whyser/master
Will now show context menu below button (similar to how dropdowns work)
2021-04-30 17:58:39 +03:00
Whyser 2b5850183e will now show context menu below button (similar to how dropdown works) 2021-04-30 16:41:33 +02:00
TextusGames 58a5629cf1 Merge pull request #3 from littlebotgames/ignore_generic_types
- Ignore generic types when find derived types as they cannot be inst…
2021-01-30 22:59:23 +03:00
littlebotgames 6d0d3d2f3b - Ignore generic types when find derived types as they cannot be instantiated 2021-01-26 21:15:59 +00:00
Textus 37714bc260 Added not supported types example.
Classes that has no empty parameters are not supported and not shown(activator can not create instances of them).
2020-08-13 18:13:53 +03:00
Textus 2e08459265 Added not supported types example.
Classes that has no empty parameters are not supported and not shown(activator can not create instances of them).
2020-08-13 18:11:30 +03:00
Textus f89d7debe5 Added not supported types example.
Classes that has no empty parameters are not supported and not shown(activator can not create instances of them).
2020-08-13 18:10:59 +03:00
Textus 1e8f80077f Added not supported types example.
Classes that has no empty parameters are not supported and not shown(activator can not create instances of them).
2020-08-13 18:10:25 +03:00
TextusGames 04c27fc3d4 Update README.md 2020-08-13 17:31:20 +03:00
TextusGames 6838de3b45 Update README.md 2020-05-26 11:26:53 +03:00
TextusGames 5710d4f8ab Update README.md 2020-05-26 11:19:59 +03:00
TextusGames 9b3e2e25d0 Update README.md 2020-05-16 20:26:50 +03:00
TextusGames f18a8d5d1e Update README.md 2020-05-16 20:24:41 +03:00
TextusGames ae197c1a9b Merge pull request #2 from TextusGames/Development
Ready to push new Major version
2020-05-16 20:19:18 +03:00
TextusGames eeaadfc569 Major refactor.
Core now formed and contains all useful utility to create custom ui with restrictions.
Many methods was extracted from different classes and moved to core.

Undo is now supported(because unity's undo bug seems to be fixed).

Example now moved into same level separate folder.
2020-05-16 20:15:24 +03:00
TextusGames f47dd5d350 Created new brunch. Plug in Rider's version control 2020-05-16 18:23:12 +03:00
TextusGames dead48d75e Created new brunch. Plug in Rider's version control 2020-05-16 18:18:03 +03:00
TextusGames 925fe29da1 Folders redirection 2020-05-16 16:28:15 +03:00
TextusGames 0581978db8 FIrst Real Commit
Code refactor and migration to github.
2020-05-16 16:17:04 +03:00
TextusGames 6ec9a5e5f0 Preparation 2020-05-16 16:09:07 +03:00
TextusGames 498d6809c0 Update README.md 2020-05-16 13:20:45 +03:00
TextusGames 181d87b941 Delete Licence Information 2020-05-16 13:19:12 +03:00
TextusGames 269906ac02 Merge pull request #1 from TextusGames/add-license-1
Create LICENSE
2020-05-16 13:18:41 +03:00
TextusGames 4f8b48ee3f Create LICENSE 2020-05-16 13:18:07 +03:00