Skip to content

Commit 8f81fbc

Browse files
authored
Merge pull request #6 from ruccho/feature/editor_only_asmdef
Mark asmdef editor only
2 parents fe84796 + aef5fae commit 8f81fbc

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Packages/com.ruccho.water-rw/Editor/WaterRW.Editor.asmdef

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
"references": [
55
"GUID:0aa7d2330f2f5ae48b32418ec06160cb"
66
],
7-
"includePlatforms": [],
7+
"includePlatforms": [
8+
"Editor"
9+
],
810
"excludePlatforms": [],
911
"allowUnsafeCode": false,
1012
"overrideReferences": false,

Packages/com.ruccho.water-rw/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.ruccho.water-rw",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"displayName": "Water-RW",
55
"description": "2D water system with realtime wave calculation and visual effects",
66
"unity": "2022.3",

0 commit comments

Comments
 (0)