Advertisement ยท 728 ร— 90

Posts by Naninovel

Post image

Naninovel is 50% off on the Asset Store.

๐Ÿ‘‰ assetstore.unity.com/packages/slu...

#sale #vndev #naninovel

3 days ago 3 2 0 0
Post image

Streamlining variables in NaniScript. More to come!

#gamedev #vndev #naninovel

3 weeks ago 6 1 0 0
Post image

All dropdowns across the editor just got a UX upgrade: fuzzy search, scrolling, and better grouping to help you find what you need faster.

#gamedev #vndev #naninovel

1 month ago 6 2 0 0
Post image

Our VS Code extension now features line decorators and playback status in the gutter. Everything is configurable: disable the icons, switch them to monochrome, or adjust their opacity and color.

๐Ÿ‘‰ pre.naninovel.com/guide/ide-ex...

#gamedev #vndev #naninovel

1 month ago 8 2 0 0
Post image

Spaces in labels and script paths are now supported, allowing for more readable titles and endpoint syntax.

#gamedev #vndev #naninovel

1 month ago 6 1 0 0
Post image

Previously, NaniScript commands could only be nested using spaces. Now tabs are supported as well โ€” use whichever you prefer!

๐Ÿ‘‰ pre.naninovel.com/guide/scenar...

#gamedev #vndev #naninovel

1 month ago 10 2 0 0
Post image

A new batch of NaniScript improvements!

1. You can now use spaces in values without wrapping them
2. Operator aliases for more readable expressions
3. A new "or" command for more concise conditional blocks

#gamedev #vndev #naninovel

2 months ago 4 1 0 0
Post image

Inline comments are now available in v1.22-preview.

๐Ÿ‘‰ pre.naninovel.com/guide/scenar...

Thanks to everyone who shared feedback on the RFC! Join our Discord to explore other proposals currently under discussion.

#gamedev #vndev #naninovel

2 months ago 7 1 0 0
Advertisement
Post image

Our largest release yet โ€” v1.21 โ€” is now promoted to stable and available to all users via the Asset Store and Download Archive.

Release notes: naninovel.com/releases/1.21

Happy storytelling!

#gamedev #vndev #naninovel

2 months ago 16 2 0 0
Post image

Naninovel has a fresh new website design โ€” now in preview.

๐Ÿ‘‰ pre.naninovel.com

Stable v1.21 is just around the corner!

#gamedev #vndev #naninovel

2 months ago 5 4 0 0
Naninovel: Getting Started (v1.21)
Naninovel: Getting Started (v1.21) YouTube video by Elringus

Updated "Getting Started" video tutorial for the upcoming v1.21

๐Ÿ‘‰ www.youtube.com/watch?v=N1_C...

Stable release coming soon!

#gamedev #vndev #naninovel

2 months ago 9 1 0 0
Video

In the last update, we also optimized engine startup and added a "Lazy" UI initialization option. The improvement is especially noticeable if you have many save files, unlockable tips, CGs, or other demanding UI elements.

#gamedev #vndev #naninovel

2 months ago 6 1 0 0
Post image

It's now possible to reuse a single asset for multiple purposes โ€” for example, share one texture across multiple characters or backgrounds.

A long-standing Unity Addressables limitation is finally worked around. No more asset duplication on build!

#gamedev #vndev #naninovel

2 months ago 6 1 1 0
Post image

We've resurrected the documentation translations!

๐Ÿ‡ฏ๐Ÿ‡ต pre.naninovel.com/ja/guide
๐Ÿ‡จ๐Ÿ‡ณ pre.naninovel.com/zh/guide

Both are now up to date with the English version. The docs have also been overhauled to make them more concise and better structured.

#gamedev #vndev #naninovel

3 months ago 4 1 0 0
Video

Our new Story Editor is now bundled with the Unity package! Replacing the old visual editor and script graph, it offers plenty of new features, works much faster with larger scripts, and is fully integrated with the Unity editor.

#gamedev #vndev #naninovel

3 months ago 8 2 0 0
Post image

In v1.21 we upgraded the base Unity version to 6.0, which allowed us to replace the custom version of UniTask with Unity's new built-in Awaitable async primitive. This required some breaking changes to the engine's async APIs; below are some examples.

#gamedev #vndev #naninovel

3 months ago 5 1 0 1
Post image

Our VS Code extension now shows the connection status: when online, the metadata and playback status are synced with the Unity project, while offline indicates that cached metadata from a previous session is being used.

#gamedev #vndev #naninovel

3 months ago 3 1 0 0
Advertisement
Post image

If you're upgrading to Unity 6.3 LTS, don't forget to also upgrade Naninovel to v1.21-preview. We've recently pushed an update that fixes the compatibility issues.

๐Ÿ‘‰ pre.naninovel.com/guide/gettin...

We plan to promote v1.21 to stable status in early 2026.

#gamedev #vndev #naninovel

4 months ago 8 1 0 0
Post image

Naninovel is 50% off during the Black Friday sale.

๐Ÿ‘‰ assetstore.unity.com/packages/slu...

#gamedev #vndev #naninovel

4 months ago 6 2 0 0
Video

We now fully support the Universal Render Pipeline (URP): all the render features that previously didn't work, such as bokeh, glitch, and trans commands, will now work out of the box. The samples project has also been updated to work under URP.

#gamedev #vndev #naninovel

5 months ago 10 3 0 0
Video

Our package now includes "Visual Novel" and "Dialogue System" samples, which you can import through Unity's Package Manager.

#gamedev #vndev #naninovel

5 months ago 9 2 1 0
Preview
From Zero to Game Dev, Part 4: Take on Naninovel Development with Claude AI - HazeDenki.net

Excellent tutorial on setting up Claude AI to help with Naninovel's C# APIs: hazedenki.net/api/Post/Det...

If you've ever struggled with figuring out how to use Naninovel in C# to create custom commands, implement actors, embed mini-games, etc โ€” check it out!

#gamedev #vndev #naninovel

5 months ago 7 2 0 0
Video

We've upgraded the integration sample to use the new dialogue mode and utilities for a no-code, easy setup and seamless integration with Cinemachine and Timeline.

#gamedev #vndev #naninovel

5 months ago 9 2 0 0
Video

Naninovel is getting built-in integration with Unity's Timeline and Cinemachine systems. You can now play scenario scripts right from the timeline. More features to come!

#gamedev #vndev #naninovel

5 months ago 6 1 0 0
Video

New "SceneList" choice handler allows displaying choice options inside a 3D bubble in the scene.

#gamedev #vndev #naninovel

5 months ago 12 4 0 0
Video

More dialogue mode enhancements: assign scene objects (or prefabs) as Naninovel actors to easily set up dialogue infrastructure, such as speech bubbles and their authors.

#gamedev #vndev #naninovel

5 months ago 10 4 0 0
Advertisement
Video

No more manual speech bubble positioning! Naninovel will auto-align the bubbles with their respective authors, and even flip or hide them when necessary.

Pre-release docs: pre.naninovel.com/guide/text-p...

#gamedev #vndev #naninovel

5 months ago 10 4 0 0
Video

The hot-reload feature is now faster, more reliable, and supports dialogue mode. It also handles tricky cases like reloading into an empty script or adding content to a script that has finished playing.

#gamedev #vndev #naninovel

5 months ago 4 2 0 0
Video

The first batch of changes improving the dialogue mode has just landed! Using the new "Minimal Mode" and event components, you can set up a dialogue system with Naninovel in just a few clicks, without even touching C#.

#gamedev #vndev #naninovel

5 months ago 9 1 0 0
Post image

NaniScript async capabilities are expanding with the new 'sync' command! You can now synchronize concurrently running tracks with each other or join them with the main track.

Pre-release docs: pre.naninovel.com/guide/nanino...

#gamedev #vndev #naninovel

6 months ago 8 1 0 0