Skip to content

Commit

Permalink
1.4
Browse files Browse the repository at this point in the history
Fixed: The multi-terrain bug has been fixed.
Version 1.3
News: The asset has been made completely open source.
Fixed: An error that caused the editor to crash has been fixed.
Fixed: The error has been resolved by moving the code to a script that is only executed in the Editor.
  • Loading branch information
JahnStar committed Sep 3, 2023
1 parent 85c17e0 commit 9a6e6bd
Show file tree
Hide file tree
Showing 107 changed files with 27 additions and 12 deletions.
8 changes: 8 additions & 0 deletions Assets/JSGames.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file added Assets/JSGames/HeyAreaSpawner/Documentation.pdf
Binary file not shown.
7 changes: 7 additions & 0 deletions Assets/JSGames/HeyAreaSpawner/Documentation.pdf.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ public class AreaSpawner_Editor : Editor
private AreaSpawner _target;
private int _tab, _language;
private string[,] _texts =
{{"Hey Area Object Spawner v1.2", "Editor", "Settings", "Exit Edit Mode", "Edit Mode", "Selected Area: ", "Spawn Objects (in selected area)", "Copy List", "Paste List", "Clear Clipboard", "Spawn", "Created Objects (HeySpawner)",
"Create Object", "Move Area", "Delete Area", "\n Edit Mode Shortcuts: \n\n Create Point: SHIFT+CLICK \n Create Area: CTRL+SHIFT+CLICK \n Delete Selected Area: BACKSPACE \n Choose Area: Edit Mode => Click Area Line \n\n If this doesn't work, you can try Reset All Layout. \n\n Developed by Halil Emre Yildiz - @JahnStar \n",
{{"Hey Area Object Spawner v1.4", "Editor", "Settings", "Exit Edit Mode", "Edit Mode", "Selected Area: ", "Spawn Objects (in selected area)", "Copy List", "Paste List", "Clear Clipboard", "Spawn", "Created Objects (HeySpawner)",
"Create Object", "Move Area", "Delete Area", "\n Edit Mode Shortcuts: \n\n Create Point: SHIFT+CLICK \n Create Area: CTRL+SHIFT+CLICK \n Delete Selected Area: BACKSPACE \n Choose Area: Edit Mode => Click Area Line \n\n If this doesn't work, you can try Reset All Layout. \n\n Developed by Halil Emre Yildiz (Github: @JahnStar) \n",
"Documentation & Licence", "Support the Developer"},
{"Hey Area Object Spawner v1.2", "Duzenleyici", "Ayarlar", "Duzenlemeden Cik", "Duzenleme Modu", "Secili Alan: ", "Nesneler Olustur (secili alanda)", "Listeyi Kopyala", "Listeyi Yapistir", "Panoyu Temizle", "Olustur", "Olusturulan Nesneler (HeySpawner)",
"Nesne Olustur", "Alani Tasi", "Alani Sil", "\n Duzenleme Modu Kisayollari: \n\n Nokta Yarat: SHIFT+CLICK \n Alan Yarat: CTRL+SHIFT+CLICK \n Secili Alani Sil: BACKSPACE \n Alani Sec: Duzenleme Modu => Alan Cizgisine Tikla \n\n Calismiyorsa, 'Reset All Layout'a tiklayin. \n\n Gelistiren, Halil Emre Yildiz - @JahnStar \n",
{"Hey Area Object Spawner v1.4", "Duzenleyici", "Ayarlar", "Duzenlemeden Cik", "Duzenleme Modu", "Secili Alan: ", "Nesneler Olustur (secili alanda)", "Listeyi Kopyala", "Listeyi Yapistir", "Panoyu Temizle", "Olustur", "Olusturulan Nesneler (HeySpawner)",
"Nesne Olustur", "Alani Tasi", "Alani Sil", "\n Duzenleme Modu Kisayollari: \n\n Nokta Yarat: SHIFT+CLICK \n Alan Yarat: CTRL+SHIFT+CLICK \n Secili Alani Sil: BACKSPACE \n Alani Sec: Duzenleme Modu => Alan Cizgisine Tikla \n\n Calismiyorsa, 'Reset All Layout'a tiklayin. \n\n Gelistiren, Halil Emre Yildiz (Github: @JahnStar) \n",
"Dokumantasyon & Lisans", "Gelistiriciyi Destekle"}};
public override void OnInspectorGUI()
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//Developed by Halil Emre Yildiz - @Jahn_Star
//Developed by Halil Emre Yildiz - @Jahn_Star
//https://github.com/JahnStar/Hey-Area-Object-Spawner
//https://jahnstar.github.io/donate/
// Last Update: 30.10.2021
Expand Down Expand Up @@ -83,4 +83,4 @@ private void InterceptKeyboardDelete()
}
}
}
#endif
#endif
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Hey Area Object Spawner v1.3
# Hey Area Object Spawner v1.4

<p align="center">
<a href="http://u3d.as/27ry" alt="Unity 2020.1+"><img src="https://img.shields.io/badge/Unity-2020.1%2B-blue.svg" /></a>
Expand Down Expand Up @@ -26,17 +26,17 @@ Hey Area Object Spawner is a user-friendly level design tool that enables you to

## How To Use
1. Drag and drop the spawner into the hierarchy.<br>
<img src="https://github.com/JahnStar/Hey-Area-Object-Spawner/blob/master/Assets/HeyAreaSpawner/Tutorial/1.gif" width="230" height="305"/>
<img src="https://github.com/JahnStar/Hey-Area-Object-Spawner/blob/master/Assets/JSGames/HeyAreaSpawner/Tutorial/1.gif" width="230" height="305"/>
2. Create a spawn object property.<br><br>
<img src="https://github.com/JahnStar/Hey-Area-Object-Spawner/blob/master/Assets/HeyAreaSpawner/Tutorial/2.gif" width="575" height="200"/>
<img src="https://github.com/JahnStar/Hey-Area-Object-Spawner/blob/master/Assets/JSGames/HeyAreaSpawner/Tutorial/2.gif" width="575" height="200"/>
3. Select your spawn object and edit spawner properties.<br><br>
<img src="https://github.com/JahnStar/Hey-Area-Object-Spawner/blob/master/Assets/HeyAreaSpawner/Tutorial/3.gif" width="205" height="291"/>
<img src="https://github.com/JahnStar/Hey-Area-Object-Spawner/blob/master/Assets/JSGames/HeyAreaSpawner/Tutorial/3.gif" width="205" height="291"/>
4. Press Ctrl + Shift + Click to create a point and define a new area.<br>
Click again to add additional points.<br>
Add your spawn properties to the spawner and spawn objects.<br><br>
<img src="https://github.com/JahnStar/Hey-Area-Object-Spawner/blob/master/Assets/HeyAreaSpawner/Tutorial/4.gif" width="692" height="428"/>
<img src="https://github.com/JahnStar/Hey-Area-Object-Spawner/blob/master/Assets/JSGames/HeyAreaSpawner/Tutorial/4.gif" width="692" height="428"/>
<b> New UI </b> <br><br>
<img src="https://github.com/JahnStar/Hey-Area-Object-Spawner/blob/master/Assets/HeyAreaSpawner/Tutorial/0.png" width="261" height="381"/>
<img src="https://github.com/JahnStar/Hey-Area-Object-Spawner/blob/master/Assets/JSGames/HeyAreaSpawner/Tutorial/0.png" width="261" height="381"/>
<b> Controls </b>

- Create Point: **SHIFT+CLICK**
Expand Down

0 comments on commit 9a6e6bd

Please sign in to comment.