Altseed2 icon indicating copy to clipboard operation
Altseed2 copied to clipboard

Results 92 Altseed2 issues
Sort by recently updated
recently updated
newest added

## About/概要 ## Related Tasks/関連タスク - LLGI - [x] SPIRV-Crossの更新 https://github.com/altseed/LLGI/pull/135 - Core - [x] CIとビルドとテストが通るように修正 https://github.com/altseed/Altseed2/pull/725 - [x] LLGIの更新によるCommandListの更新 https://github.com/altseed/Altseed2/pull/724 - [ ] 追加の修正 https://github.com/altseed/Altseed2/pull/726 - Engine - [x]...

project:Core
project:C# Engine

## About/概要 testは大事なため ## Related Tasks/関連タスク - -

## Describe the bug/概要 Graphicsを初期化しないとノードツリーの更新も行われない。 次の箇所を `Engine.Update` に移す https://github.com/altseed/Altseed2-csharp/blob/a0763b05467f3428a603b1c1c3da017adac53789/Engine/Engine.cs#L173-L183 ## Environment/環境 - OS: - Graphics: - Altseed2 version: ## To Reproduce/再現手順 1. 1. 1. ## Expected behavior/期待される動作 ## Screenshots/スクリーンショット

bug

## Describe the bug/概要 macOSでcmake3.19でlibpngをビルドすると失敗する libpngの更新を待つかlibpngを修正するかcmake3.18を使う必要がある ## Environment/環境 - OS: macOS

bug

## Describe the bug/概要 親子関係のあるノード群で、親ノードが `IsDrawn == false` の状態で親を `Engine.AddNode` すると子が IsDrawnActually == true になる問題があるみたいです。 ## Environment/環境 - OS: Windows 11 - Graphics: - Altseed2 version: 2.2.2 ## To Reproduce/再現手順...

bug

## Describe the feature/機能の概要 ## Context/文脈

enhancement

## Changes/変更内容 ## Issue

## Describe the bug/概要 InputTextToolElementにマルチバイト文字を入力すると?と表示される ## Environment/環境 - OS: - Graphics: - Altseed2 version: 少なくとも2.1.0では発生する ## To Reproduce/再現手順 1. NodeEditorでTextNodeなどを追加し、InputTextToolElementにマルチバイト文字を入力する。 ## Expected behavior/期待される動作 入力したとおりに表示される。 ## Screenshots/スクリーンショット ![image](https://user-images.githubusercontent.com/40294263/155898213-b8a309dd-ef66-44a1-bbcd-770620bd8c55.png)

bug

## Describe the bug/概要 こんにちは。Altseed2を利用させていただいております。 本日は日本語をログ出力した際に文字化けしたのですが、バグかもしれないのでお尋ねしたいと思いました。 普通にコンソール出力する際は文字化けしませんでした。 調査していただけると幸いです。 ## Environment/環境 - OS: Windows10 Home 2004 - Graphics: GeForce GTX 960 - Altseed2 version: 2.1.0 ## コード ``` using Altseed2; using...

bug

## Describe the bug/概要 カメラノードのClearColorのAlpha=0でも、スプライト画像の半透明の箇所や 境界付近等にClearColorの色の影響を受けてしまう。 例:  ClearColor = new Color(255, 0, 0, 0)の場合、半透明の箇所が赤みがかって表示される。 ## Environment/環境 - OS:Windows 10 バージョン 20H2 (OS ビルド 19042. 1110) - Graphics: Intel(R) UHD Graphics...

bug